Searched refs:SET_ALGOMODE (Results 1 – 1 of 1) sorted by relevance
| /optee_os/core/drivers/crypto/stm32/ |
| H A D | stm32_cryp.c | 169 #define SET_ALGOMODE(mod, cr) \ macro 679 SET_ALGOMODE(TDES_ECB, ctx->cr); in stm32_cryp_init() 682 SET_ALGOMODE(TDES_CBC, ctx->cr); in stm32_cryp_init() 685 SET_ALGOMODE(DES_ECB, ctx->cr); in stm32_cryp_init() 688 SET_ALGOMODE(DES_CBC, ctx->cr); in stm32_cryp_init() 691 SET_ALGOMODE(AES_ECB, ctx->cr); in stm32_cryp_init() 694 SET_ALGOMODE(AES_CBC, ctx->cr); in stm32_cryp_init() 697 SET_ALGOMODE(AES_CTR, ctx->cr); in stm32_cryp_init() 700 SET_ALGOMODE(AES_GCM, ctx->cr); in stm32_cryp_init() 703 SET_ALGOMODE(AES_CCM, ctx->cr); in stm32_cryp_init()
|