Home
last modified time | relevance | path

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

/third_party/mbedtls/tests/suites/
Dtest_suite_chachapoly.function102 TEST_ASSERT(mbedtls_chachapoly_finish(&ctx, mac)
113 TEST_ASSERT(mbedtls_chachapoly_finish(&ctx, mac)
123 TEST_ASSERT(mbedtls_chachapoly_finish(&ctx, mac)
151 TEST_ASSERT(mbedtls_chachapoly_finish(&ctx, mac)
/third_party/mbedtls/include/mbedtls/
Dchachapoly.h265 int mbedtls_chachapoly_finish(mbedtls_chachapoly_context *ctx,
/third_party/mbedtls/library/
Dchachapoly.c215 int mbedtls_chachapoly_finish(mbedtls_chachapoly_context *ctx, in mbedtls_chachapoly_finish() function
282 ret = mbedtls_chachapoly_finish(ctx, tag); in chachapoly_crypt_and_tag()
Dpsa_crypto_aead.c613 mbedtls_chachapoly_finish(&operation->ctx.chachapoly, in mbedtls_psa_aead_finish()
Dcipher.c1122 return mbedtls_chachapoly_finish( in mbedtls_cipher_write_tag()
1188 ret = mbedtls_chachapoly_finish( in mbedtls_cipher_check_tag()