Home
last modified time | relevance | path

Searched refs:algo_mode_is_ecb_cbc (Results 1 – 1 of 1) sorted by relevance

/optee_os/core/drivers/crypto/stm32/
H A Dstm32_cryp.c190 static bool algo_mode_is_ecb_cbc(uint32_t cr) in algo_mode_is_ecb_cbc() function
1123 if (last_block && algo_mode_is_ecb_cbc(ctx->cr) && in stm32_cryp_update()