Home
last modified time | relevance | path

Searched refs:mbedtls_chachapoly_free (Results 1 – 5 of 5) sorted by relevance

/openthread-2.7.6/third_party/mbedtls/repo/tests/suites/
Dtest_suite_chachapoly.function34 mbedtls_chachapoly_free( &ctx );
65 mbedtls_chachapoly_free( &ctx );
90 TEST_VALID_PARAM( mbedtls_chachapoly_free( NULL ) );
276 mbedtls_chachapoly_free( &ctx );
/openthread-2.7.6/third_party/mbedtls/repo/include/mbedtls/
Dchachapoly.h128 void mbedtls_chachapoly_free( mbedtls_chachapoly_context *ctx );
/openthread-2.7.6/third_party/mbedtls/repo/library/
Dchachapoly.c104 void mbedtls_chachapoly_free( mbedtls_chachapoly_context *ctx ) in mbedtls_chachapoly_free() function
524 mbedtls_chachapoly_free( &ctx ); in mbedtls_chachapoly_self_test()
Dcipher_wrap.c2010 mbedtls_chachapoly_free( (mbedtls_chachapoly_context *) ctx ); in chachapoly_ctx_free()
/openthread-2.7.6/third_party/mbedtls/repo/programs/test/
Dbenchmark.c564 mbedtls_chachapoly_free( &chachapoly ); in main()