Searched refs:stm32_cryp_update (Results 1 – 4 of 4) sorted by relevance
/optee_os-3.20.0/core/drivers/crypto/stm32/ |
A D | stm32_cryp.h | 68 TEE_Result stm32_cryp_update(struct stm32_cryp_context *ctx, bool last_block,
|
A D | cipher.c | 67 return stm32_cryp_update(&c->cryp, dupdate->last, in stm32_cipher_update()
|
A D | authenc.c | 117 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 D | stm32_cryp.c | 1109 TEE_Result stm32_cryp_update(struct stm32_cryp_context *ctx, bool last_block, in stm32_cryp_update() function
|
Completed in 9 milliseconds