Searched refs:mbedtls_chacha20_setkey (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/mbedtls/library/ |
H A D | chacha20.c | 159 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 D | chachapoly.c | 99 ret = mbedtls_chacha20_setkey(&ctx->chacha20_ctx, key); in mbedtls_chachapoly_setkey()
|
H A D | cipher_wrap.c | 1841 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 D | chacha20.c | 159 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 D | chachapoly.c | 99 ret = mbedtls_chacha20_setkey(&ctx->chacha20_ctx, key); in mbedtls_chachapoly_setkey()
|
H A D | cipher_wrap.c | 1893 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 D | chacha20.h | 93 int mbedtls_chacha20_setkey(mbedtls_chacha20_context *ctx,
|
/aosp_15_r20/external/mbedtls/include/mbedtls/ |
H A D | chacha20.h | 93 int mbedtls_chacha20_setkey(mbedtls_chacha20_context *ctx,
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/ |
H A D | test_suite_chacha20.function | 40 TEST_ASSERT(mbedtls_chacha20_setkey(&ctx, key_str->x) == 0);
|
/aosp_15_r20/external/mbedtls/tests/suites/ |
H A D | test_suite_chacha20.function | 40 TEST_ASSERT(mbedtls_chacha20_setkey(&ctx, key_str->x) == 0);
|