Home
last modified time | relevance | path

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

/freebsd/sys/opencrypto/
H A Dxform_sha2.c60 static int SHA512Update_int(void *, const void *, u_int);
106 .Update = SHA512Update_int,
155 .Update = SHA512Update_int,
184 SHA512Update_int(void *ctx, const void *buf, u_int len) in SHA512Update_int() function