Searched refs:EVP_RAND (Results 1 – 3 of 3) sorted by relevance
1308 int EVP_RAND_up_ref(EVP_RAND *rand);1309 void EVP_RAND_free(EVP_RAND *rand);1310 const char *EVP_RAND_get0_name(const EVP_RAND *rand);1311 const char *EVP_RAND_get0_description(const EVP_RAND *md);1312 int EVP_RAND_is_a(const EVP_RAND *rand, const char *name);1313 const OSSL_PROVIDER *EVP_RAND_get0_provider(const EVP_RAND *rand);1314 int EVP_RAND_get_params(EVP_RAND *rand, OSSL_PARAM params[]);1319 EVP_RAND *EVP_RAND_CTX_get0_rand(EVP_RAND_CTX *ctx);1322 const OSSL_PARAM *EVP_RAND_gettable_params(const EVP_RAND *rand);1329 void (*fn)(EVP_RAND *rand, void *arg),[all …]
129 typedef struct evp_rand_st EVP_RAND; typedef
982 int evp_rand_get_number(const EVP_RAND *rand);
Completed in 13 milliseconds