Home
last modified time | relevance | path

Searched refs:unprocessed_data (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/3rdparty/mbedtls/
H A Dcipher.c449 memcpy( &( ctx->unprocessed_data[ctx->unprocessed_len] ), input, in mbedtls_cipher_update()
463 memcpy( &( ctx->unprocessed_data[ctx->unprocessed_len] ), input, in mbedtls_cipher_update()
468 ctx->unprocessed_data, output ) ) ) in mbedtls_cipher_update()
498 memcpy( ctx->unprocessed_data, &( input[ilen - copy_len] ), in mbedtls_cipher_update()
559 ctx->unprocessed_data, input, output ) ) ) in mbedtls_cipher_update()
832 ctx->add_padding( ctx->unprocessed_data, mbedtls_cipher_get_iv_size( ctx ), in mbedtls_cipher_finish()
850 ctx->unprocessed_data, output ) ) ) in mbedtls_cipher_finish()
/reactos/sdk/include/reactos/libs/mbedtls/
H A Dcipher.h331 unsigned char unprocessed_data[MBEDTLS_MAX_BLOCK_LENGTH]; member