Searched refs:mbedtls_poly1305_finish (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/mbedtls/tests/suites/ |
H A D | test_suite_poly1305.function | 37 TEST_ASSERT(mbedtls_poly1305_finish(&ctx, mac) == 0); 54 TEST_ASSERT(mbedtls_poly1305_finish(&ctx, mac) == 0); 70 TEST_ASSERT(mbedtls_poly1305_finish(&ctx, mac) == 0);
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/ |
H A D | test_suite_poly1305.function | 37 TEST_ASSERT(mbedtls_poly1305_finish(&ctx, mac) == 0); 54 TEST_ASSERT(mbedtls_poly1305_finish(&ctx, mac) == 0); 70 TEST_ASSERT(mbedtls_poly1305_finish(&ctx, mac) == 0);
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | poly1305.c | 326 int mbedtls_poly1305_finish(mbedtls_poly1305_context *ctx, in mbedtls_poly1305_finish() function 369 ret = mbedtls_poly1305_finish(&ctx, mac); in mbedtls_poly1305_mac()
|
H A D | chachapoly.c | 239 ret = mbedtls_poly1305_finish(&ctx->poly1305_ctx, mac); in mbedtls_chachapoly_finish()
|
/aosp_15_r20/external/mbedtls/library/ |
H A D | poly1305.c | 326 int mbedtls_poly1305_finish(mbedtls_poly1305_context *ctx, in mbedtls_poly1305_finish() function 369 ret = mbedtls_poly1305_finish(&ctx, mac); in mbedtls_poly1305_mac()
|
H A D | chachapoly.c | 239 ret = mbedtls_poly1305_finish(&ctx->poly1305_ctx, mac); in mbedtls_chachapoly_finish()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
H A D | poly1305.h | 128 int mbedtls_poly1305_finish(mbedtls_poly1305_context *ctx,
|
/aosp_15_r20/external/mbedtls/include/mbedtls/ |
H A D | poly1305.h | 128 int mbedtls_poly1305_finish(mbedtls_poly1305_context *ctx,
|