Home
last modified time | relevance | path

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

/linux/drivers/crypto/amlogic/
H 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()
H A Damlogic-gxl.h110 u32 op_dir; member
/linux/drivers/crypto/gemini/
H 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()
H A Dsl3516-ce.h283 u32 op_dir; member
/linux/tools/net/ynl/pyynl/
H A Dynl_gen_c.py1641 for op_dir in ['request', 'reply']:
1644 if op_dir in op[op_mode]:
1645 type_list = op[op_mode][op_dir]['attributes']
1646 self.struct[op_dir] = Struct(family, self.attr_set,