Home
last modified time | relevance | path

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

/freebsd/sys/opencrypto/
H A Dxform_sha2.c57 static int SHA224Update_int(void *, const void *, u_int);
70 .Update = SHA224Update_int,
119 .Update = SHA224Update_int,
163 SHA224Update_int(void *ctx, const void *buf, u_int len) in SHA224Update_int() function