Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dchachapoly.h253 int mbedtls_chachapoly_finish(mbedtls_chachapoly_context *ctx,
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dchachapoly.c204 int mbedtls_chachapoly_finish(mbedtls_chachapoly_context *ctx, in mbedtls_chachapoly_finish() function
271 ret = mbedtls_chachapoly_finish(ctx, tag); in chachapoly_crypt_and_tag()
H A Dpsa_crypto_aead.c597 mbedtls_chachapoly_finish(&operation->ctx.chachapoly, in mbedtls_psa_aead_finish()
H A Dcipher.c1265 return mbedtls_chachapoly_finish( in mbedtls_cipher_write_tag()
1331 ret = mbedtls_chachapoly_finish( in mbedtls_cipher_check_tag()