| provider_core.c | 80 * activatecnt value. 152 CRYPTO_RWLOCK *activatecnt_lock; /* For the activatecnt counter */ 153 int activatecnt; member in struct:ossl_provider_st 641 * This is newly activated (activatecnt == 1), so we need to 1192 if (!CRYPTO_atomic_add(&prov->activatecnt, -1, &count, prov->activatecnt_lock)) { 1297 if (CRYPTO_atomic_add(&prov->activatecnt, 1, &count, prov->activatecnt_lock)) { 1583 if (!CRYPTO_atomic_add(&prov->activatecnt, 1, &ref, 1624 if (!CRYPTO_atomic_add(&prov->activatecnt, -1, &ref, 1635 if (CRYPTO_atomic_add(&prov->activatecnt, 1, &ref,
|