Home
last modified time | relevance | path

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

/net-tools-latest/mbedtls-2.4.0/library/
Dentropy.c168 static int entropy_update( mbedtls_entropy_context *ctx, unsigned char source_id, in entropy_update() function
211 ret = entropy_update( ctx, MBEDTLS_ENTROPY_SOURCE_MANUAL, data, len ); in mbedtls_entropy_update_manual()
253 entropy_update( ctx, (unsigned char) i, buf, olen ); in entropy_gather_internal()