Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dentropy.c71 mbedtls_sha512_init( &ctx->accumulator ); in mbedtls_entropy_init()
73 mbedtls_sha256_init( &ctx->accumulator ); in mbedtls_entropy_init()
131 mbedtls_sha512_free( &ctx->accumulator ); in mbedtls_entropy_free()
133 mbedtls_sha256_free( &ctx->accumulator ); in mbedtls_entropy_free()
218 ret = mbedtls_sha512_update_ret( &ctx->accumulator, p, use_len ); in entropy_update()
395 mbedtls_sha512_free( &ctx->accumulator ); in mbedtls_entropy_func()
396 mbedtls_sha512_init( &ctx->accumulator ); in mbedtls_entropy_func()
399 if( ( ret = mbedtls_sha512_update_ret( &ctx->accumulator, buf, in mbedtls_entropy_func()
416 mbedtls_sha256_free( &ctx->accumulator ); in mbedtls_entropy_func()
417 mbedtls_sha256_init( &ctx->accumulator ); in mbedtls_entropy_func()
[all …]
/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/
A Dentropy.h132 mbedtls_sha512_context accumulator; member
134 mbedtls_sha256_context accumulator; member
/optee_os-3.20.0/lib/libmbedtls/mbedtls/
A DChangeLog1043 bytes (size of the entropy accumulator).
4123 * Added a generic entropy accumulator that provides support for adding

Completed in 10 milliseconds