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.c547 size_t props_len; in rand_new_seed() local
581 props_len = ossl_property_list_to_string(libctx, pl3, NULL, 0); in rand_new_seed()
582 if (props_len == 0) { in rand_new_seed()
587 props = OPENSSL_malloc(props_len); in rand_new_seed()
593 props, props_len) == 0) { in rand_new_seed()

Completed in 8 milliseconds