Home
last modified time | relevance | path

Searched refs:mbedtls_chachapoly_init (Results 1 – 6 of 6) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_chachapoly.function26 mbedtls_chachapoly_init(&ctx);
60 mbedtls_chachapoly_init(&ctx);
100 mbedtls_chachapoly_init(&ctx);
/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
Dchachapoly.h104 void mbedtls_chachapoly_init(mbedtls_chachapoly_context *ctx);
/openthread-latest/third_party/mbedtls/repo/library/
Dchachapoly.c70 void mbedtls_chachapoly_init(mbedtls_chachapoly_context *ctx) in mbedtls_chachapoly_init() function
440 mbedtls_chachapoly_init(&ctx); in mbedtls_chachapoly_self_test()
Dpsa_crypto_aead.c94 mbedtls_chachapoly_init(&operation->ctx.chachapoly); in psa_aead_setup()
Dcipher_wrap.c2000 mbedtls_chachapoly_init(ctx); in chachapoly_ctx_alloc()
/openthread-latest/third_party/mbedtls/repo/programs/test/
Dbenchmark.c869 mbedtls_chachapoly_init(&chachapoly); in main()