Home
last modified time | relevance | path

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

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