Home
last modified time | relevance | path

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

/AliOS-Things-master/components/mbedtls/library/
A Dentropy.c67 ctx->source_count = 0; in mbedtls_entropy_init()
138 ctx->source_count = 0; in mbedtls_entropy_free()
154 idx = ctx->source_count; in mbedtls_entropy_add_source()
166 ctx->source_count++; in mbedtls_entropy_add_source()
265 if( ctx->source_count == 0 ) in entropy_gather_internal()
271 for( i = 0; i < ctx->source_count; i++ ) in entropy_gather_internal()
367 for( i = 0; i < ctx->source_count; i++ ) in mbedtls_entropy_func()
424 for( i = 0; i < ctx->source_count; i++ ) in mbedtls_entropy_func()
/AliOS-Things-master/components/mbedtls/include/mbedtls/
A Dentropy.h131 int source_count; member

Completed in 5 milliseconds