Home
last modified time | relevance | path

Searched refs:X509_LU_CRL (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/crypto/openssl/crypto/x509/
Dx509_lu.c150 case X509_LU_CRL: in x509_object_cmp()
308 if (tmp == NULL || type == X509_LU_CRL) { in X509_STORE_CTX_get_by_subject()
341 obj->type = X509_LU_CRL; in x509_store_add()
393 case X509_LU_CRL: in X509_OBJECT_up_ref_count()
408 if (a == NULL || a->type != X509_LU_CRL) in X509_OBJECT_get0_X509_CRL()
440 case X509_LU_CRL: in x509_object_free_internal()
463 a->type = X509_LU_CRL; in X509_OBJECT_set1_X509_CRL()
488 case X509_LU_CRL: in x509_object_idx_cnt()
604 || !X509_STORE_CTX_get_by_subject(ctx, X509_LU_CRL, nm, xobj)) { in STACK_OF()
611 idx = x509_object_idx_cnt(store->objs, X509_LU_CRL, nm, &cnt); in STACK_OF()
[all …]
Dby_dir.c234 } else if (type == X509_LU_CRL) { in get_cert_by_subject()
262 if (type == X509_LU_CRL && ent->hashes) { in get_cert_by_subject()
319 } else if (type == X509_LU_CRL) { in get_cert_by_subject()
341 if (type == X509_LU_CRL && k > 0) { in get_cert_by_subject()
/freebsd-12-stable/crypto/openssl/include/openssl/
Dx509_vfy.h49 X509_LU_X509, X509_LU_CRL enumerator