Home
last modified time | relevance | path

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

/f-stack/freebsd/crypto/
H A Dsha1.h63 extern void sha1_init(struct sha1_ctxt *);
69 #define SHA1Init(x) sha1_init((x))
H A Dsha1.c178 sha1_init(struct sha1_ctxt *ctxt) in sha1_init() function
/f-stack/freebsd/security/mac_veriexec/
H A Dmac_veriexec_sha1.c38 #define SHA1_Init (mac_veriexec_fpop_init_t) sha1_init
/f-stack/freebsd/crypto/aesni/
H A Daesni.c470 sha1_init(ctx); in SHA1_Init_fn()