Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/drivers/crypto/stm32/
A Dstm32_cryp.h68 TEE_Result stm32_cryp_update(struct stm32_cryp_context *ctx, bool last_block,
A Dcipher.c67 return stm32_cryp_update(&c->cryp, dupdate->last, in stm32_cipher_update()
A Dauthenc.c117 res = stm32_cryp_update(&ctx, true, (uint8_t *)j0, tag1, in stm32_ae_gcm_generate_iv()
131 res = stm32_cryp_update(&ctx, true, (uint8_t *)j0, tag2, in stm32_ae_gcm_generate_iv()
A Dstm32_cryp.c1109 TEE_Result stm32_cryp_update(struct stm32_cryp_context *ctx, bool last_block, in stm32_cryp_update() function

Completed in 9 milliseconds