Searched defs:ossl_provider_st (Results 1 – 2 of 2) sorted by relevance
136 struct ossl_provider_st { struct142 CRYPTO_RWLOCK *flag_lock;145 CRYPTO_REF_COUNT refcnt;147 int activatecnt;148 char *name;149 char *path;150 DSO *module;180 size_t operation_bits_sz;181 CRYPTO_RWLOCK *opbits_lock;186 unsigned int ischild:1;[all …]
24 struct ossl_provider_st { struct25 int x;
Completed in 9 milliseconds