Home
last modified time | relevance | path

Searched refs:mbedtls_chacha20_setkey (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/mbedtls/library/
H A Dchacha20.c159 int mbedtls_chacha20_setkey(mbedtls_chacha20_context *ctx, in mbedtls_chacha20_setkey() function
257 ret = mbedtls_chacha20_setkey(&ctx, key); in mbedtls_chacha20_crypt()
H A Dchachapoly.c99 ret = mbedtls_chacha20_setkey(&ctx->chacha20_ctx, key); in mbedtls_chachapoly_setkey()
H A Dcipher_wrap.c1841 if (0 != mbedtls_chacha20_setkey((mbedtls_chacha20_context *) ctx, key)) { in chacha20_setkey_wrap()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dchacha20.c159 int mbedtls_chacha20_setkey(mbedtls_chacha20_context *ctx, in mbedtls_chacha20_setkey() function
257 ret = mbedtls_chacha20_setkey(&ctx, key); in mbedtls_chacha20_crypt()
H A Dchachapoly.c99 ret = mbedtls_chacha20_setkey(&ctx->chacha20_ctx, key); in mbedtls_chachapoly_setkey()
H A Dcipher_wrap.c1893 if (0 != mbedtls_chacha20_setkey((mbedtls_chacha20_context *) ctx, key)) { in chacha20_setkey_wrap()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Dchacha20.h93 int mbedtls_chacha20_setkey(mbedtls_chacha20_context *ctx,
/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Dchacha20.h93 int mbedtls_chacha20_setkey(mbedtls_chacha20_context *ctx,
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A Dtest_suite_chacha20.function40 TEST_ASSERT(mbedtls_chacha20_setkey(&ctx, key_str->x) == 0);
/aosp_15_r20/external/mbedtls/tests/suites/
H A Dtest_suite_chacha20.function40 TEST_ASSERT(mbedtls_chacha20_setkey(&ctx, key_str->x) == 0);