Searched refs:CE_DECRYPTION (Results 1 – 4 of 4) sorted by relevance
113 if (rctx->op_dir & CE_DECRYPTION) in sun8i_ce_cipher_fallback()198 if (rctx->op_dir & CE_DECRYPTION) { in sun8i_ce_cipher_prepare()286 if (rctx->op_dir & CE_DECRYPTION) { in sun8i_ce_cipher_prepare()334 if (rctx->op_dir & CE_DECRYPTION) { in sun8i_ce_cipher_unprepare()383 rctx->op_dir = CE_DECRYPTION; in sun8i_ce_skdecrypt()
39 #define CE_DECRYPTION BIT(8) macro
120 if (rctx->op_dir == CE_DECRYPTION) in sl3516_ce_cipher_fallback()286 rctx->op_dir = CE_DECRYPTION; in sl3516_ce_skdecrypt()
56 #define CE_DECRYPTION 0x03 macro