Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/crypto/allwinner/sun8i-ce/
Dsun8i-ce-cipher.c71 if (rctx->op_dir & CE_DECRYPTION) in sun8i_ce_cipher_fallback()
159 if (rctx->op_dir & CE_DECRYPTION) { in sun8i_ce_cipher_prepare()
255 if (rctx->op_dir & CE_DECRYPTION) { in sun8i_ce_cipher_prepare()
318 if (rctx->op_dir & CE_DECRYPTION) { in sun8i_ce_cipher_unprepare()
341 rctx->op_dir = CE_DECRYPTION; in sun8i_ce_skdecrypt()
Dsun8i-ce.h38 #define CE_DECRYPTION BIT(8) macro