Home
last modified time | relevance | path

Searched refs:c_ctx (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/crypto/hisilicon/sec2/
A Dsec_crypto.c597 struct sec_cipher_ctx *c_ctx = &ctx->c_ctx; in sec_cipher_init() local
601 if (!c_ctx->c_key) in sec_cipher_init()
609 struct sec_cipher_ctx *c_ctx = &ctx->c_ctx; in sec_cipher_uninit() local
613 c_ctx->c_key, c_ctx->c_key_dma); in sec_cipher_uninit()
641 struct sec_cipher_ctx *c_ctx = &ctx->c_ctx; in sec_skcipher_fbtfm_init() local
707 struct sec_cipher_ctx *c_ctx = &ctx->c_ctx; in sec_skcipher_3des_setkey() local
778 struct sec_cipher_ctx *c_ctx = &ctx->c_ctx; in sec_skcipher_setkey() local
1099 struct sec_cipher_ctx *c_ctx = &ctx->c_ctx; in sec_aead_setkey() local
1228 struct sec_cipher_ctx *c_ctx = &ctx->c_ctx; in sec_skcipher_bd_fill() local
1280 struct sec_cipher_ctx *c_ctx = &ctx->c_ctx; in sec_skcipher_bd_fill_v3() local
[all …]
A Dsec.h154 struct sec_cipher_ctx c_ctx; member
/linux/drivers/crypto/chelsio/
A Dchcr_algo.c801 struct chcr_context *ctx = c_ctx(tfm); in create_cipher_wr()
1163 struct uld_ctx *u_ctx = ULD_CTX(c_ctx(tfm)); in chcr_handle_cipher_resp()
1164 struct chcr_dev *dev = c_ctx(tfm)->dev; in chcr_handle_cipher_resp()
1165 struct chcr_context *ctx = c_ctx(tfm); in chcr_handle_cipher_resp()
1366 struct chcr_dev *dev = c_ctx(tfm)->dev; in chcr_aes_encrypt()
1369 struct uld_ctx *u_ctx = ULD_CTX(c_ctx(tfm)); in chcr_aes_encrypt()
1370 struct chcr_context *ctx = c_ctx(tfm); in chcr_aes_encrypt()
1411 struct uld_ctx *u_ctx = ULD_CTX(c_ctx(tfm)); in chcr_aes_decrypt()
1412 struct chcr_dev *dev = c_ctx(tfm)->dev; in chcr_aes_decrypt()
1415 struct chcr_context *ctx = c_ctx(tfm); in chcr_aes_decrypt()
[all …]
A Dchcr_crypto.h163 static inline struct chcr_context *c_ctx(struct crypto_skcipher *tfm) in c_ctx() function

Completed in 20 milliseconds