Home
last modified time | relevance | path

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

/openssl/crypto/rand/
H A Drand_lib.c542 OSSL_PROPERTY_LIST *pl1, *pl2, *pl3 = NULL; in rand_new_seed() local
568 pl3 = ossl_property_merge(pl2, pl1); in rand_new_seed()
571 if (pl3 == NULL) { in rand_new_seed()
575 props_len = ossl_property_list_to_string(libctx, pl3, NULL, 0); in rand_new_seed()
586 if (ossl_property_list_to_string(libctx, pl3, in rand_new_seed()
591 ossl_property_free(pl3); in rand_new_seed()
592 pl3 = NULL; in rand_new_seed()
618 ossl_property_free(pl3); in rand_new_seed()

Completed in 7 milliseconds