Home
last modified time | relevance | path

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

/mbedtls-3.4.0/include/mbedtls/
Dchacha20.h77 void mbedtls_chacha20_init( mbedtls_chacha20_context *ctx );
/mbedtls-3.4.0/library/
Dchacha20.c155 void mbedtls_chacha20_init( mbedtls_chacha20_context *ctx ) in mbedtls_chacha20_init() function
285 mbedtls_chacha20_init( &ctx ); in mbedtls_chacha20_crypt()
Dchachapoly.c81 mbedtls_chacha20_init( &ctx->chacha20_ctx ); in mbedtls_chachapoly_init()
Dcipher_wrap.c1797 mbedtls_chacha20_init( ctx ); in chacha20_ctx_alloc()
/mbedtls-3.4.0/tests/suites/
Dtest_suite_chacha20.function37 mbedtls_chacha20_init( &ctx );