Home
last modified time | relevance | path

Searched refs:CRYPTO_NEW_REF (Results 1 – 25 of 43) sorted by relevance

12

/openssl/include/internal/
H A Drefcount.h221 static ossl_unused ossl_inline int CRYPTO_NEW_REF(CRYPTO_REF_COUNT *refcnt, int n) in CRYPTO_NEW_REF() function
267 static ossl_unused ossl_inline int CRYPTO_NEW_REF(CRYPTO_REF_COUNT *refcnt, int n) in CRYPTO_NEW_REF() function
/openssl/providers/implementations/keymgmt/
H A Dkdf_legacy_kmgmt.c40 if (!CRYPTO_NEW_REF(&kdfdata->refcnt, 1)) { in ossl_kdf_data_new()
H A Dmac_legacy_kmgmt.c75 if (!CRYPTO_NEW_REF(&mackey->refcnt, 1)) { in ossl_mac_key_new()
/openssl/crypto/bio/
H A Dossl_core_bio.c27 if (cb == NULL || !CRYPTO_NEW_REF(&cb->ref_cnt, 1)) { in core_bio_new()
H A Dbio_meth.c18 return CRYPTO_NEW_REF(&bio_type_count, BIO_TYPE_START); in DEFINE_RUN_ONCE_STATIC()
/openssl/crypto/ec/
H A Decx_key.c46 if (!CRYPTO_NEW_REF(&ret->references, 1)) in ossl_ecx_key_new()
H A Decx_backend.c121 if (!CRYPTO_NEW_REF(&ret->references, 1)) in ossl_ecx_key_dup()
H A Dec_kmeth.c89 if (!CRYPTO_NEW_REF(&ret->references, 1)) { in ossl_ec_key_new_method_int()
/openssl/crypto/evp/
H A Dmac_meth.c50 || !CRYPTO_NEW_REF(&mac->refcnt, 1)) { in evp_mac_new()
H A Dkdf_meth.c51 || !CRYPTO_NEW_REF(&kdf->refcnt, 1)) { in evp_kdf_new()
H A Devp_rand.c86 if (!CRYPTO_NEW_REF(&rand->refcnt, 1)) { in evp_rand_new()
356 if (!CRYPTO_NEW_REF(&ctx->refcnt, 1)) { in EVP_RAND_CTX_new()
H A Dkem.c281 if (!CRYPTO_NEW_REF(&kem->refcnt, 1)) { in evp_kem_new()
H A Dasymcipher.c327 if (!CRYPTO_NEW_REF(&cipher->refcnt, 1)) { in evp_asym_cipher_new()
H A Dexchange.c28 if (!CRYPTO_NEW_REF(&exchange->refcnt, 1)) { in evp_keyexch_new()
H A Dkeymgmt_meth.c26 if (!CRYPTO_NEW_REF(&keymgmt->refcnt, 1)) { in keymgmt_new()
/openssl/crypto/engine/
H A Deng_lib.c38 if (!CRYPTO_NEW_REF(&ret->struct_ref, 1)) { in ENGINE_new()
/openssl/crypto/asn1/
H A Dtasn_utl.c86 if (!CRYPTO_NEW_REF(refcnt, 1)) in ossl_asn1_do_lock()
/openssl/crypto/dh/
H A Ddh_lib.c88 if (!CRYPTO_NEW_REF(&ret->references, 1)) { in dh_new_intern()
/openssl/crypto/dso/
H A Ddso_lib.c28 if (!CRYPTO_NEW_REF(&ret->references, 1)) { in DSO_new_method()
/openssl/crypto/dsa/
H A Ddsa_lib.c147 if (!CRYPTO_NEW_REF(&ret->references, 1)) { in dsa_new_intern()
/openssl/crypto/store/
H A Dstore_meth.c51 || !CRYPTO_NEW_REF(&loader->refcnt, 1)) { in new_loader()
/openssl/ssl/
H A Dssl_cert_comp.c67 || !CRYPTO_NEW_REF(&ret->references, 1)) in OSSL_COMP_CERT_new()
/openssl/doc/internal/man3/
H A Devp_generic_fetch.pod124 if (!CRYPTO_NEW_REF(&foo->refcnt, 1)) {
/openssl/crypto/encode_decode/
H A Ddecoder_meth.c34 if (!CRYPTO_NEW_REF(&decoder->base.refcnt, 1)) { in ossl_decoder_new()
H A Dencoder_meth.c34 if (!CRYPTO_NEW_REF(&encoder->base.refcnt, 1)) { in ossl_encoder_new()

Completed in 73 milliseconds

12