Home
last modified time | relevance | path

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

/openthread-2.7.6/third_party/mbedtls/repo/include/mbedtls/
Daes.h154 void mbedtls_aes_xts_free( mbedtls_aes_xts_context *ctx );
/openthread-2.7.6/third_party/mbedtls/repo/tests/suites/
Dtest_suite_aes.function144 mbedtls_aes_xts_free( &ctx );
188 mbedtls_aes_xts_free( &ctx );
228 mbedtls_aes_xts_free( &ctx );
575 TEST_VALID_PARAM( mbedtls_aes_xts_free( NULL ) );
/openthread-2.7.6/third_party/mbedtls/repo/programs/test/
Dbenchmark.c497 mbedtls_aes_xts_free( &ctx ); in main()
/openthread-2.7.6/third_party/mbedtls/repo/library/
Dcipher_wrap.c460 mbedtls_aes_xts_free( xts_ctx ); in xts_aes_ctx_free()
Daes.c537 void mbedtls_aes_xts_free( mbedtls_aes_xts_context *ctx ) in mbedtls_aes_xts_free() function
2196 mbedtls_aes_xts_free( &ctx_xts ); in mbedtls_aes_self_test()