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