Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/
A Dentropy.h206 int mbedtls_entropy_func( void *data, unsigned char *output, size_t len );
A Dcompat-1.3.h1945 #define entropy_func mbedtls_entropy_func
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dentropy.c328 int mbedtls_entropy_func( void *data, unsigned char *output, size_t len ) in mbedtls_entropy_func() function
457 if( ( ret = mbedtls_entropy_func( ctx, buf, MBEDTLS_ENTROPY_BLOCK_SIZE ) ) != 0 ) in mbedtls_entropy_update_nv_seed()
478 if( ( ret = mbedtls_entropy_func( ctx, buf, MBEDTLS_ENTROPY_BLOCK_SIZE ) ) != 0 ) in mbedtls_entropy_write_seed_file()
698 if( ( ret = mbedtls_entropy_func( &ctx, buf, sizeof( buf ) ) ) != 0 ) in mbedtls_entropy_self_test()
/optee_os-3.20.0/lib/libmbedtls/mbedtls/
A DChangeLog1038 * Enforce that mbedtls_entropy_func() gathers a total of

Completed in 37 milliseconds