Home
last modified time | relevance | path

Searched refs:MESON_DECRYPT (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/crypto/amlogic/
H A Damlogic-gxl-cipher.c77 if (rctx->op_dir == MESON_DECRYPT) in meson_cipher_do_fallback()
138 if (rctx->op_dir == MESON_DECRYPT) { in meson_cipher()
246 if (rctx->op_dir == MESON_DECRYPT) { in meson_cipher()
282 rctx->op_dir = MESON_DECRYPT; in meson_skdecrypt()
H A Damlogic-gxl.h19 #define MESON_DECRYPT 0 macro