Searched refs:op_dir (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.15/drivers/crypto/amlogic/ |
| D | amlogic-gxl-cipher.c | 77 if (rctx->op_dir == MESON_DECRYPT) in meson_cipher_do_fallback() 109 rctx->op_dir, crypto_skcipher_ivsize(tfm), in meson_cipher() 138 if (rctx->op_dir == MESON_DECRYPT) { in meson_cipher() 214 if (rctx->op_dir) in meson_cipher() 246 if (rctx->op_dir == MESON_DECRYPT) { in meson_cipher() 281 rctx->op_dir = MESON_DECRYPT; in meson_skdecrypt() 299 rctx->op_dir = MESON_ENCRYPT; in meson_skencrypt()
|
| D | amlogic-gxl.h | 110 u32 op_dir; member
|
| /Linux-v5.15/drivers/crypto/allwinner/sun8i-ce/ |
| D | sun8i-ce-cipher.c | 71 if (rctx->op_dir & CE_DECRYPTION) in sun8i_ce_cipher_fallback() 102 rctx->op_dir, areq->iv, crypto_skcipher_ivsize(tfm), in sun8i_ce_cipher_prepare() 118 common |= rctx->op_dir | CE_COMM_INT; in sun8i_ce_cipher_prepare() 159 if (rctx->op_dir & CE_DECRYPTION) { in sun8i_ce_cipher_prepare() 258 if (rctx->op_dir & CE_DECRYPTION) { in sun8i_ce_cipher_prepare() 321 if (rctx->op_dir & CE_DECRYPTION) { in sun8i_ce_cipher_unprepare() 344 rctx->op_dir = CE_DECRYPTION; in sun8i_ce_skdecrypt() 363 rctx->op_dir = CE_ENCRYPTION; in sun8i_ce_skencrypt()
|
| D | sun8i-ce.h | 253 u32 op_dir; member
|
| /Linux-v5.15/drivers/crypto/allwinner/sun8i-ss/ |
| D | sun8i-ss-cipher.c | 88 if (rctx->op_dir & SS_DECRYPTION) in sun8i_ss_cipher_fallback() 116 rctx->op_dir, areq->iv, crypto_skcipher_ivsize(tfm), in sun8i_ss_cipher() 142 if (rctx->op_dir & SS_DECRYPTION) { in sun8i_ss_cipher() 252 if (rctx->op_dir & SS_DECRYPTION) { in sun8i_ss_cipher() 291 rctx->op_dir = SS_DECRYPTION; in sun8i_ss_skdecrypt() 312 rctx->op_dir = SS_ENCRYPTION; in sun8i_ss_skencrypt()
|
| D | sun8i-ss.h | 184 u32 op_dir; member
|
| D | sun8i-ss-core.c | 83 if (rctx->op_dir) in sun8i_ss_run_task() 110 if (rctx->op_dir == SS_ENCRYPTION) in sun8i_ss_run_task() 122 rctx->op_dir, rctx->t_src[i].len); in sun8i_ss_run_task()
|
| /Linux-v5.15/drivers/crypto/gemini/ |
| D | sl3516-ce-cipher.c | 116 if (rctx->op_dir == CE_DECRYPTION) in sl3516_ce_cipher_fallback() 144 rctx->op_dir, areq->iv, crypto_skcipher_ivsize(tfm), in sl3516_ce_cipher() 227 ecb->control.op_mode = rctx->op_dir; in sl3516_ce_cipher() 280 rctx->op_dir = CE_DECRYPTION; in sl3516_ce_skdecrypt() 298 rctx->op_dir = CE_ENCRYPTION; in sl3516_ce_skencrypt()
|
| D | sl3516-ce.h | 284 u32 op_dir; member
|