Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/stm32/
H A Dstm32_cryp.h68 TEE_Result stm32_cryp_update(struct stm32_cryp_context *ctx, bool last_block,
H A Dauthenc.c113 res = stm32_cryp_update(&ctx, true, (uint8_t *)j0, tag1, in stm32_ae_gcm_generate_iv()
127 res = stm32_cryp_update(&ctx, true, (uint8_t *)j0, tag2, in stm32_ae_gcm_generate_iv()
H A Dcipher.c92 return stm32_cryp_update(&ip_ctx->cryp.ctx, last_block, src, dst, len); in cryp_update()
H A Dstm32_cryp.c1107 TEE_Result stm32_cryp_update(struct stm32_cryp_context *ctx, bool last_block, in stm32_cryp_update() function