Home
last modified time | relevance | path

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

/openthread-3.4.0/third_party/mbedtls/repo/tests/suites/
Dtest_suite_poly1305.function37 TEST_ASSERT( mbedtls_poly1305_finish( &ctx, mac ) == 0 );
55 TEST_ASSERT( mbedtls_poly1305_finish( &ctx, mac ) == 0 );
72 TEST_ASSERT( mbedtls_poly1305_finish( &ctx, mac ) == 0 );
105 mbedtls_poly1305_finish( NULL, mac ) );
107 mbedtls_poly1305_finish( &ctx, NULL ) );
/openthread-3.4.0/third_party/mbedtls/repo/include/mbedtls/
Dpoly1305.h154 int mbedtls_poly1305_finish( mbedtls_poly1305_context *ctx,
/openthread-3.4.0/third_party/mbedtls/repo/library/
Dpoly1305.c369 int mbedtls_poly1305_finish( mbedtls_poly1305_context *ctx, in mbedtls_poly1305_finish() function
417 ret = mbedtls_poly1305_finish( &ctx, mac ); in mbedtls_poly1305_mac()
Dchachapoly.c273 ret = mbedtls_poly1305_finish( &ctx->poly1305_ctx, mac ); in mbedtls_chachapoly_finish()