Home
last modified time | relevance | path

Searched refs:SHA512Update_int (Results 1 – 1 of 1) sorted by relevance

/freebsd-11-stable/sys/opencrypto/
HDxform_sha2.c60 static int SHA512Update_int(void *, const u_int8_t *, u_int16_t);
83 (void (*)(void *)) SHA512_Init, NULL, NULL, SHA512Update_int,
105 SHA512Update_int(void *ctx, const u_int8_t *buf, u_int16_t len) in SHA512Update_int() function