Searched refs:EVP_RAND_CTX (Results 1 – 5 of 5) sorted by relevance
82 EVP_RAND_CTX *RAND_get0_primary(OSSL_LIB_CTX *ctx);83 EVP_RAND_CTX *RAND_get0_public(OSSL_LIB_CTX *ctx);84 EVP_RAND_CTX *RAND_get0_private(OSSL_LIB_CTX *ctx);85 int RAND_set0_public(OSSL_LIB_CTX *ctx, EVP_RAND_CTX *rand);86 int RAND_set0_private(OSSL_LIB_CTX *ctx, EVP_RAND_CTX *rand);
1316 EVP_RAND_CTX *EVP_RAND_CTX_new(EVP_RAND *rand, EVP_RAND_CTX *parent);1317 int EVP_RAND_CTX_up_ref(EVP_RAND_CTX *ctx);1318 void EVP_RAND_CTX_free(EVP_RAND_CTX *ctx);1319 EVP_RAND *EVP_RAND_CTX_get0_rand(EVP_RAND_CTX *ctx);1325 const OSSL_PARAM *EVP_RAND_CTX_gettable_params(EVP_RAND_CTX *ctx);1339 int EVP_RAND_uninstantiate(EVP_RAND_CTX *ctx);1344 int EVP_RAND_reseed(EVP_RAND_CTX *ctx, int prediction_resistance,1348 __owur int EVP_RAND_enable_locking(EVP_RAND_CTX *ctx);1350 int EVP_RAND_verify_zeroization(EVP_RAND_CTX *ctx);1351 unsigned int EVP_RAND_get_strength(EVP_RAND_CTX *ctx);[all …]
130 typedef struct evp_rand_ctx_st EVP_RAND_CTX; typedef
144 EVP_RAND_CTX *ossl_rand_get0_private_noncreating(OSSL_LIB_CTX *ctx);146 EVP_RAND_CTX *ossl_rand_get0_seed_noncreating(OSSL_LIB_CTX *ctx);
983 int evp_rand_can_seed(EVP_RAND_CTX *ctx);984 size_t evp_rand_get_seed(EVP_RAND_CTX *ctx,989 void evp_rand_clear_seed(EVP_RAND_CTX *ctx,
Completed in 13 milliseconds