Lines Matching refs:RAND_GLOBAL

74 } RAND_GLOBAL;  typedef
76 static EVP_RAND_CTX *rand_get0_primary(OSSL_LIB_CTX *ctx, RAND_GLOBAL *dgbl);
77 static EVP_RAND_CTX *rand_get0_public(OSSL_LIB_CTX *ctx, RAND_GLOBAL *dgbl);
78 static EVP_RAND_CTX *rand_get0_private(OSSL_LIB_CTX *ctx, RAND_GLOBAL *dgbl);
80 static RAND_GLOBAL *rand_get_global(OSSL_LIB_CTX *libctx) in rand_get_global()
104 static int set_random_provider_name(RAND_GLOBAL *dgbl, const char *name) in set_random_provider_name()
420 RAND_GLOBAL *dgbl; in RAND_priv_bytes_ex()
463 RAND_GLOBAL *dgbl; in RAND_bytes_ex()
510 RAND_GLOBAL *dgbl = OPENSSL_zalloc(sizeof(*dgbl)); in ossl_rand_ctx_new()
546 RAND_GLOBAL *dgbl = vdgbl; in ossl_rand_ctx_free()
570 RAND_GLOBAL *dgbl = rand_get_global(ctx); in rand_delete_thread_state()
593 RAND_GLOBAL *dgbl = rand_get_global(libctx); in rand_new_seed()
630 RAND_GLOBAL *dgbl = rand_get_global(ctx); in ossl_rand_get0_seed_noncreating()
649 RAND_GLOBAL *dgbl = rand_get_global(libctx); in rand_new_drbg()
738 static EVP_RAND_CTX *rand_get0_primary(OSSL_LIB_CTX *ctx, RAND_GLOBAL *dgbl) in rand_get0_primary()
812 RAND_GLOBAL *dgbl = rand_get_global(ctx); in RAND_get0_primary()
817 static EVP_RAND_CTX *rand_get0_public(OSSL_LIB_CTX *ctx, RAND_GLOBAL *dgbl) in rand_get0_public()
859 RAND_GLOBAL *dgbl = rand_get_global(ctx); in RAND_get0_public()
864 static EVP_RAND_CTX *rand_get0_private(OSSL_LIB_CTX *ctx, RAND_GLOBAL *dgbl) in rand_get0_private()
902 RAND_GLOBAL *dgbl = rand_get_global(ctx); in RAND_get0_private()
910 RAND_GLOBAL *dgbl = rand_get_global(ctx); in ossl_rand_get0_private_noncreating()
921 RAND_GLOBAL *dgbl = rand_get_global(ctx); in RAND_set0_public()
935 RAND_GLOBAL *dgbl = rand_get_global(ctx); in RAND_set0_private()
970 RAND_GLOBAL *dgbl = rand_get_global(libctx); in random_conf_init()
1056 RAND_GLOBAL *dgbl = rand_get_global(ctx); in RAND_set_DRBG_type()
1073 RAND_GLOBAL *dgbl = rand_get_global(ctx); in RAND_set_seed_source_type()
1087 RAND_GLOBAL *dgbl = rand_get_global(ctx); in RAND_set1_random_provider()
1116 RAND_GLOBAL *dgbl = rand_get_global(ctx); in ossl_rand_check_random_provider_on_load()
1140 RAND_GLOBAL *dgbl = rand_get_global(ctx); in ossl_rand_check_random_provider_on_unload()