Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/drivers/crypto/stm32/
A Dstm32_cryp.h73 TEE_Result stm32_cryp_update_load(struct stm32_cryp_context *ctx,
A Dauthenc.c93 res = stm32_cryp_update_load(&ctx, dinit->nonce.data, data_out, in stm32_ae_gcm_generate_iv()
252 return stm32_cryp_update_load(&c->cryp, dupdate->src.data, in stm32_ae_update_payload()
277 res = stm32_cryp_update_load(&c->cryp, dfinal->src.data, in stm32_ae_enc_final()
292 res = stm32_cryp_update_load(&c->cryp, dfinal->src.data, in stm32_ae_dec_final()
A Dstm32_cryp.c878 TEE_Result stm32_cryp_update_load(struct stm32_cryp_context *ctx, in stm32_cryp_update_load() function

Completed in 5 milliseconds