Searched refs:mbedtls_chacha20_update (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 | 45 TEST_ASSERT(mbedtls_chacha20_update(&ctx, src_str->len, src_str->x, output) == 0); 59 TEST_ASSERT(mbedtls_chacha20_update(&ctx, 1, src_str->x, output) == 0); 60 TEST_ASSERT(mbedtls_chacha20_update(&ctx, src_str->len - 1,
|
/aosp_15_r20/external/mbedtls/tests/suites/ |
H A D | test_suite_chacha20.function | 45 TEST_ASSERT(mbedtls_chacha20_update(&ctx, src_str->len, src_str->x, output) == 0); 59 TEST_ASSERT(mbedtls_chacha20_update(&ctx, 1, src_str->x, output) == 0); 60 TEST_ASSERT(mbedtls_chacha20_update(&ctx, src_str->len - 1,
|
/aosp_15_r20/external/mbedtls/library/ |
H A D | chachapoly.c | 123 ret = mbedtls_chacha20_update(&ctx->chacha20_ctx, sizeof(poly1305_key), in mbedtls_chachapoly_starts() 180 ret = mbedtls_chacha20_update(&ctx->chacha20_ctx, len, input, output); in mbedtls_chachapoly_update() 195 ret = mbedtls_chacha20_update(&ctx->chacha20_ctx, len, input, output); in mbedtls_chachapoly_update()
|
H A D | chacha20.c | 201 int mbedtls_chacha20_update(mbedtls_chacha20_context *ctx, in mbedtls_chacha20_update() function 267 ret = mbedtls_chacha20_update(&ctx, data_len, input, output); in mbedtls_chacha20_crypt()
|
H A D | cipher_wrap.c | 1854 ret = mbedtls_chacha20_update(ctx, length, input, output); in chacha20_stream_wrap()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | chachapoly.c | 123 ret = mbedtls_chacha20_update(&ctx->chacha20_ctx, sizeof(poly1305_key), in mbedtls_chachapoly_starts() 180 ret = mbedtls_chacha20_update(&ctx->chacha20_ctx, len, input, output); in mbedtls_chachapoly_update() 195 ret = mbedtls_chacha20_update(&ctx->chacha20_ctx, len, input, output); in mbedtls_chachapoly_update()
|
H A D | chacha20.c | 201 int mbedtls_chacha20_update(mbedtls_chacha20_context *ctx, in mbedtls_chacha20_update() function 267 ret = mbedtls_chacha20_update(&ctx, data_len, input, output); in mbedtls_chacha20_crypt()
|
H A D | cipher_wrap.c | 1906 ret = mbedtls_chacha20_update(ctx, length, input, output); in chacha20_stream_wrap()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
H A D | chacha20.h | 148 int mbedtls_chacha20_update(mbedtls_chacha20_context *ctx,
|
/aosp_15_r20/external/mbedtls/include/mbedtls/ |
H A D | chacha20.h | 148 int mbedtls_chacha20_update(mbedtls_chacha20_context *ctx,
|