Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/stm32/
H A Dauthenc.c68 res = stm32_cryp_init(&ctx, true, STM32_CRYP_MODE_AES_GCM, in stm32_ae_gcm_generate_iv()
79 res = stm32_cryp_init(&ctx, true, STM32_CRYP_MODE_AES_GCM, in stm32_ae_gcm_generate_iv()
107 res = stm32_cryp_init(&ctx, false, STM32_CRYP_MODE_AES_ECB, in stm32_ae_gcm_generate_iv()
121 res = stm32_cryp_init(&ctx, false, STM32_CRYP_MODE_AES_ECB, in stm32_ae_gcm_generate_iv()
221 res = stm32_cryp_init(&c->cryp, !dinit->encrypt, c->algo, in stm32_ae_initialize()
H A Dstm32_cryp.h64 TEE_Result stm32_cryp_init(struct stm32_cryp_context *ctx, bool is_decrypt,
H A Dcipher.c82 return stm32_cryp_init(&ip_ctx->cryp.ctx, is_decrypt, ip_ctx->cryp.algo, in cryp_init()
H A Dstm32_cryp.c637 TEE_Result stm32_cryp_init(struct stm32_cryp_context *ctx, bool is_dec, in stm32_cryp_init() function