Searched refs:CRYPTO_NEW_REF (Results 1 – 25 of 43) sorted by relevance
12
/openssl/include/internal/ |
H A D | refcount.h | 221 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 D | kdf_legacy_kmgmt.c | 40 if (!CRYPTO_NEW_REF(&kdfdata->refcnt, 1)) { in ossl_kdf_data_new()
|
H A D | mac_legacy_kmgmt.c | 75 if (!CRYPTO_NEW_REF(&mackey->refcnt, 1)) { in ossl_mac_key_new()
|
/openssl/crypto/bio/ |
H A D | ossl_core_bio.c | 27 if (cb == NULL || !CRYPTO_NEW_REF(&cb->ref_cnt, 1)) { in core_bio_new()
|
H A D | bio_meth.c | 18 return CRYPTO_NEW_REF(&bio_type_count, BIO_TYPE_START); in DEFINE_RUN_ONCE_STATIC()
|
/openssl/crypto/ec/ |
H A D | ecx_key.c | 46 if (!CRYPTO_NEW_REF(&ret->references, 1)) in ossl_ecx_key_new()
|
H A D | ecx_backend.c | 121 if (!CRYPTO_NEW_REF(&ret->references, 1)) in ossl_ecx_key_dup()
|
H A D | ec_kmeth.c | 89 if (!CRYPTO_NEW_REF(&ret->references, 1)) { in ossl_ec_key_new_method_int()
|
/openssl/crypto/evp/ |
H A D | mac_meth.c | 50 || !CRYPTO_NEW_REF(&mac->refcnt, 1)) { in evp_mac_new()
|
H A D | kdf_meth.c | 51 || !CRYPTO_NEW_REF(&kdf->refcnt, 1)) { in evp_kdf_new()
|
H A D | evp_rand.c | 86 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 D | kem.c | 281 if (!CRYPTO_NEW_REF(&kem->refcnt, 1)) { in evp_kem_new()
|
H A D | asymcipher.c | 327 if (!CRYPTO_NEW_REF(&cipher->refcnt, 1)) { in evp_asym_cipher_new()
|
H A D | exchange.c | 28 if (!CRYPTO_NEW_REF(&exchange->refcnt, 1)) { in evp_keyexch_new()
|
H A D | keymgmt_meth.c | 26 if (!CRYPTO_NEW_REF(&keymgmt->refcnt, 1)) { in keymgmt_new()
|
/openssl/crypto/engine/ |
H A D | eng_lib.c | 38 if (!CRYPTO_NEW_REF(&ret->struct_ref, 1)) { in ENGINE_new()
|
/openssl/crypto/asn1/ |
H A D | tasn_utl.c | 86 if (!CRYPTO_NEW_REF(refcnt, 1)) in ossl_asn1_do_lock()
|
/openssl/crypto/dh/ |
H A D | dh_lib.c | 88 if (!CRYPTO_NEW_REF(&ret->references, 1)) { in dh_new_intern()
|
/openssl/crypto/dso/ |
H A D | dso_lib.c | 28 if (!CRYPTO_NEW_REF(&ret->references, 1)) { in DSO_new_method()
|
/openssl/crypto/dsa/ |
H A D | dsa_lib.c | 147 if (!CRYPTO_NEW_REF(&ret->references, 1)) { in dsa_new_intern()
|
/openssl/crypto/store/ |
H A D | store_meth.c | 51 || !CRYPTO_NEW_REF(&loader->refcnt, 1)) { in new_loader()
|
/openssl/ssl/ |
H A D | ssl_cert_comp.c | 67 || !CRYPTO_NEW_REF(&ret->references, 1)) in OSSL_COMP_CERT_new()
|
/openssl/doc/internal/man3/ |
H A D | evp_generic_fetch.pod | 124 if (!CRYPTO_NEW_REF(&foo->refcnt, 1)) {
|
/openssl/crypto/encode_decode/ |
H A D | decoder_meth.c | 34 if (!CRYPTO_NEW_REF(&decoder->base.refcnt, 1)) { in ossl_decoder_new()
|
H A D | encoder_meth.c | 34 if (!CRYPTO_NEW_REF(&encoder->base.refcnt, 1)) { in ossl_encoder_new()
|
Completed in 60 milliseconds
12