Lines Matching refs:EVP_RAND
55 EVP_RAND *rand = (EVP_RAND *)vrand; in evp_rand_up_ref()
65 EVP_RAND *rand = (EVP_RAND *)vrand; in evp_rand_free()
81 EVP_RAND *rand = OPENSSL_zalloc(sizeof(*rand)); in evp_rand_new()
122 EVP_RAND *rand = NULL; in evp_rand_from_algorithm()
285 EVP_RAND *EVP_RAND_fetch(OSSL_LIB_CTX *libctx, const char *algorithm, in EVP_RAND_fetch()
293 int EVP_RAND_up_ref(EVP_RAND *rand) in EVP_RAND_up_ref()
298 void EVP_RAND_free(EVP_RAND *rand) in EVP_RAND_free()
303 int evp_rand_get_number(const EVP_RAND *rand) in evp_rand_get_number()
308 const char *EVP_RAND_get0_name(const EVP_RAND *rand) in EVP_RAND_get0_name()
313 const char *EVP_RAND_get0_description(const EVP_RAND *rand) in EVP_RAND_get0_description()
318 int EVP_RAND_is_a(const EVP_RAND *rand, const char *name) in EVP_RAND_is_a()
323 const OSSL_PROVIDER *EVP_RAND_get0_provider(const EVP_RAND *rand) in EVP_RAND_get0_provider()
328 int EVP_RAND_get_params(EVP_RAND *rand, OSSL_PARAM params[]) in EVP_RAND_get_params()
342 EVP_RAND_CTX *EVP_RAND_CTX_new(EVP_RAND *rand, EVP_RAND_CTX *parent) in EVP_RAND_CTX_new()
405 EVP_RAND *EVP_RAND_CTX_get0_rand(EVP_RAND_CTX *ctx) in EVP_RAND_CTX_get0_rand()
446 const OSSL_PARAM *EVP_RAND_gettable_params(const EVP_RAND *rand) in EVP_RAND_gettable_params()
453 const OSSL_PARAM *EVP_RAND_gettable_ctx_params(const EVP_RAND *rand) in EVP_RAND_gettable_ctx_params()
463 const OSSL_PARAM *EVP_RAND_settable_ctx_params(const EVP_RAND *rand) in EVP_RAND_settable_ctx_params()
494 void (*fn)(EVP_RAND *rand, void *arg), in EVP_RAND_do_all_provided()
503 int EVP_RAND_names_do_all(const EVP_RAND *rand, in EVP_RAND_names_do_all()