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