Searched refs:auth_ctx (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/drivers/crypto/hisilicon/sec2/ |
D | sec_crypto.c | 1627 struct sec_auth_ctx *auth_ctx = &ctx->a_ctx; in sec_aead_bd_fill() local 1639 sec_auth_bd_fill_xcm(auth_ctx, req->c_req.encrypt, req, sec_sqe); in sec_aead_bd_fill() 1641 sec_auth_bd_fill_ex(auth_ctx, req->c_req.encrypt, req, sec_sqe); in sec_aead_bd_fill() 1682 struct sec_auth_ctx *auth_ctx = &ctx->a_ctx; in sec_aead_bd_fill_v3() local 1694 sec_auth_bd_fill_xcm_v3(auth_ctx, req->c_req.encrypt, in sec_aead_bd_fill_v3() 1697 sec_auth_bd_fill_ex_v3(auth_ctx, req->c_req.encrypt, in sec_aead_bd_fill_v3() 1935 struct sec_auth_ctx *auth_ctx = &ctx->a_ctx; in sec_aead_ctx_init() local 1944 auth_ctx->hash_tfm = crypto_alloc_shash(hash_name, 0, 0); in sec_aead_ctx_init() 1945 if (IS_ERR(auth_ctx->hash_tfm)) { in sec_aead_ctx_init() 1948 return PTR_ERR(auth_ctx->hash_tfm); in sec_aead_ctx_init()
|