Home
last modified time | relevance | path

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

/third_party/mbedtls/include/mbedtls/
Dpoly1305.h89 void mbedtls_poly1305_free( mbedtls_poly1305_context *ctx );
/third_party/mbedtls/tests/suites/
Dtest_suite_poly1305.function78 mbedtls_poly1305_free( &ctx );
/third_party/mbedtls/library/
Dpoly1305.c266 void mbedtls_poly1305_free( mbedtls_poly1305_context *ctx ) in mbedtls_poly1305_free() function
420 mbedtls_poly1305_free( &ctx ); in mbedtls_poly1305_mac()
Dchachapoly.c110 mbedtls_poly1305_free( &ctx->poly1305_ctx ); in mbedtls_chachapoly_free()