Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
Dpoly1305.h66 void mbedtls_poly1305_init(mbedtls_poly1305_context *ctx);
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_poly1305.function31 mbedtls_poly1305_init(&ctx);
/openthread-latest/third_party/mbedtls/repo/library/
Dpoly1305.c228 void mbedtls_poly1305_init(mbedtls_poly1305_context *ctx) in mbedtls_poly1305_init() function
357 mbedtls_poly1305_init(&ctx); in mbedtls_poly1305_mac()
Dchachapoly.c73 mbedtls_poly1305_init(&ctx->poly1305_ctx); in mbedtls_chachapoly_init()