Symbol: CRYPTO_NEW_REF
crypto/openssl/crypto/asn1/tasn_utl.c
86
if (!CRYPTO_NEW_REF(refcnt, 1))
crypto/openssl/crypto/bio/bio_lib.c
92
if (!CRYPTO_NEW_REF(&bio->references, 1))
crypto/openssl/crypto/bio/bio_meth.c
18
return CRYPTO_NEW_REF(&bio_type_count, BIO_TYPE_START);
crypto/openssl/crypto/bio/ossl_core_bio.c
27
if (cb == NULL || !CRYPTO_NEW_REF(&cb->ref_cnt, 1)) {
crypto/openssl/crypto/dh/dh_lib.c
88
if (!CRYPTO_NEW_REF(&ret->references, 1)) {
crypto/openssl/crypto/dsa/dsa_lib.c
146
if (!CRYPTO_NEW_REF(&ret->references, 1)) {
crypto/openssl/crypto/dso/dso_lib.c
28
if (!CRYPTO_NEW_REF(&ret->references, 1)) {
crypto/openssl/crypto/ec/ec_kmeth.c
88
if (!CRYPTO_NEW_REF(&ret->references, 1)) {
crypto/openssl/crypto/ec/ec_mult.c
65
if (!CRYPTO_NEW_REF(&ret->references, 1)) {
crypto/openssl/crypto/ec/ecp_nistp224.c
1230
if (!CRYPTO_NEW_REF(&ret->references, 1)) {
crypto/openssl/crypto/ec/ecp_nistp256.c
1849
if (!CRYPTO_NEW_REF(&ret->references, 1)) {
crypto/openssl/crypto/ec/ecp_nistp384.c
1571
if (!CRYPTO_NEW_REF(&ret->references, 1)) {
crypto/openssl/crypto/ec/ecp_nistp521.c
1663
if (!CRYPTO_NEW_REF(&ret->references, 1)) {
crypto/openssl/crypto/ec/ecp_nistz256.c
1203
if (!CRYPTO_NEW_REF(&ret->references, 1)) {
crypto/openssl/crypto/ec/ecx_backend.c
119
if (!CRYPTO_NEW_REF(&ret->references, 1))
crypto/openssl/crypto/ec/ecx_key.c
46
if (!CRYPTO_NEW_REF(&ret->references, 1))
crypto/openssl/crypto/encode_decode/decoder_meth.c
44
if (!CRYPTO_NEW_REF(&decoder->base.refcnt, 1)) {
crypto/openssl/crypto/encode_decode/encoder_meth.c
44
if (!CRYPTO_NEW_REF(&encoder->base.refcnt, 1)) {
crypto/openssl/crypto/engine/eng_lib.c
38
if (!CRYPTO_NEW_REF(&ret->struct_ref, 1)) {
crypto/openssl/crypto/evp/asymcipher.c
357
if (!CRYPTO_NEW_REF(&cipher->refcnt, 1)
crypto/openssl/crypto/evp/digest.c
945
if (md != NULL && !CRYPTO_NEW_REF(&md->refcnt, 1)) {
crypto/openssl/crypto/evp/evp_enc.c
1849
if (cipher != NULL && !CRYPTO_NEW_REF(&cipher->refcnt, 1)) {
crypto/openssl/crypto/evp/evp_rand.c
353
if (!CRYPTO_NEW_REF(&ctx->refcnt, 1)) {
crypto/openssl/crypto/evp/evp_rand.c
86
if (!CRYPTO_NEW_REF(&rand->refcnt, 1)) {
crypto/openssl/crypto/evp/exchange.c
38
if (!CRYPTO_NEW_REF(&exchange->refcnt, 1)
crypto/openssl/crypto/evp/kdf_meth.c
51
|| !CRYPTO_NEW_REF(&kdf->refcnt, 1)) {
crypto/openssl/crypto/evp/kem.c
292
if (!CRYPTO_NEW_REF(&kem->refcnt, 1)
crypto/openssl/crypto/evp/keymgmt_meth.c
36
if (!CRYPTO_NEW_REF(&keymgmt->refcnt, 1)) {
crypto/openssl/crypto/evp/mac_meth.c
50
|| !CRYPTO_NEW_REF(&mac->refcnt, 1)) {
crypto/openssl/crypto/evp/p_lib.c
1510
if (!CRYPTO_NEW_REF(&ret->references, 1))
crypto/openssl/crypto/evp/s_lib.c
42
if (!CRYPTO_NEW_REF(&skey->references, 1))
crypto/openssl/crypto/evp/signature.c
40
if (!CRYPTO_NEW_REF(&signature->refcnt, 1)
crypto/openssl/crypto/evp/skeymgmt_meth.c
54
if (!CRYPTO_NEW_REF(&skeymgmt->refcnt, 1)) {
crypto/openssl/crypto/provider_core.c
449
if (!CRYPTO_NEW_REF(&prov->refcnt, 1)) {
crypto/openssl/crypto/rsa/rsa_lib.c
89
if (!CRYPTO_NEW_REF(&ret->references, 1)) {
crypto/openssl/crypto/store/store_meth.c
51
|| !CRYPTO_NEW_REF(&loader->refcnt, 1)
crypto/openssl/crypto/x509/x509_lu.c
213
if (!CRYPTO_NEW_REF(&ret->references, 1))
crypto/openssl/providers/implementations/keymgmt/kdf_legacy_kmgmt.c
40
if (!CRYPTO_NEW_REF(&kdfdata->refcnt, 1)) {
crypto/openssl/providers/implementations/keymgmt/mac_legacy_kmgmt.c
75
if (!CRYPTO_NEW_REF(&mackey->refcnt, 1)) {
crypto/openssl/ssl/quic/quic_impl.c
4777
if (!CRYPTO_NEW_REF(&newcache->references, 1))
crypto/openssl/ssl/quic/quic_impl.c
4871
if (!CRYPTO_NEW_REF(&new_token->references, 1)) {
crypto/openssl/ssl/ssl_cert.c
114
if (!CRYPTO_NEW_REF(&ret->references, 1)) {
crypto/openssl/ssl/ssl_cert.c
86
if (!CRYPTO_NEW_REF(&ret->references, 1)) {
crypto/openssl/ssl/ssl_cert_comp.c
68
|| !CRYPTO_NEW_REF(&ret->references, 1))
crypto/openssl/ssl/ssl_lib.c
4012
if (!CRYPTO_NEW_REF(&ret->references, 1)) {
crypto/openssl/ssl/ssl_lib.c
710
if (ssl->lock == NULL || !CRYPTO_NEW_REF(&ssl->references, 1))
crypto/openssl/ssl/ssl_sess.c
119
if (!CRYPTO_NEW_REF(&ss->references, 1)) {
crypto/openssl/ssl/ssl_sess.c
175
if (!CRYPTO_NEW_REF(&dest->references, 1)) {
crypto/openssl/test/tls-provider.c
693
if (!CRYPTO_NEW_REF(&ret->references, 1)) {