Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/stm32/
H A Dauthenc.c252 static TEE_Result stm32_ae_encdec_final(struct stm32_ae_ctx *c, uint8_t *tag, in stm32_ae_encdec_final() function
278 return stm32_ae_encdec_final(c, dfinal->tag.data, dfinal->tag.length); in stm32_ae_enc_final()
293 res = stm32_ae_encdec_final(c, tag_buf, sizeof(tag_buf)); in stm32_ae_dec_final()