Searched defs:evp_rand_ctx_st (Results 1 – 1 of 1) sorted by relevance
81 struct evp_rand_ctx_st { struct82 EVP_RAND *meth; /* Method structure */87 void *algctx;88 EVP_RAND_CTX *parent; /* Parent EVP_RAND or NULL if none */89 CRYPTO_REF_COUNT refcnt; /* Context reference count */90 CRYPTO_RWLOCK *refcnt_lock;
Completed in 5 milliseconds