Home
last modified time | relevance | path

Searched refs:stm32_cryp_init (Results 1 – 4 of 4) sorted by relevance

/optee_os-3.20.0/core/drivers/crypto/stm32/
A Dauthenc.c72 res = stm32_cryp_init(&ctx, true, STM32_CRYP_MODE_AES_GCM, in stm32_ae_gcm_generate_iv()
83 res = stm32_cryp_init(&ctx, true, STM32_CRYP_MODE_AES_GCM, in stm32_ae_gcm_generate_iv()
111 res = stm32_cryp_init(&ctx, false, STM32_CRYP_MODE_AES_ECB, in stm32_ae_gcm_generate_iv()
125 res = stm32_cryp_init(&ctx, false, STM32_CRYP_MODE_AES_ECB, in stm32_ae_gcm_generate_iv()
225 res = stm32_cryp_init(&c->cryp, !dinit->encrypt, c->algo, in stm32_ae_initialize()
A Dstm32_cryp.h64 TEE_Result stm32_cryp_init(struct stm32_cryp_context *ctx, bool is_decrypt,
A Dcipher.c57 return stm32_cryp_init(&c->cryp, !dinit->encrypt, c->algo, in stm32_cipher_initialize()
A Dstm32_cryp.c639 TEE_Result stm32_cryp_init(struct stm32_cryp_context *ctx, bool is_dec, in stm32_cryp_init() function

Completed in 7 milliseconds