Searched refs:mbedtls_entropy_func (Results 1 – 4 of 4) sorted by relevance
/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/ |
A D | entropy.h | 206 int mbedtls_entropy_func( void *data, unsigned char *output, size_t len );
|
A D | compat-1.3.h | 1945 #define entropy_func mbedtls_entropy_func
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/ |
A D | entropy.c | 328 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 D | ChangeLog | 1038 * Enforce that mbedtls_entropy_func() gathers a total of
|
Completed in 37 milliseconds