Home
last modified time | relevance | path

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

/mbedtls-3.4.0/include/mbedtls/
Dchacha20.h88 void mbedtls_chacha20_free( mbedtls_chacha20_context *ctx );
/mbedtls-3.4.0/library/
Dchacha20.c164 void mbedtls_chacha20_free( mbedtls_chacha20_context *ctx ) in mbedtls_chacha20_free() function
298 mbedtls_chacha20_free( &ctx ); in mbedtls_chacha20_crypt()
Dchachapoly.c94 mbedtls_chacha20_free( &ctx->chacha20_ctx ); in mbedtls_chachapoly_free()
Dcipher_wrap.c1804 mbedtls_chacha20_free( (mbedtls_chacha20_context *) ctx ); in chacha20_ctx_free()
/mbedtls-3.4.0/tests/suites/
Dtest_suite_chacha20.function65 mbedtls_chacha20_free( &ctx );