Home
last modified time | relevance | path

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

/freebsd/sys/crypto/
H A Dsha1.h64 extern void sha1_loop(struct sha1_ctxt *, const uint8_t *, size_t);
69 #define SHA1Update(x, y, z) sha1_loop((x), (y), (z))
H A Dsha1.c220 sha1_loop(struct sha1_ctxt *ctxt, const uint8_t *input, size_t len) in sha1_loop() function
/freebsd/sys/security/mac_veriexec/
H A Dmac_veriexec_sha1.c39 #define SHA1_Update (mac_veriexec_fpop_update_t) sha1_loop