Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/stm32/
H A Dcommon.h26 #define DES_BLOCK_NB_U32 (DES_BLOCK_SIZE / sizeof(uint32_t)) macro
H A Dstm32_cryp.c745 ctx->block_u32 = DES_BLOCK_NB_U32; in stm32_cryp_init()