Searched refs:sha1_loop (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/crypto/
H A Dsha1.h63 extern void sha1_loop(struct sha1_ctxt *, const u_int8_t *, size_t);
68 #define SHA1Update(x, y, z) sha1_loop((x), (y), (z))
H A Dsha1.c224 sha1_loop(ctxt, input, len) function

Completed in 178 milliseconds