HomeSort by: relevance | last modified time | path
    Searched refs:CRYPTO_REF_COUNT (Results 1 - 25 of 81) sorted by relevancy

1 2 3 4

  /src/crypto/external/apache2/openssl/dist/include/internal/
refcount.h 37 } CRYPTO_REF_COUNT;
39 static inline int CRYPTO_UP_REF(CRYPTO_REF_COUNT *refcnt, int *ret)
55 static inline int CRYPTO_DOWN_REF(CRYPTO_REF_COUNT *refcnt, int *ret)
71 static inline int CRYPTO_GET_REF(CRYPTO_REF_COUNT *refcnt, int *ret)
83 } CRYPTO_REF_COUNT;
85 static __inline__ int CRYPTO_UP_REF(CRYPTO_REF_COUNT *refcnt, int *ret)
91 static __inline__ int CRYPTO_DOWN_REF(CRYPTO_REF_COUNT *refcnt, int *ret)
99 static __inline__ int CRYPTO_GET_REF(CRYPTO_REF_COUNT *refcnt, int *ret)
110 } CRYPTO_REF_COUNT;
112 static __inline int CRYPTO_UP_REF(CRYPTO_REF_COUNT *refcnt, int *ret
    [all...]
  /src/crypto/external/apache2/openssl/dist/providers/implementations/include/prov/
kdfexchange.h 16 CRYPTO_REF_COUNT refcnt;
macsignature.h 17 CRYPTO_REF_COUNT refcnt;
  /src/crypto/external/bsd/openssl/dist/providers/implementations/include/prov/
kdfexchange.h 16 CRYPTO_REF_COUNT refcnt;
macsignature.h 18 CRYPTO_REF_COUNT refcnt;
  /src/crypto/external/bsd/openssl/dist/include/internal/
refcount.h 28 typedef _Atomic int CRYPTO_REF_COUNT;
60 typedef int CRYPTO_REF_COUNT;
78 typedef volatile int CRYPTO_REF_COUNT;
98 typedef volatile int CRYPTO_REF_COUNT;
159 typedef int CRYPTO_REF_COUNT;
  /src/crypto/external/apache2/openssl/dist/crypto/dso/
dso_local.h 28 CRYPTO_REF_COUNT references;
  /src/crypto/external/bsd/openssl/dist/crypto/dso/
dso_local.h 28 CRYPTO_REF_COUNT references;
  /src/crypto/external/bsd/openssl.old/dist/crypto/dso/
dso_local.h 28 CRYPTO_REF_COUNT references;
  /src/crypto/external/bsd/openssl.old/dist/include/internal/
refcount.h 30 typedef _Atomic int CRYPTO_REF_COUNT;
60 typedef int CRYPTO_REF_COUNT;
80 typedef volatile int CRYPTO_REF_COUNT;
129 typedef int CRYPTO_REF_COUNT;
  /src/crypto/external/apache2/openssl/dist/crypto/dh/
dh_local.h 30 CRYPTO_REF_COUNT references;
  /src/crypto/external/bsd/openssl/dist/crypto/dh/
dh_local.h 30 CRYPTO_REF_COUNT references;
  /src/crypto/external/bsd/openssl.old/dist/crypto/dh/
dh_local.h 33 CRYPTO_REF_COUNT references;
  /src/crypto/external/apache2/openssl/dist/crypto/evp/
evp_local.h 90 CRYPTO_REF_COUNT refcnt; /* Context reference count */
103 CRYPTO_REF_COUNT refcnt;
146 CRYPTO_REF_COUNT refcnt;
165 CRYPTO_REF_COUNT refcnt;
208 CRYPTO_REF_COUNT refcnt;
231 CRYPTO_REF_COUNT refcnt;
251 CRYPTO_REF_COUNT refcnt;
  /src/crypto/external/bsd/openssl/dist/crypto/evp/
evp_local.h 90 CRYPTO_REF_COUNT refcnt; /* Context reference count */
101 CRYPTO_REF_COUNT refcnt;
141 CRYPTO_REF_COUNT refcnt;
161 CRYPTO_REF_COUNT refcnt;
196 CRYPTO_REF_COUNT refcnt;
217 CRYPTO_REF_COUNT refcnt;
  /src/crypto/external/apache2/openssl/dist/crypto/bio/
bio_local.h 115 CRYPTO_REF_COUNT references;
142 extern CRYPTO_REF_COUNT bio_type_count;
  /src/crypto/external/apache2/openssl/dist/crypto/dsa/
dsa_local.h 27 CRYPTO_REF_COUNT references;
  /src/crypto/external/bsd/openssl/dist/crypto/dsa/
dsa_local.h 27 CRYPTO_REF_COUNT references;
  /src/crypto/external/bsd/openssl/dist/crypto/encode_decode/
encoder_local.h 27 CRYPTO_REF_COUNT refcnt;
  /src/crypto/external/apache2/openssl/dist/crypto/encode_decode/
encoder_local.h 28 CRYPTO_REF_COUNT refcnt;
  /src/crypto/external/apache2/openssl/dist/crypto/store/
store_local.h 105 CRYPTO_REF_COUNT refcnt;
  /src/crypto/external/bsd/openssl/dist/crypto/store/
store_local.h 105 CRYPTO_REF_COUNT refcnt;
  /src/crypto/external/bsd/openssl.old/dist/crypto/dsa/
dsa_local.h 28 CRYPTO_REF_COUNT references;
  /src/crypto/external/bsd/openssl.old/dist/include/crypto/
x509.h 74 CRYPTO_REF_COUNT references;
93 CRYPTO_REF_COUNT references;
165 CRYPTO_REF_COUNT references;
  /src/crypto/external/apache2/openssl/dist/include/crypto/
x509.h 80 CRYPTO_REF_COUNT references;
104 CRYPTO_REF_COUNT references;
179 CRYPTO_REF_COUNT references;

Completed in 98 milliseconds

1 2 3 4