Searched refs:CRYPTO_LOCK_EVP_PKEY (Results 1 - 17 of 17) sorted by relevance

/external/openssl/crypto/asn1/
H A Dx_pubkey.c141 CRYPTO_add(&key->pkey->references, 1, CRYPTO_LOCK_EVP_PKEY);
175 CRYPTO_w_lock(CRYPTO_LOCK_EVP_PKEY);
178 CRYPTO_w_unlock(CRYPTO_LOCK_EVP_PKEY);
185 CRYPTO_w_unlock(CRYPTO_LOCK_EVP_PKEY);
187 CRYPTO_add(&ret->references, 1, CRYPTO_LOCK_EVP_PKEY);
/external/chromium_org/third_party/boringssl/src/crypto/x509/
H A Dx_pubkey.c168 CRYPTO_w_lock(CRYPTO_LOCK_EVP_PKEY);
171 CRYPTO_w_unlock(CRYPTO_LOCK_EVP_PKEY);
178 CRYPTO_w_unlock(CRYPTO_LOCK_EVP_PKEY);
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dthread.h192 #define CRYPTO_LOCK_EVP_PKEY 10 macro
/external/chromium_org/third_party/boringssl/src/crypto/evp/
H A Devp.c106 if (CRYPTO_add(&pkey->references, -1, CRYPTO_LOCK_EVP_PKEY)) {
150 CRYPTO_add(&pkey->references, 1, CRYPTO_LOCK_EVP_PKEY);
/external/openssl/crypto/evp/
H A Dp_lib.c205 CRYPTO_add(&pkey->references,1,CRYPTO_LOCK_EVP_PKEY);
399 i=CRYPTO_add(&x->references,-1,CRYPTO_LOCK_EVP_PKEY);
H A Dpmeth_lib.c185 CRYPTO_add(&pkey->references,1,CRYPTO_LOCK_EVP_PKEY);
330 CRYPTO_add(&pctx->pkey->references,1,CRYPTO_LOCK_EVP_PKEY);
335 CRYPTO_add(&pctx->peerkey->references,1,CRYPTO_LOCK_EVP_PKEY);
H A Dpmeth_fn.c347 CRYPTO_add(&peer->references,1,CRYPTO_LOCK_EVP_PKEY);
/external/openssl/crypto/store/
H A Dstr_lib.c455 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(&object->data.key->references,1,CRYPTO_LOCK_EVP_PKEY);
/external/chromium_org/third_party/webrtc/base/
H A Dopensslidentity.cc155 CRYPTO_add(&pkey_->references, 1, CRYPTO_LOCK_EVP_PKEY);
/external/openssl/crypto/
H A Dcrypto.h193 #define CRYPTO_LOCK_EVP_PKEY 10 macro
/external/openssl/include/openssl/
H A Dcrypto.h193 #define CRYPTO_LOCK_EVP_PKEY 10 macro
/external/openssl/crypto/pkcs7/
H A Dpk7_lib.c386 CRYPTO_add(&pkey->references,1,CRYPTO_LOCK_EVP_PKEY);
/external/openssl/ssl/
H A Dssl_cert.c272 CRYPTO_LOCK_EVP_PKEY);
H A Dssl_rsa.c219 CRYPTO_add(&pkey->references,1,CRYPTO_LOCK_EVP_PKEY);
/external/chromium_org/third_party/boringssl/src/ssl/
H A Dssl_cert.c262 CRYPTO_LOCK_EVP_PKEY);
/external/openssl/crypto/cms/
H A Dcms_sd.c322 CRYPTO_add(&pk->references, 1, CRYPTO_LOCK_EVP_PKEY);
/external/conscrypt/src/main/native/
H A Dorg_conscrypt_NativeCrypto.cpp7416 CRYPTO_add(&pkey->references,+1,CRYPTO_LOCK_EVP_PKEY);
7446 CRYPTO_add(&pkey->references,+1,CRYPTO_LOCK_EVP_PKEY);

Completed in 3942 milliseconds