Home
last modified time | relevance | path

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

/net-tools-latest/mbedtls-2.4.0/library/
Dcipher.c333 memcpy( &( ctx->unprocessed_data[ctx->unprocessed_len] ), input, in mbedtls_cipher_update()
347 memcpy( &( ctx->unprocessed_data[ctx->unprocessed_len] ), input, in mbedtls_cipher_update()
352 ctx->unprocessed_data, output ) ) ) in mbedtls_cipher_update()
379 memcpy( ctx->unprocessed_data, &( input[ilen - copy_len] ), in mbedtls_cipher_update()
425 ctx->unprocessed_data, input, output ) ) ) in mbedtls_cipher_update()
666 ctx->add_padding( ctx->unprocessed_data, mbedtls_cipher_get_iv_size( ctx ), in mbedtls_cipher_finish()
684 ctx->unprocessed_data, output ) ) ) in mbedtls_cipher_finish()
/net-tools-latest/mbedtls-2.4.0/include/mbedtls/
Dcipher.h236 unsigned char unprocessed_data[MBEDTLS_MAX_BLOCK_LENGTH]; member