Searched defs:evp_rand_st (Results 1 – 1 of 1) sorted by relevance
24 struct evp_rand_st { struct25 OSSL_PROVIDER *prov;26 int name_id;27 char *type_name;28 const char *description;29 CRYPTO_REF_COUNT refcnt;31 const OSSL_DISPATCH *dispatch;32 OSSL_FUNC_rand_newctx_fn *newctx;33 OSSL_FUNC_rand_freectx_fn *freectx;34 OSSL_FUNC_rand_instantiate_fn *instantiate;[all …]