Home
last modified time | relevance | path

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

/f-stack/freebsd/opencrypto/
H A Dxform_sha1.c57 static int SHA1Update_int(void *, const void *, u_int);
68 .Update = SHA1Update_int,
81 .Update = SHA1Update_int,
95 SHA1Update_int(void *ctx, const void *buf, u_int len) in SHA1Update_int() function