Searched refs:stm32_cryp_final (Results 1 – 3 of 3) sorted by relevance
| /optee_os/core/drivers/crypto/stm32/ |
| H A D | stm32_cryp.h | 76 TEE_Result stm32_cryp_final(struct stm32_cryp_context *ctx, uint8_t *tag,
|
| H A D | authenc.c | 74 res = stm32_cryp_final(&ctx, tag1, sizeof(tag1)); in stm32_ae_gcm_generate_iv() 96 res = stm32_cryp_final(&ctx, tag2, sizeof(tag2)); in stm32_ae_gcm_generate_iv() 258 res = stm32_cryp_final(&c->cryp, t, sizeof(t)); in stm32_ae_encdec_final()
|
| H A D | stm32_cryp.c | 1007 TEE_Result stm32_cryp_final(struct stm32_cryp_context *ctx, uint8_t *tag, in stm32_cryp_final() function
|