Home
last modified time | relevance | path

Searched refs:CRYPTO_LOCK_X509_CRL (Results 1 – 7 of 7) sorted by relevance

/NextBSD/crypto/openssl/crypto/asn1/
HDx_crl.c336 ASN1_SEQUENCE_ref(X509_CRL, crl_cb, CRYPTO_LOCK_X509_CRL) = {
442 CRYPTO_w_lock(CRYPTO_LOCK_X509_CRL); in def_crl_lookup()
444 CRYPTO_w_unlock(CRYPTO_LOCK_X509_CRL); in def_crl_lookup()
/NextBSD/crypto/openssl/crypto/cms/
HDcms_lib.c538 CRYPTO_add(&crl->references, 1, CRYPTO_LOCK_X509_CRL); in CMS_add1_crl()
591 CRYPTO_add(&rch->d.crl->references, 1, CRYPTO_LOCK_X509_CRL); in STACK_OF()
/NextBSD/crypto/openssl/crypto/x509/
HDx509_lu.c410 CRYPTO_add(&a->data.crl->references, 1, CRYPTO_LOCK_X509_CRL); in X509_OBJECT_up_ref_count()
560 CRYPTO_add(&x->references, 1, CRYPTO_LOCK_X509_CRL); in STACK_OF()
HDx509_vfy.c1019 CRYPTO_add(&best_crl->references, 1, CRYPTO_LOCK_X509_CRL); in get_crl_sk()
1119 CRYPTO_add(&delta->references, 1, CRYPTO_LOCK_X509_CRL); in get_delta_sk()
/NextBSD/crypto/openssl/crypto/store/
HDstr_lib.c824 CRYPTO_add(&object->data.crl->references, 1, CRYPTO_LOCK_X509_CRL); in STORE_generate_crl()
848 CRYPTO_add(&object->data.crl->references, 1, CRYPTO_LOCK_X509_CRL); in STORE_get_crl()
872 CRYPTO_add(&data->references, 1, CRYPTO_LOCK_X509_CRL); in STORE_store_crl()
953 CRYPTO_add(&object->data.crl->references, 1, CRYPTO_LOCK_X509_CRL); in STORE_list_crl_next()
/NextBSD/crypto/openssl/crypto/
HDcrypto.h193 # define CRYPTO_LOCK_X509_CRL 6 macro
/NextBSD/crypto/openssl/crypto/pkcs7/
HDpk7_lib.c347 CRYPTO_add(&crl->references, 1, CRYPTO_LOCK_X509_CRL); in PKCS7_add_crl()