Home
last modified time | relevance | path

Searched refs:stm32_cryp_final (Results 1 – 3 of 3) sorted by relevance

/optee_os-3.20.0/core/drivers/crypto/stm32/
A Dstm32_cryp.h76 TEE_Result stm32_cryp_final(struct stm32_cryp_context *ctx, uint8_t *tag,
A Dauthenc.c78 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 Dstm32_cryp.c1009 TEE_Result stm32_cryp_final(struct stm32_cryp_context *ctx, uint8_t *tag, in stm32_cryp_final() function

Completed in 6 milliseconds