Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/crypto/hisilicon/sec2/
Dsec_crypto.c645 struct sec_cipher_ctx *c_ctx = &ctx->c_ctx; in sec_cipher_init() local
657 struct sec_cipher_ctx *c_ctx = &ctx->c_ctx; in sec_cipher_uninit() local
689 struct sec_cipher_ctx *c_ctx = &ctx->c_ctx; in sec_skcipher_fbtfm_init() local
751 struct sec_cipher_ctx *c_ctx = &ctx->c_ctx; in sec_skcipher_3des_setkey() local
772 static int sec_skcipher_aes_sm4_setkey(struct sec_cipher_ctx *c_ctx, in sec_skcipher_aes_sm4_setkey()
822 struct sec_cipher_ctx *c_ctx = &ctx->c_ctx; in sec_skcipher_setkey() local
1060 static int sec_aead_aes_set_key(struct sec_cipher_ctx *c_ctx, in sec_aead_aes_set_key()
1132 struct sec_cipher_ctx *c_ctx = &ctx->c_ctx; in sec_aead_setkey() local
1249 struct sec_cipher_ctx *c_ctx = &ctx->c_ctx; in sec_skcipher_bd_fill() local
1301 struct sec_cipher_ctx *c_ctx = &ctx->c_ctx; in sec_skcipher_bd_fill_v3() local
[all …]
Dsec.h153 struct sec_cipher_ctx c_ctx; member
/linux-6.14.4/drivers/crypto/chelsio/
Dchcr_crypto.h163 static inline struct chcr_context *c_ctx(struct crypto_skcipher *tfm) in c_ctx() function