Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/rand/
H A Drand_lib.c95 } RAND_GLOBAL; typedef
97 static EVP_RAND_CTX *rand_get0_primary(OSSL_LIB_CTX *ctx, RAND_GLOBAL *dgbl);
98 static EVP_RAND_CTX *rand_get0_public(OSSL_LIB_CTX *ctx, RAND_GLOBAL *dgbl);
99 static EVP_RAND_CTX *rand_get0_private(OSSL_LIB_CTX *ctx, RAND_GLOBAL *dgbl);
101 static RAND_GLOBAL *rand_get_global(OSSL_LIB_CTX *libctx) in rand_get_global()
125 static int set_random_provider_name(RAND_GLOBAL *dgbl, const char *name) in set_random_provider_name()
442 RAND_GLOBAL *dgbl; in RAND_priv_bytes_ex()
481 RAND_GLOBAL *dgbl; in RAND_bytes_ex()
524 RAND_GLOBAL *dgbl = OPENSSL_zalloc(sizeof(*dgbl)); in ossl_rand_ctx_new()
568 RAND_GLOBAL *dgbl = vdgbl; in ossl_rand_ctx_free()
[all …]