Home
last modified time | relevance | path

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

/mbedtls-development/tests/suites/
A Dtest_suite_poly1305.function33 TEST_ASSERT( mbedtls_poly1305_starts( &ctx, key->x ) == 0 );
50 TEST_ASSERT( mbedtls_poly1305_starts( &ctx, key->x ) == 0 );
66 TEST_ASSERT( mbedtls_poly1305_starts( &ctx, key->x ) == 0 );
/mbedtls-development/include/mbedtls/
A Dpoly1305.h104 int mbedtls_poly1305_starts( mbedtls_poly1305_context *ctx,
/mbedtls-development/library/
A Dpoly1305.c274 int mbedtls_poly1305_starts( mbedtls_poly1305_context *ctx, in mbedtls_poly1305_starts() function
409 ret = mbedtls_poly1305_starts( &ctx, key ); in mbedtls_poly1305_mac()
A Dchachapoly.c154 ret = mbedtls_poly1305_starts( &ctx->poly1305_ctx, poly1305_key ); in mbedtls_chachapoly_starts()

Completed in 4 milliseconds