Searched refs:c_ctx (Results 1 – 4 of 4) sorted by relevance
597 struct sec_cipher_ctx *c_ctx = &ctx->c_ctx; in sec_cipher_init() local601 if (!c_ctx->c_key) in sec_cipher_init()609 struct sec_cipher_ctx *c_ctx = &ctx->c_ctx; in sec_cipher_uninit() local613 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() local707 struct sec_cipher_ctx *c_ctx = &ctx->c_ctx; in sec_skcipher_3des_setkey() local778 struct sec_cipher_ctx *c_ctx = &ctx->c_ctx; in sec_skcipher_setkey() local1099 struct sec_cipher_ctx *c_ctx = &ctx->c_ctx; in sec_aead_setkey() local1228 struct sec_cipher_ctx *c_ctx = &ctx->c_ctx; in sec_skcipher_bd_fill() local1280 struct sec_cipher_ctx *c_ctx = &ctx->c_ctx; in sec_skcipher_bd_fill_v3() local[all …]
154 struct sec_cipher_ctx c_ctx; member
801 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 …]
163 static inline struct chcr_context *c_ctx(struct crypto_skcipher *tfm) in c_ctx() function
Completed in 25 milliseconds