Searched refs:SHA1Init (Results 1 – 18 of 18) sorted by relevance
58 SHA1Init(&ctx->u.sha1); in crypto_hash_init()96 SHA1Init(&ctx->u.sha1); in crypto_hash_init()110 SHA1Init(&ctx->u.sha1); in crypto_hash_init()279 SHA1Init(&ctx->u.sha1); in crypto_hash_finish()
18 void SHA1Init(struct SHA1Context *context);
34 SHA1Init(&ctx); in fips186_2_prf()
39 SHA1Init(&ctx); in sha1_vector()234 void SHA1Init(SHA1_CTX* context) in SHA1Init() function
44 #define SHA1Init SHA1_Init macro
26 SHA1Init(&ctx); in qatUtilsHashSHA1()98 SHA1Init(&ctx); in qatUtilsHashSHA1Full()
68 #define SHA1Init(x) sha1_init((x)) macro
89 SHA1Init(ctx); in SHA1Init_int()
24 void SHA1Init(SHA1_CTX *);
111 SHA1Init(SHA1_CTX *context) in SHA1Init() function122 DEF_WEAK(SHA1Init);
107 SHA1Init(&ctx); in regress()
91 (md_init_fn *) SHA1Init,
449 #define SCTP_SHA1_INIT SHA1Init
408 SHA1Init(&sc->sc_sha1); in carp_hmac_prepare()474 SHA1Init(&sha1ctx); in carp_hmac_generate()
877 SHA1Init(&c); in ng_mppc_getkey()
541 SHA1Init(ctx); in __archive_sha1init()
1506 SHA1Init(&ctx); in ether_gen_addr_byname()
8564 INTERCEPTOR(void, SHA1Init, void *context) {8566 COMMON_INTERCEPTOR_ENTER(ctx, SHA1Init, context);8567 REAL(SHA1Init)(context);8644 COMMON_INTERCEPT_FUNCTION(SHA1Init); \