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;30 CRYPTO_RWLOCK *refcnt_lock;32 const OSSL_DISPATCH *dispatch;33 OSSL_FUNC_rand_newctx_fn *newctx;34 OSSL_FUNC_rand_freectx_fn *freectx;[all …]