Searched refs:is_decrypt (Results 1 – 2 of 2) sorted by relevance
64 TEE_Result stm32_cryp_init(struct stm32_cryp_context *ctx, bool is_decrypt,
215 static bool is_decrypt(uint32_t cr) in is_decrypt() function222 return !is_decrypt(cr); in is_encrypt()228 (IS_ALGOMODE(cr, AES_CCM) && is_decrypt(cr)); in does_need_npblb()423 if (is_decrypt(ctx->cr) && (IS_ALGOMODE(ctx->cr, AES_ECB) || in cryp_prepare_key()
Completed in 4 milliseconds