Searched refs:CRYPTO_THREADID_cmp (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/
H A Dmem_dbg.c235 || CRYPTO_THREADID_cmp(&disabling_threadid, &cur)) {
288 || CRYPTO_THREADID_cmp(&disabling_threadid, &cur);
337 return CRYPTO_THREADID_cmp(&((const APP_INFO *)a_void)->threadid,
370 if (CRYPTO_THREADID_cmp(&ret->threadid, &tmp.threadid)) {
418 if (CRYPTO_THREADID_cmp(&ami->threadid, &amim->threadid)) {
701 while (amip && !CRYPTO_THREADID_cmp(&amip->threadid, &ti));
H A Dcrypto.h458 int CRYPTO_THREADID_cmp(const CRYPTO_THREADID *a, const CRYPTO_THREADID *b);
H A Dcryptlib.c424 * CRYPTO_THREADID_cmp() this avoids any platform silliness that might cause
510 int CRYPTO_THREADID_cmp(const CRYPTO_THREADID *a, const CRYPTO_THREADID *b) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/
H A Dmem_dbg.c235 || CRYPTO_THREADID_cmp(&disabling_threadid, &cur)) {
288 || CRYPTO_THREADID_cmp(&disabling_threadid, &cur);
337 return CRYPTO_THREADID_cmp(&((const APP_INFO *)a_void)->threadid,
370 if (CRYPTO_THREADID_cmp(&ret->threadid, &tmp.threadid)) {
418 if (CRYPTO_THREADID_cmp(&ami->threadid, &amim->threadid)) {
701 while (amip && !CRYPTO_THREADID_cmp(&amip->threadid, &ti));
H A Dcrypto.h458 int CRYPTO_THREADID_cmp(const CRYPTO_THREADID *a, const CRYPTO_THREADID *b);
H A Dcryptlib.c424 * CRYPTO_THREADID_cmp() this avoids any platform silliness that might cause
510 int CRYPTO_THREADID_cmp(const CRYPTO_THREADID *a, const CRYPTO_THREADID *b) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/rand/
H A Dmd_rand.c224 do_not_lock = !CRYPTO_THREADID_cmp(&locking_threadid, &cur);
560 do_not_lock = !CRYPTO_THREADID_cmp(&locking_threadid, &cur);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/rand/
H A Dmd_rand.c224 do_not_lock = !CRYPTO_THREADID_cmp(&locking_threadid, &cur);
560 do_not_lock = !CRYPTO_THREADID_cmp(&locking_threadid, &cur);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/rsa/
H A Drsa_eay.c278 if (!CRYPTO_THREADID_cmp(&cur, BN_BLINDING_thread_id(ret))) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/rsa/
H A Drsa_eay.c278 if (!CRYPTO_THREADID_cmp(&cur, BN_BLINDING_thread_id(ret))) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/err/
H A Derr.c443 return CRYPTO_THREADID_cmp(&a->tid, &b->tid);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/err/
H A Derr.c443 return CRYPTO_THREADID_cmp(&a->tid, &b->tid);

Completed in 121 milliseconds