Home
last modified time | relevance | path

Searched defs:a_ctx (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/crypto/hisilicon/sec2/
H A Dsec_crypto.c741 struct sec_auth_ctx *a_ctx = &ctx->a_ctx; in sec_auth_init() local
753 struct sec_auth_ctx *a_ctx = &ctx->a_ctx; in sec_auth_uninit() local
1374 struct sec_auth_ctx *a_ctx = &ctx->a_ctx; sec_aead_setauthsize() local
1379 sec_aead_fallback_setkey(struct sec_auth_ctx * a_ctx,struct crypto_aead * tfm,const u8 * key,unsigned int keylen) sec_aead_fallback_setkey() argument
1396 struct sec_auth_ctx *a_ctx = &ctx->a_ctx; sec_aead_setkey() local
2131 struct sec_auth_ctx *a_ctx = &ctx->a_ctx; sec_aead_ctx_init() local
2173 struct sec_auth_ctx *a_ctx = &ctx->a_ctx; sec_aead_xcm_ctx_init() local
2517 struct sec_auth_ctx *a_ctx = &ctx->a_ctx; sec_aead_soft_crypto() local
[all...]
H A Dsec.h203 struct sec_auth_ctx a_ctx; member
/linux/drivers/crypto/chelsio/
H A Dchcr_crypto.h158 static inline struct chcr_context *a_ctx(struct crypto_aead *tfm) in a_ctx() function