Home
last modified time | relevance | path

Searched refs:mbedtls_chacha20_update (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/mbedtls/include/mbedtls/
A Dchacha20.h172 int mbedtls_chacha20_update( mbedtls_chacha20_context *ctx,
/AliOS-Things-master/components/mbedtls/library/
A Dchachapoly.c154 ret = mbedtls_chacha20_update( &ctx->chacha20_ctx, sizeof( poly1305_key ), in mbedtls_chachapoly_starts()
218 ret = mbedtls_chacha20_update( &ctx->chacha20_ctx, len, input, output ); in mbedtls_chachapoly_update()
232 ret = mbedtls_chacha20_update( &ctx->chacha20_ctx, len, input, output ); in mbedtls_chachapoly_update()
A Dchacha20.c255 int mbedtls_chacha20_update( mbedtls_chacha20_context *ctx, in mbedtls_chacha20_update() function
345 ret = mbedtls_chacha20_update( &ctx, data_len, input, output ); in mbedtls_chacha20_crypt()
A Dcipher_wrap.c1917 ret = mbedtls_chacha20_update( ctx, length, input, output ); in chacha20_stream_wrap()

Completed in 12 milliseconds