Home
last modified time | relevance | path

Searched refs:op_dir (Results 1 – 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/amlogic/
Damlogic-gxl-cipher.c77 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()
Damlogic-gxl.h110 u32 op_dir; member
/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun8i-ce/
Dsun8i-ce-cipher.c71 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()
255 if (rctx->op_dir & CE_DECRYPTION) { in sun8i_ce_cipher_prepare()
318 if (rctx->op_dir & CE_DECRYPTION) { in sun8i_ce_cipher_unprepare()
341 rctx->op_dir = CE_DECRYPTION; in sun8i_ce_skdecrypt()
360 rctx->op_dir = CE_ENCRYPTION; in sun8i_ce_skencrypt()
Dsun8i-ce.h252 u32 op_dir; member
/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun8i-ss/
Dsun8i-ss-cipher.c88 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()
249 if (rctx->op_dir & SS_DECRYPTION) { in sun8i_ss_cipher()
288 rctx->op_dir = SS_DECRYPTION; in sun8i_ss_skdecrypt()
309 rctx->op_dir = SS_ENCRYPTION; in sun8i_ss_skencrypt()
Dsun8i-ss.h183 u32 op_dir; member
Dsun8i-ss-core.c83 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()