Searched refs:CRYPTO_add (Results 1 - 25 of 126) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/asn1/
H A Dx_info.c93 i = CRYPTO_add(&x->references, -1, CRYPTO_LOCK_X509_INFO);
H A Dx_pkey.c131 i = CRYPTO_add(&x->references, -1, CRYPTO_LOCK_X509_PKEY);
H A Dx_pubkey.c135 CRYPTO_add(&key->pkey->references, 1, CRYPTO_LOCK_EVP_PKEY);
172 CRYPTO_add(&ret->references, 1, CRYPTO_LOCK_EVP_PKEY);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Dx_info.c93 i=CRYPTO_add(&x->references,-1,CRYPTO_LOCK_X509_INFO);
H A Dx_pkey.c133 i=CRYPTO_add(&x->references,-1,CRYPTO_LOCK_X509_PKEY);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/asn1/
H A Dx_info.c93 i = CRYPTO_add(&x->references, -1, CRYPTO_LOCK_X509_INFO);
H A Dx_pkey.c131 i = CRYPTO_add(&x->references, -1, CRYPTO_LOCK_X509_PKEY);
H A Dx_pubkey.c135 CRYPTO_add(&key->pkey->references, 1, CRYPTO_LOCK_EVP_PKEY);
172 CRYPTO_add(&ret->references, 1, CRYPTO_LOCK_EVP_PKEY);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dssl_sess.c78 /* Need to lock this all up rather than just use CRYPTO_add so that
300 CRYPTO_add(&ret->references,1,CRYPTO_LOCK_SSL_SESSION);
322 CRYPTO_add(&ret->references,1,CRYPTO_LOCK_SSL_SESSION);
389 CRYPTO_add(&ret->references,1,CRYPTO_LOCK_SSL_SESSION);
429 CRYPTO_add(&c->references,1,CRYPTO_LOCK_SSL_SESSION);
528 i=CRYPTO_add(&ss->references,-1,CRYPTO_LOCK_SSL_SESSION);
591 CRYPTO_add(&session->references,1,CRYPTO_LOCK_SSL_SESSION);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/pkcs7/
H A Dpk7_lib.c320 CRYPTO_add(&x509->references,1,CRYPTO_LOCK_X509);
356 CRYPTO_add(&crl->references,1,CRYPTO_LOCK_X509_CRL);
390 CRYPTO_add(&pkey->references,1,CRYPTO_LOCK_EVP_PKEY);
542 CRYPTO_add(&x509->references,1,CRYPTO_LOCK_X509);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/cms/
H A Dcms_lib.c478 CRYPTO_add(&cert->references, 1, CRYPTO_LOCK_X509);
538 CRYPTO_add(&crl->references, 1, CRYPTO_LOCK_X509_CRL);
563 CRYPTO_add(&cch->d.certificate->references, 1, CRYPTO_LOCK_X509);
591 CRYPTO_add(&rch->d.crl->references, 1, CRYPTO_LOCK_X509_CRL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/cms/
H A Dcms_lib.c478 CRYPTO_add(&cert->references, 1, CRYPTO_LOCK_X509);
538 CRYPTO_add(&crl->references, 1, CRYPTO_LOCK_X509_CRL);
563 CRYPTO_add(&cch->d.certificate->references, 1, CRYPTO_LOCK_X509);
591 CRYPTO_add(&rch->d.crl->references, 1, CRYPTO_LOCK_X509_CRL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/rsa/
H A Drsa_lib.c215 i = CRYPTO_add(&r->references, -1, CRYPTO_LOCK_RSA);
264 int i = CRYPTO_add(&r->references, 1, CRYPTO_LOCK_RSA);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dssl_cert.c295 CRYPTO_add(&rpk->x509->references, 1, CRYPTO_LOCK_X509);
300 CRYPTO_add(&cpk->privatekey->references, 1, CRYPTO_LOCK_EVP_PKEY);
374 CRYPTO_add(&cert->verify_store->references, 1,
380 CRYPTO_add(&cert->chain_store->references, 1, CRYPTO_LOCK_X509_STORE);
461 i = CRYPTO_add(&c->references, -1, CRYPTO_LOCK_SSL_CERT);
580 CRYPTO_add(&x->references, 1, CRYPTO_LOCK_X509);
660 i = CRYPTO_add(&sc->references, -1, CRYPTO_LOCK_SSL_SESS_CERT);
1262 CRYPTO_add(&store->references, 1, CRYPTO_LOCK_X509_STORE);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/rsa/
H A Drsa_lib.c215 i = CRYPTO_add(&r->references, -1, CRYPTO_LOCK_RSA);
264 int i = CRYPTO_add(&r->references, 1, CRYPTO_LOCK_RSA);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dssl_cert.c295 CRYPTO_add(&rpk->x509->references, 1, CRYPTO_LOCK_X509);
300 CRYPTO_add(&cpk->privatekey->references, 1, CRYPTO_LOCK_EVP_PKEY);
374 CRYPTO_add(&cert->verify_store->references, 1,
380 CRYPTO_add(&cert->chain_store->references, 1, CRYPTO_LOCK_X509_STORE);
461 i = CRYPTO_add(&c->references, -1, CRYPTO_LOCK_SSL_CERT);
580 CRYPTO_add(&x->references, 1, CRYPTO_LOCK_X509);
660 i = CRYPTO_add(&sc->references, -1, CRYPTO_LOCK_SSL_SESS_CERT);
1262 CRYPTO_add(&store->references, 1, CRYPTO_LOCK_X509_STORE);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/dh/
H A Ddh_lib.c178 i = CRYPTO_add(&r->references, -1, CRYPTO_LOCK_DH);
213 int i = CRYPTO_add(&r->references, 1, CRYPTO_LOCK_DH);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/dsa/
H A Ddsa_lib.c188 i=CRYPTO_add(&r->references,-1,CRYPTO_LOCK_DSA);
222 int i = CRYPTO_add(&r->references, 1, CRYPTO_LOCK_DSA);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/dh/
H A Ddh_lib.c187 i = CRYPTO_add(&r->references, -1, CRYPTO_LOCK_DH);
230 int i = CRYPTO_add(&r->references, 1, CRYPTO_LOCK_DH);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/dsa/
H A Ddsa_lib.c196 i = CRYPTO_add(&r->references, -1, CRYPTO_LOCK_DSA);
237 int i = CRYPTO_add(&r->references, 1, CRYPTO_LOCK_DSA);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/dh/
H A Ddh_lib.c187 i = CRYPTO_add(&r->references, -1, CRYPTO_LOCK_DH);
230 int i = CRYPTO_add(&r->references, 1, CRYPTO_LOCK_DH);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/dsa/
H A Ddsa_lib.c196 i = CRYPTO_add(&r->references, -1, CRYPTO_LOCK_DSA);
237 int i = CRYPTO_add(&r->references, 1, CRYPTO_LOCK_DSA);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/store/
H A Dstr_lib.c254 CRYPTO_add(&object->data.x509.certificate->references, 1,
279 CRYPTO_add(&data->references, 1, CRYPTO_LOCK_X509);
381 CRYPTO_add(&object->data.x509.certificate->references, 1,
432 CRYPTO_add(&object->data.key->references, 1, CRYPTO_LOCK_EVP_PKEY);
456 CRYPTO_add(&object->data.key->references, 1, CRYPTO_LOCK_EVP_PKEY);
486 CRYPTO_add(&data->references, 1, CRYPTO_LOCK_EVP_PKEY);
590 CRYPTO_add(&object->data.key->references, 1, CRYPTO_LOCK_EVP_PKEY);
640 CRYPTO_add(&object->data.key->references, 1, CRYPTO_LOCK_EVP_PKEY);
670 CRYPTO_add(&data->references, 1, CRYPTO_LOCK_EVP_PKEY);
774 CRYPTO_add(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/store/
H A Dstr_lib.c271 CRYPTO_add(&object->data.x509.certificate->references,1,CRYPTO_LOCK_X509);
297 CRYPTO_add(&data->references,1,CRYPTO_LOCK_X509);
401 CRYPTO_add(&object->data.x509.certificate->references,1,CRYPTO_LOCK_X509);
455 CRYPTO_add(&object->data.key->references,1,CRYPTO_LOCK_EVP_PKEY);
481 CRYPTO_add(&object->data.key->references,1,CRYPTO_LOCK_EVP_PKEY);
514 CRYPTO_add(&data->references,1,CRYPTO_LOCK_EVP_PKEY);
622 CRYPTO_add(&object->data.key->references,1,CRYPTO_LOCK_EVP_PKEY);
676 CRYPTO_add(&object->data.key->references,1,CRYPTO_LOCK_EVP_PKEY);
709 CRYPTO_add(&data->references,1,CRYPTO_LOCK_EVP_PKEY);
817 CRYPTO_add(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/store/
H A Dstr_lib.c254 CRYPTO_add(&object->data.x509.certificate->references, 1,
279 CRYPTO_add(&data->references, 1, CRYPTO_LOCK_X509);
381 CRYPTO_add(&object->data.x509.certificate->references, 1,
432 CRYPTO_add(&object->data.key->references, 1, CRYPTO_LOCK_EVP_PKEY);
456 CRYPTO_add(&object->data.key->references, 1, CRYPTO_LOCK_EVP_PKEY);
486 CRYPTO_add(&data->references, 1, CRYPTO_LOCK_EVP_PKEY);
590 CRYPTO_add(&object->data.key->references, 1, CRYPTO_LOCK_EVP_PKEY);
640 CRYPTO_add(&object->data.key->references, 1, CRYPTO_LOCK_EVP_PKEY);
670 CRYPTO_add(&data->references, 1, CRYPTO_LOCK_EVP_PKEY);
774 CRYPTO_add(
[all...]

Completed in 287 milliseconds

123456