OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:entropy_init_initialized
(Results
1 - 2
of
2
) sorted by null
/external/curl/lib/vtls/
mbedtls.c
69
static int
entropy_init_initialized
= 0;
variable
76
if(
entropy_init_initialized
== 0) {
78
entropy_init_initialized
= 1;
polarssl.c
81
static int
entropy_init_initialized
= 0;
variable
88
if(
entropy_init_initialized
== 0) {
90
entropy_init_initialized
= 1;
Completed in 47 milliseconds