Home
last modified time | relevance | path

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

/linux-5.10/drivers/crypto/hisilicon/sec2/
Dsec_crypto.c519 struct sec_auth_ctx *a_ctx = &ctx->a_ctx; in sec_auth_init() local
531 struct sec_auth_ctx *a_ctx = &ctx->a_ctx; in sec_auth_uninit() local
Dsec.h142 struct sec_auth_ctx a_ctx; member
/linux-5.10/drivers/crypto/chelsio/
Dchcr_crypto.h158 static inline struct chcr_context *a_ctx(struct crypto_aead *tfm) in a_ctx() function