Searched refs:CE_DECRYPTION (Results 1 – 2 of 2) sorted by relevance
72 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()
38 #define CE_DECRYPTION BIT(8) macro