Home
last modified time | relevance | path

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

/third_party/mbedtls/library/
Dchacha20.c155 void mbedtls_chacha20_init(mbedtls_chacha20_context *ctx) in mbedtls_chacha20_init() function
267 mbedtls_chacha20_init(&ctx); in mbedtls_chacha20_crypt()
Dchachapoly.c83 mbedtls_chacha20_init(&ctx->chacha20_ctx); in mbedtls_chachapoly_init()
Dcipher_wrap.c1809 mbedtls_chacha20_init(ctx); in chacha20_ctx_alloc()
/third_party/mbedtls/include/mbedtls/
Dchacha20.h76 void mbedtls_chacha20_init(mbedtls_chacha20_context *ctx);
/third_party/mbedtls/tests/suites/
Dtest_suite_chacha20.function38 mbedtls_chacha20_init(&ctx);