Home
last modified time | relevance | path

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

/freebsd/sys/opencrypto/
H A Dxform_sha1.c55 static int SHA1Update_int(void *, const void *, u_int);
66 .Update = SHA1Update_int,
79 .Update = SHA1Update_int,
93 SHA1Update_int(void *ctx, const void *buf, u_int len) in SHA1Update_int() function