Home
last modified time | relevance | path

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

/aosp_15_r20/external/mbedtls/tests/suites/
H A Dtest_suite_poly1305.function33 TEST_ASSERT(mbedtls_poly1305_starts(&ctx, key->x) == 0);
49 TEST_ASSERT(mbedtls_poly1305_starts(&ctx, key->x) == 0);
64 TEST_ASSERT(mbedtls_poly1305_starts(&ctx, key->x) == 0);
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A Dtest_suite_poly1305.function33 TEST_ASSERT(mbedtls_poly1305_starts(&ctx, key->x) == 0);
49 TEST_ASSERT(mbedtls_poly1305_starts(&ctx, key->x) == 0);
64 TEST_ASSERT(mbedtls_poly1305_starts(&ctx, key->x) == 0);
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dpoly1305.c242 int mbedtls_poly1305_starts(mbedtls_poly1305_context *ctx, in mbedtls_poly1305_starts() function
359 ret = mbedtls_poly1305_starts(&ctx, key); in mbedtls_poly1305_mac()
H A Dchachapoly.c129 ret = mbedtls_poly1305_starts(&ctx->poly1305_ctx, poly1305_key); in mbedtls_chachapoly_starts()
/aosp_15_r20/external/mbedtls/library/
H A Dpoly1305.c242 int mbedtls_poly1305_starts(mbedtls_poly1305_context *ctx, in mbedtls_poly1305_starts() function
359 ret = mbedtls_poly1305_starts(&ctx, key); in mbedtls_poly1305_mac()
H A Dchachapoly.c129 ret = mbedtls_poly1305_starts(&ctx->poly1305_ctx, poly1305_key); in mbedtls_chachapoly_starts()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Dpoly1305.h91 int mbedtls_poly1305_starts(mbedtls_poly1305_context *ctx,
/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Dpoly1305.h91 int mbedtls_poly1305_starts(mbedtls_poly1305_context *ctx,