Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-cipher.c72 if (rctx->op_dir & CE_DECRYPTION) in sun8i_ce_cipher_fallback()
160 if (rctx->op_dir & CE_DECRYPTION) { in sun8i_ce_cipher_prepare()
256 if (rctx->op_dir & CE_DECRYPTION) { in sun8i_ce_cipher_prepare()
321 if (rctx->op_dir & CE_DECRYPTION) { in sun8i_ce_cipher_unprepare()
344 rctx->op_dir = CE_DECRYPTION; in sun8i_ce_skdecrypt()
H A Dsun8i-ce.h38 #define CE_DECRYPTION BIT(8) macro