Searched refs:stm32_cryp_update (Results 1 – 4 of 4) sorted by relevance
| /optee_os/core/drivers/crypto/stm32/ |
| H A D | stm32_cryp.h | 68 TEE_Result stm32_cryp_update(struct stm32_cryp_context *ctx, bool last_block,
|
| H A D | authenc.c | 113 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 D | cipher.c | 92 return stm32_cryp_update(&ip_ctx->cryp.ctx, last_block, src, dst, len); in cryp_update()
|
| H A D | stm32_cryp.c | 1107 TEE_Result stm32_cryp_update(struct stm32_cryp_context *ctx, bool last_block, in stm32_cryp_update() function
|