Searched refs:stm32_saes_final (Results 1 – 3 of 3) sorted by relevance
58 int stm32_saes_final(struct stm32_saes_context *ctx, uint8_t *tag, size_t tag_len);
602 ret = stm32_saes_final(&ctx, tag_buf, sizeof(tag_buf)); in stm32_decrypt_aes_gcm()
757 int stm32_saes_final(struct stm32_saes_context *ctx, uint8_t *tag, in stm32_saes_final() function