Searched refs:op_dir (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/crypto/amlogic/ |
H 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() 282 rctx->op_dir = MESON_DECRYPT; in meson_skdecrypt() 300 rctx->op_dir = MESON_ENCRYPT; in meson_skencrypt()
|
/linux/drivers/crypto/allwinner/sun8i-ce/ |
H A D | sun8i-ce-cipher.c | 127 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()
|
/linux/drivers/crypto/gemini/ |
H A D | sl3516-ce-cipher.c | 120 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()
|
H A D | sl3516-ce.h | 272 * @op_dir: direction (encrypt vs decrypt) for this request 283 u32 op_dir; member
|
/linux/drivers/crypto/allwinner/sun8i-ss/ |
H A D | sun8i-ss-core.c | 88 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()
|
/linux/tools/net/ynl/pyynl/ |
H A D | ynl_gen_c.py | 1599 for op_dir in ['request', 'reply']: 1602 if op_dir in op[op_mode]: 1603 type_list = op[op_mode][op_dir]['attributes'] 1604 self.struct[op_dir] = Struct(family, self.attr_set,
|