Home
last modified time | relevance | path

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

/openssl/crypto/rand/
H A Drand_lib.c545 size_t props_len; in rand_new_seed() local
579 props_len = ossl_property_list_to_string(libctx, pl3, NULL, 0); in rand_new_seed()
580 if (props_len == 0) { in rand_new_seed()
585 props = OPENSSL_malloc(props_len); in rand_new_seed()
591 props, props_len) == 0) { in rand_new_seed()

Completed in 6 milliseconds