Searched refs:mbedtls_chacha20_update (Results 1 – 8 of 8) sorted by relevance
/optee_os/out/arm/export-ta_arm32/include/mbedtls/ |
A D | chacha20.h | 171 int mbedtls_chacha20_update( mbedtls_chacha20_context *ctx,
|
/optee_os/out/arm/export-ta_arm64/include/mbedtls/ |
A D | chacha20.h | 171 int mbedtls_chacha20_update( mbedtls_chacha20_context *ctx,
|
/optee_os/out/arm/export-ta_arm32/host_include/mbedtls/ |
A D | chacha20.h | 171 int mbedtls_chacha20_update( mbedtls_chacha20_context *ctx,
|
/optee_os/out/arm/export-ta_arm64/host_include/mbedtls/ |
A D | chacha20.h | 171 int mbedtls_chacha20_update( mbedtls_chacha20_context *ctx,
|
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
A D | chacha20.h | 171 int mbedtls_chacha20_update( mbedtls_chacha20_context *ctx,
|
/optee_os/lib/libmbedtls/mbedtls/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 | 250 int mbedtls_chacha20_update( mbedtls_chacha20_context *ctx, in mbedtls_chacha20_update() function 340 ret = mbedtls_chacha20_update( &ctx, data_len, input, output ); in mbedtls_chacha20_crypt()
|
A D | cipher_wrap.c | 1969 ret = mbedtls_chacha20_update( ctx, length, input, output ); in chacha20_stream_wrap()
|
Completed in 12 milliseconds