Home
last modified time | relevance | path

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

/openthread-3.6.0/third_party/mbedtls/repo/tests/suites/
Dtest_suite_aria.function22 TEST_VALID_PARAM( mbedtls_aria_free( NULL ) );
234 mbedtls_aria_free( &ctx );
264 mbedtls_aria_free( &ctx );
290 mbedtls_aria_free( &ctx );
316 mbedtls_aria_free( &ctx );
342 mbedtls_aria_free( &ctx );
368 mbedtls_aria_free( &ctx );
394 mbedtls_aria_free( &ctx );
420 mbedtls_aria_free( &ctx );
/openthread-3.6.0/third_party/mbedtls/repo/include/mbedtls/
Daria.h108 void mbedtls_aria_free( mbedtls_aria_context *ctx );
/openthread-3.6.0/third_party/mbedtls/repo/library/
Daria.c579 void mbedtls_aria_free( mbedtls_aria_context *ctx ) in mbedtls_aria_free() function
1052 mbedtls_aria_free( &ctx ); in mbedtls_aria_self_test()
Dcipher_wrap.c1096 mbedtls_aria_free( (mbedtls_aria_context *) ctx ); in aria_ctx_free()
/openthread-3.6.0/third_party/mbedtls/repo/programs/test/
Dbenchmark.c650 mbedtls_aria_free( &aria ); in main()