Searched refs:mbedtls_chacha20_update (Results 1 - 4 of 4) sorted by relevance
/third_party/mbedtls/include/mbedtls/ |
H A D | chacha20.h | 70 * to \c mbedtls_chacha20_update(), and finally to 160 int mbedtls_chacha20_update(mbedtls_chacha20_context *ctx,
|
/third_party/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 | 213 int mbedtls_chacha20_update(mbedtls_chacha20_context *ctx, in mbedtls_chacha20_update() function 279 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()
|
Completed in 5 milliseconds