Searched refs:auth_ctx (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.6/drivers/crypto/hisilicon/sec2/ |
| D | sec_crypto.c | 1625 struct sec_auth_ctx *auth_ctx = &ctx->a_ctx; in sec_aead_bd_fill() local 1637 sec_auth_bd_fill_xcm(auth_ctx, req->c_req.encrypt, req, sec_sqe); in sec_aead_bd_fill() 1639 sec_auth_bd_fill_ex(auth_ctx, req->c_req.encrypt, req, sec_sqe); in sec_aead_bd_fill() 1680 struct sec_auth_ctx *auth_ctx = &ctx->a_ctx; in sec_aead_bd_fill_v3() local 1692 sec_auth_bd_fill_xcm_v3(auth_ctx, req->c_req.encrypt, in sec_aead_bd_fill_v3() 1695 sec_auth_bd_fill_ex_v3(auth_ctx, req->c_req.encrypt, in sec_aead_bd_fill_v3() 1932 struct sec_auth_ctx *auth_ctx = &ctx->a_ctx; in sec_aead_ctx_init() local 1941 auth_ctx->hash_tfm = crypto_alloc_shash(hash_name, 0, 0); in sec_aead_ctx_init() 1942 if (IS_ERR(auth_ctx->hash_tfm)) { in sec_aead_ctx_init() 1945 return PTR_ERR(auth_ctx->hash_tfm); in sec_aead_ctx_init()
|