Searched refs:op_dir (Results 1 – 10 of 10) sorted by relevance
/linux-6.3-rc2/drivers/crypto/amlogic/ |
A 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() 283 rctx->op_dir = MESON_DECRYPT; in meson_skdecrypt() 301 rctx->op_dir = MESON_ENCRYPT; in meson_skencrypt()
|
A D | amlogic-gxl.h | 110 u32 op_dir; member
|
/linux-6.3-rc2/drivers/crypto/allwinner/sun8i-ce/ |
A D | sun8i-ce-cipher.c | 108 if (rctx->op_dir & CE_DECRYPTION) in sun8i_ce_cipher_fallback() 141 rctx->op_dir, areq->iv, crypto_skcipher_ivsize(tfm), in sun8i_ce_cipher_prepare() 157 common |= rctx->op_dir | CE_COMM_INT; in sun8i_ce_cipher_prepare() 193 if (rctx->op_dir & CE_DECRYPTION) { in sun8i_ce_cipher_prepare() 281 if (rctx->op_dir & CE_DECRYPTION) { in sun8i_ce_cipher_prepare() 345 if (rctx->op_dir & CE_DECRYPTION) { in sun8i_ce_cipher_unprepare() 368 rctx->op_dir = CE_DECRYPTION; in sun8i_ce_skdecrypt() 387 rctx->op_dir = CE_ENCRYPTION; in sun8i_ce_skencrypt()
|
A D | sun8i-ce.h | 256 u32 op_dir; member
|
/linux-6.3-rc2/drivers/crypto/allwinner/sun8i-ss/ |
A D | sun8i-ss-cipher.c | 108 if (rctx->op_dir & SS_DECRYPTION) in sun8i_ss_cipher_fallback() 131 if (rctx->op_dir & SS_DECRYPTION) { in sun8i_ss_setup_ivs() 154 if (rctx->op_dir & SS_ENCRYPTION) in sun8i_ss_setup_ivs() 201 rctx->op_dir, areq->iv, crypto_skcipher_ivsize(tfm), in sun8i_ss_cipher() 310 if (rctx->op_dir & SS_DECRYPTION) { in sun8i_ss_cipher() 349 rctx->op_dir = SS_DECRYPTION; in sun8i_ss_skdecrypt() 370 rctx->op_dir = SS_ENCRYPTION; in sun8i_ss_skencrypt()
|
A D | sun8i-ss.h | 195 u32 op_dir; member
|
A D | sun8i-ss-core.c | 87 if (rctx->op_dir) in sun8i_ss_run_task() 110 if (rctx->op_dir == SS_ENCRYPTION) { in sun8i_ss_run_task() 125 rctx->op_dir, rctx->t_src[i].len); in sun8i_ss_run_task()
|
/linux-6.3-rc2/drivers/crypto/gemini/ |
A 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() 282 rctx->op_dir = CE_DECRYPTION; in sl3516_ce_skdecrypt() 300 rctx->op_dir = CE_ENCRYPTION; in sl3516_ce_skencrypt()
|
A D | sl3516-ce.h | 284 u32 op_dir; member
|
/linux-6.3-rc2/tools/net/ynl/ |
A D | ynl-gen-c.py | 903 for op_dir in ['request', 'reply']: 904 if op and op_dir in op[op_mode]: 905 self.struct[op_dir] = Struct(family, self.attr_set, 906 type_list=op[op_mode][op_dir]['attributes'])
|
Completed in 23 milliseconds