Home
last modified time | relevance | path

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

/f-stack/freebsd/opencrypto/
H A Dxform_sha2.c62 static int SHA512Update_int(void *, const void *, u_int);
108 .Update = SHA512Update_int,
157 .Update = SHA512Update_int,
186 SHA512Update_int(void *ctx, const void *buf, u_int len) in SHA512Update_int() function