Searched defs:ossl_provider_st (Results 1 – 2 of 2) sorted by relevance
141 struct ossl_provider_st { struct143 unsigned int flag_initialized:1;144 unsigned int flag_activated:1;145 unsigned int flag_fallback:1; /* Can be used as fallback */148 CRYPTO_RWLOCK *flag_lock;151 CRYPTO_REF_COUNT refcnt;152 CRYPTO_RWLOCK *refcnt_lock; /* For the ref counter */153 int activatecnt;154 char *name;155 char *path;[all …]
24 struct ossl_provider_st { struct25 int x;