Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/stm32/
H A Dstm32_saes.c539 const uint32_t *key_u32 = NULL; in stm32_saes_init() local
556 key_u32 = key; in stm32_saes_init()
559 key_u32 = local_key; in stm32_saes_init()
633 TEE_U32_TO_BIG_ENDIAN(key_u32[3 - i]); in stm32_saes_init()
644 TEE_U32_TO_BIG_ENDIAN(key_u32[7 - i]); in stm32_saes_init()
H A Dstm32_cryp.c645 const uint32_t *key_u32 = NULL; in stm32_cryp_init() local
658 key_u32 = key; in stm32_cryp_init()
661 key_u32 = local_key; in stm32_cryp_init()
751 ctx->key[i] = TEE_U32_TO_BIG_ENDIAN(key_u32[i]); in stm32_cryp_init()