Searched refs:mbedtls_chacha20_update (Results 1 – 5 of 5) sorted by relevance
/mbedtls-development/tests/suites/ |
A D | test_suite_chacha20.function | 44 TEST_ASSERT( mbedtls_chacha20_update( &ctx, src_str->len, src_str->x, output ) == 0 ); 58 TEST_ASSERT( mbedtls_chacha20_update( &ctx, 1, src_str->x, output ) == 0 ); 59 TEST_ASSERT( mbedtls_chacha20_update( &ctx, src_str->len - 1,
|
/mbedtls-development/include/mbedtls/ |
A D | chacha20.h | 161 int mbedtls_chacha20_update( mbedtls_chacha20_context *ctx,
|
/mbedtls-development/library/ |
A D | chachapoly.c | 149 ret = mbedtls_chacha20_update( &ctx->chacha20_ctx, sizeof( poly1305_key ), in mbedtls_chachapoly_starts() 213 ret = mbedtls_chacha20_update( &ctx->chacha20_ctx, len, input, output ); in mbedtls_chachapoly_update() 227 ret = mbedtls_chacha20_update( &ctx->chacha20_ctx, len, input, output ); in mbedtls_chachapoly_update()
|
A D | chacha20.c | 240 int mbedtls_chacha20_update( mbedtls_chacha20_context *ctx, in mbedtls_chacha20_update() function 330 ret = mbedtls_chacha20_update( &ctx, data_len, input, output ); in mbedtls_chacha20_crypt()
|
A D | cipher_wrap.c | 1788 ret = mbedtls_chacha20_update( ctx, length, input, output ); in chacha20_stream_wrap()
|
Completed in 9 milliseconds