Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/include/drivers/st/
Dstm32_saes.h49 int stm32_saes_init(struct stm32_saes_context *ctx, bool is_decrypt,
/trusted-firmware-a-latest/plat/st/common/
Dstm32mp_crypto_lib.c586 ret = stm32_saes_init(&ctx, true, STM32_SAES_MODE_GCM, key_mode, key, in stm32_decrypt_aes_gcm()
/trusted-firmware-a-latest/drivers/st/crypto/
Dstm32_saes.c415 int stm32_saes_init(struct stm32_saes_context *ctx, bool is_dec, in stm32_saes_init() function