Home
last modified time | relevance | path

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

/f-stack/freebsd/opencrypto/
H A Dxform_sha2.c60 static int SHA256Update_int(void *, const void *, u_int);
84 .Update = SHA256Update_int,
133 .Update = SHA256Update_int,
172 SHA256Update_int(void *ctx, const void *buf, u_int len) in SHA256Update_int() function