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

/barrelfish-master/lib/openssl-1.0.0d/crypto/asn1/
H A Dx_pubkey.c141 CRYPTO_add(&key->pkey->references, 1, CRYPTO_LOCK_EVP_PKEY);
175 CRYPTO_add(&ret->references, 1, CRYPTO_LOCK_EVP_PKEY);
/barrelfish-master/lib/openssl-1.0.0d/crypto/evp/
H A Dpmeth_lib.c184 CRYPTO_add(&pkey->references,1,CRYPTO_LOCK_EVP_PKEY);
277 CRYPTO_add(&pctx->pkey->references,1,CRYPTO_LOCK_EVP_PKEY);
282 CRYPTO_add(&pctx->peerkey->references,1,CRYPTO_LOCK_EVP_PKEY);
H A Dp_lib.c393 i=CRYPTO_add(&x->references,-1,CRYPTO_LOCK_EVP_PKEY);
H A Dpmeth_fn.c347 CRYPTO_add(&peer->references,1,CRYPTO_LOCK_EVP_PKEY);
/barrelfish-master/lib/openssl-1.0.0d/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);
/barrelfish-master/lib/openssl-1.0.0d/crypto/
H A Dcrypto.h193 #define CRYPTO_LOCK_EVP_PKEY 10 macro
/barrelfish-master/include/openssl/
H A Dcrypto.h193 #define CRYPTO_LOCK_EVP_PKEY 10 macro
/barrelfish-master/lib/openssl-1.0.0d/engines/
H A De_chil.c869 CRYPTO_w_lock(CRYPTO_LOCK_EVP_PKEY);
876 CRYPTO_w_unlock(CRYPTO_LOCK_EVP_PKEY);
/barrelfish-master/lib/openssl-1.0.0d/crypto/pkcs7/
H A Dpk7_lib.c386 CRYPTO_add(&pkey->references,1,CRYPTO_LOCK_EVP_PKEY);
/barrelfish-master/lib/openssl-1.0.0d/ssl/
H A Dssl_cert.c273 CRYPTO_LOCK_EVP_PKEY);
H A Dssl_rsa.c219 CRYPTO_add(&pkey->references,1,CRYPTO_LOCK_EVP_PKEY);
/barrelfish-master/lib/openssl-1.0.0d/crypto/cms/
H A Dcms_sd.c322 CRYPTO_add(&pk->references, 1, CRYPTO_LOCK_EVP_PKEY);
/barrelfish-master/lib/openssl-1.0.0d/crypto/ts/
H A Dts_rsp_sign.c219 CRYPTO_add(&ctx->signer_key->references, +1, CRYPTO_LOCK_EVP_PKEY);

Completed in 97 milliseconds