Searched refs:mbedtls_poly1305_starts (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/mbedtls/tests/suites/ |
H A D | test_suite_poly1305.function | 33 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 D | test_suite_poly1305.function | 33 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 D | poly1305.c | 242 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 D | chachapoly.c | 129 ret = mbedtls_poly1305_starts(&ctx->poly1305_ctx, poly1305_key); in mbedtls_chachapoly_starts()
|
/aosp_15_r20/external/mbedtls/library/ |
H A D | poly1305.c | 242 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 D | chachapoly.c | 129 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 D | poly1305.h | 91 int mbedtls_poly1305_starts(mbedtls_poly1305_context *ctx,
|
/aosp_15_r20/external/mbedtls/include/mbedtls/ |
H A D | poly1305.h | 91 int mbedtls_poly1305_starts(mbedtls_poly1305_context *ctx,
|