HomeSort by: relevance | last modified time | path
    Searched defs:activatecnt (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/
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,
  /src/crypto/external/bsd/openssl/dist/crypto/
provider_core.c 76 * "counts" (activatecnt).
153 int activatecnt; member in struct:ossl_provider_st
606 * This is newly activated (activatecnt == 1), so we need to
1078 if (prov->activatecnt >= 2 && prov->ischild && upcalls) {
1089 if ((count = --prov->activatecnt) < 1)
1163 count = ++prov->activatecnt;
1166 if (prov->activatecnt == 1 && store != NULL) {

Completed in 192 milliseconds