Searched refs:mbedtls_chacha20_starts (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/ |
H A D | test_suite_chacha20.function | 42 TEST_ASSERT(mbedtls_chacha20_starts(&ctx, nonce_str->x, counter) == 0); 56 TEST_ASSERT(mbedtls_chacha20_starts(&ctx, nonce_str->x, counter) == 0);
|
/aosp_15_r20/external/mbedtls/tests/suites/ |
H A D | test_suite_chacha20.function | 42 TEST_ASSERT(mbedtls_chacha20_starts(&ctx, nonce_str->x, counter) == 0); 56 TEST_ASSERT(mbedtls_chacha20_starts(&ctx, nonce_str->x, counter) == 0);
|
/aosp_15_r20/external/mbedtls/library/ |
H A D | chacha20.c | 181 int mbedtls_chacha20_starts(mbedtls_chacha20_context *ctx, in mbedtls_chacha20_starts() function 262 ret = mbedtls_chacha20_starts(&ctx, nonce, counter); in mbedtls_chacha20_crypt()
|
H A D | chachapoly.c | 112 ret = mbedtls_chacha20_starts(&ctx->chacha20_ctx, nonce, 0U); in mbedtls_chachapoly_starts()
|
H A D | cipher.c | 439 if (0 != mbedtls_chacha20_starts((mbedtls_chacha20_context *) ctx->cipher_ctx, in mbedtls_cipher_set_iv()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | chacha20.c | 181 int mbedtls_chacha20_starts(mbedtls_chacha20_context *ctx, in mbedtls_chacha20_starts() function 262 ret = mbedtls_chacha20_starts(&ctx, nonce, counter); in mbedtls_chacha20_crypt()
|
H A D | chachapoly.c | 112 ret = mbedtls_chacha20_starts(&ctx->chacha20_ctx, nonce, 0U); in mbedtls_chachapoly_starts()
|
H A D | cipher.c | 455 if (0 != mbedtls_chacha20_starts((mbedtls_chacha20_context *) ctx->cipher_ctx, in mbedtls_cipher_set_iv()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
H A D | chacha20.h | 115 int mbedtls_chacha20_starts(mbedtls_chacha20_context *ctx,
|
/aosp_15_r20/external/mbedtls/include/mbedtls/ |
H A D | chacha20.h | 115 int mbedtls_chacha20_starts(mbedtls_chacha20_context *ctx,
|