Searched refs:sha1_hmac_ctx_init (Results 1 – 3 of 3) sorted by relevance
138 void sha1_hmac_ctx_init(sha1_hc_ctx_t *, uint32_t *, uint32_t *);
320 sha1_hmac_ctx_init(&ctx->hc_ctx_u.sha1_ctx, sha1_ipad, in mac_init_ctx()653 sha1_hmac_ctx_init(sha1_hc_ctx_t *sha1_hmac_ctx, uint32_t *ipad, uint32_t *opad) in sha1_hmac_ctx_init() function
319 sha1_hmac_ctx_init(&sha1_hmac_ctx, sha1_ipad, sha1_opad); in P_SHA1()