Home
last modified time | relevance | path

Searched refs:CE_DECRYPTION (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-cipher.c113 if (rctx->op_dir & CE_DECRYPTION) in sun8i_ce_cipher_fallback()
198 if (rctx->op_dir & CE_DECRYPTION) { in sun8i_ce_cipher_prepare()
286 if (rctx->op_dir & CE_DECRYPTION) { in sun8i_ce_cipher_prepare()
334 if (rctx->op_dir & CE_DECRYPTION) { in sun8i_ce_cipher_unprepare()
383 rctx->op_dir = CE_DECRYPTION; in sun8i_ce_skdecrypt()
H A Dsun8i-ce.h39 #define CE_DECRYPTION BIT(8) macro
/openbmc/linux/drivers/crypto/gemini/
H A Dsl3516-ce-cipher.c120 if (rctx->op_dir == CE_DECRYPTION) in sl3516_ce_cipher_fallback()
286 rctx->op_dir = CE_DECRYPTION; in sl3516_ce_skdecrypt()
H A Dsl3516-ce.h56 #define CE_DECRYPTION 0x03 macro