Searched refs:CE_DECRYPTION (Results 1 – 4 of 4) sorted by relevance
108 if (rctx->op_dir & CE_DECRYPTION) in sun8i_ce_cipher_fallback()193 if (rctx->op_dir & CE_DECRYPTION) { in sun8i_ce_cipher_prepare()281 if (rctx->op_dir & CE_DECRYPTION) { in sun8i_ce_cipher_prepare()345 if (rctx->op_dir & CE_DECRYPTION) { in sun8i_ce_cipher_unprepare()368 rctx->op_dir = CE_DECRYPTION; in sun8i_ce_skdecrypt()
39 #define CE_DECRYPTION BIT(8) macro
116 if (rctx->op_dir == CE_DECRYPTION) in sl3516_ce_cipher_fallback()282 rctx->op_dir = CE_DECRYPTION; in sl3516_ce_skdecrypt()
57 #define CE_DECRYPTION 0x03 macro