Home
last modified time | relevance | path

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

/openthread-3.6.0/third_party/mbedtls/repo/tests/suites/
Dtest_suite_chachapoly.function191 mbedtls_chachapoly_finish( NULL, mac ) );
193 mbedtls_chachapoly_finish( &ctx, NULL ) );
223 TEST_ASSERT( mbedtls_chachapoly_finish( &ctx, mac )
234 TEST_ASSERT( mbedtls_chachapoly_finish( &ctx, mac )
244 TEST_ASSERT( mbedtls_chachapoly_finish( &ctx, mac )
272 TEST_ASSERT( mbedtls_chachapoly_finish( &ctx, mac )
/openthread-3.6.0/third_party/mbedtls/repo/include/mbedtls/
Dchachapoly.h270 int mbedtls_chachapoly_finish( mbedtls_chachapoly_context *ctx,
/openthread-3.6.0/third_party/mbedtls/repo/library/
Dchachapoly.c235 int mbedtls_chachapoly_finish( mbedtls_chachapoly_context *ctx, in mbedtls_chachapoly_finish() function
302 ret = mbedtls_chachapoly_finish( ctx, tag ); in chachapoly_crypt_and_tag()
Dcipher.c1094 return( mbedtls_chachapoly_finish( in mbedtls_cipher_write_tag()
1163 ret = mbedtls_chachapoly_finish( in mbedtls_cipher_check_tag()