Searched refs:DES_BLOCK_NB_U32 (Results 1 – 2 of 2) sorted by relevance
| /optee_os/core/drivers/crypto/stm32/ | ||
| H A D | common.h | 26 #define DES_BLOCK_NB_U32 (DES_BLOCK_SIZE / sizeof(uint32_t)) macro |
| H A D | stm32_cryp.c | 745 ctx->block_u32 = DES_BLOCK_NB_U32; in stm32_cryp_init() |