Searched refs:CE_DECRYPTION (Results 1 – 4 of 4) 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()259 if (rctx->op_dir & CE_DECRYPTION) { in sun8i_ce_cipher_prepare()324 if (rctx->op_dir & CE_DECRYPTION) { in sun8i_ce_cipher_unprepare()347 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