Searched refs:crypto_ahash_init (Results 1 – 18 of 18) sorted by relevance
17 :functions: crypto_alloc_ahash crypto_free_ahash crypto_ahash_init crypto_ahash_digestsize crypto_ahash_reqtfm crypto_ahash_reqsize crypto_ahash_statesize crypto_ahash_setkey crypto_ahash_finup crypto_ahash_final crypto_ahash_digest crypto_ahash_export crypto_ahash_import
141 crypto_ahash_init(&ctx->req), in hash_sendmsg() 203 err = crypto_wait_req(crypto_ahash_init(&ctx->req), in hash_recvmsg()
288 err = crypto_ahash_init(req) ?: in hmac_setkey_ahash() 294 crypto_ahash_init(req) ?: in hmac_setkey_ahash()
199 err = crypto_ahash_init(ahreq); in crypto_ccm_auth()
401 return crypto_ahash_init(ahreq) ?: in gcm_hash()
1556 err = do_ahash_op(crypto_ahash_init, req, &wait, cfg->nosimd); in test_ahash_vec_cfg()
347 rc = ahash_wait(crypto_ahash_init(req), &wait); in ima_calc_file_hash_atfm() 678 rc = ahash_wait(crypto_ahash_init(req), &wait); in calc_buffer_ahash_atfm()
779 ret = crypto_ahash_init(req); in eip93_hmac_setkey() 794 ret = crypto_ahash_init(req); in eip93_hmac_setkey()
186 err = crypto_ahash_init(req); in gss_krb5_checksum() 752 err = crypto_ahash_init(req); in krb5_etm_checksum()
509 * This function is a "short-hand" for the function calls of crypto_ahash_init,544 * crypto_ahash_init() - (re)initialize message digest handle554 int crypto_ahash_init(struct ahash_request *req);559 * crypto_ahash_init call.
130 return crypto_ahash_init(&rctx->fallback_req); in rk_ahash_init()
33 ret = crypto_ahash_init(hp->req); in tcp_ao_calc_traffic_key() 581 if (crypto_ahash_init(hp.req)) in tcp_ao_hash_hdr() 642 if (crypto_ahash_init(hp.req)) in tcp_ao_hash_skb() 1415 err = crypto_ahash_init(hp.req); in tcp_ao_parse_crypto()
1613 if (crypto_ahash_init(hp.req))1653 if (crypto_ahash_init(hp.req))
98 return crypto_ahash_init(&rctx->fallback_req); in sun8i_ce_hash_init()
866 ret = crypto_ahash_init(req); in mv_cesa_ahash_import() 1117 ret = crypto_ahash_init(req); in mv_cesa_ahmac_iv_state_init()
269 return crypto_ahash_init(&rctx->ahash_fbk_req); in starfive_hash_init()
901 ret = crypto_ahash_init(areq); in safexcel_ahash_import() 1100 ret = crypto_ahash_init(areq); in safexcel_hmac_init_iv() 2319 ret = ret ?: crypto_ahash_init(subreq); in safexcel_sha3_fbcheck()
124 return crypto_ahash_init(&rctx->fallback_req); in tegra_sha_fallback_init()