Searched refs:X509_LU_CRL (Results 1 – 3 of 3) sorted by relevance
173 case X509_LU_CRL: in x509_object_cmp()225 else if (a->type == X509_LU_CRL) in cleanup()311 if (tmp == NULL || type == X509_LU_CRL) in X509_STORE_get_by_subject()389 obj->type=X509_LU_CRL; in X509_STORE_add_crl()417 case X509_LU_CRL: in X509_OBJECT_up_ref_count()430 case X509_LU_CRL: in X509_OBJECT_free_contents()453 case X509_LU_CRL: in x509_object_idx_cnt()562 if (!X509_STORE_get_by_subject(ctx, X509_LU_CRL, nm, &xobj)) in STACK_OF()569 idx = x509_object_idx_cnt(ctx->ctx->objs,X509_LU_CRL, nm, &cnt); in STACK_OF()602 if ((x->type != X509_LU_X509) && (x->type != X509_LU_CRL)) in X509_OBJECT_retrieve_match()[all …]
305 else if (type == X509_LU_CRL) in get_cert_by_subject()343 if (type == X509_LU_CRL && ent->hashes) in get_cert_by_subject()415 else if (type == X509_LU_CRL) in get_cert_by_subject()437 if (type == X509_LU_CRL) in get_cert_by_subject()
115 #define X509_LU_CRL 2 macro