Home
last modified time | relevance | path

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

/drivers/crypto/amlogic/
A 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()
282 rctx->op_dir = MESON_DECRYPT; in meson_skdecrypt()
300 rctx->op_dir = MESON_ENCRYPT; in meson_skencrypt()
A Damlogic-gxl.h110 u32 op_dir; member
/drivers/crypto/allwinner/sun8i-ce/
A Dsun8i-ce-cipher.c127 if (rctx->op_dir & CE_DECRYPTION) in sun8i_ce_cipher_fallback()
160 rctx->op_dir, areq->iv, crypto_skcipher_ivsize(tfm), in sun8i_ce_cipher_prepare()
175 common |= rctx->op_dir | CE_COMM_INT; in sun8i_ce_cipher_prepare()
210 if (rctx->op_dir & CE_DECRYPTION) { in sun8i_ce_cipher_prepare()
302 if (rctx->op_dir & CE_DECRYPTION) { in sun8i_ce_cipher_prepare()
351 if (rctx->op_dir & CE_DECRYPTION) { in sun8i_ce_cipher_unprepare()
400 rctx->op_dir = CE_DECRYPTION; in sun8i_ce_skdecrypt()
419 rctx->op_dir = CE_ENCRYPTION; in sun8i_ce_skencrypt()
A Dsun8i-ce.h270 u32 op_dir; member
/drivers/crypto/allwinner/sun8i-ss/
A Dsun8i-ss-cipher.c113 if (rctx->op_dir & SS_DECRYPTION) in sun8i_ss_cipher_fallback()
136 if (rctx->op_dir & SS_DECRYPTION) { in sun8i_ss_setup_ivs()
159 if (rctx->op_dir == SS_ENCRYPTION) in sun8i_ss_setup_ivs()
206 rctx->op_dir, areq->iv, crypto_skcipher_ivsize(tfm), in sun8i_ss_cipher()
315 if (rctx->op_dir & SS_DECRYPTION) { in sun8i_ss_cipher()
354 rctx->op_dir = SS_DECRYPTION; in sun8i_ss_skdecrypt()
375 rctx->op_dir = SS_ENCRYPTION; in sun8i_ss_skencrypt()
A Dsun8i-ss.h195 u32 op_dir; member
A Dsun8i-ss-core.c88 if (rctx->op_dir) in sun8i_ss_run_task()
111 if (rctx->op_dir == SS_ENCRYPTION) { in sun8i_ss_run_task()
126 rctx->op_dir, rctx->t_src[i].len); in sun8i_ss_run_task()
/drivers/crypto/gemini/
A Dsl3516-ce-cipher.c120 if (rctx->op_dir == CE_DECRYPTION) in sl3516_ce_cipher_fallback()
148 rctx->op_dir, areq->iv, crypto_skcipher_ivsize(tfm), in sl3516_ce_cipher()
231 ecb->control.op_mode = rctx->op_dir; in sl3516_ce_cipher()
286 rctx->op_dir = CE_DECRYPTION; in sl3516_ce_skdecrypt()
304 rctx->op_dir = CE_ENCRYPTION; in sl3516_ce_skencrypt()
A Dsl3516-ce.h283 u32 op_dir; member

Completed in 786 milliseconds