Searched refs:op_dir (Results 1 – 5 of 5) sorted by relevance
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()
110 u32 op_dir; member
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()
283 u32 op_dir; member
1641 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,