Lines Matching refs:X509_LU_X509
167 case X509_LU_X509:
367 obj->type = X509_LU_X509;
419 case X509_LU_X509:
429 if (a == NULL || a->type != X509_LU_X509)
465 case X509_LU_X509:
480 a->type = X509_LU_X509;
512 case X509_LU_X509:
599 idx = x509_object_idx_cnt(store->objs, X509_LU_X509, nm, &cnt);
611 if (!X509_STORE_CTX_get_by_subject(ctx, X509_LU_X509, nm, xobj)) {
618 idx = x509_object_idx_cnt(store->objs, X509_LU_X509, nm, &cnt);
697 if ((x->type != X509_LU_X509) && (x->type != X509_LU_CRL))
704 if (x->type == X509_LU_X509) {
736 ok = X509_STORE_CTX_get_by_subject(ctx, X509_LU_X509, xn, obj);
766 idx = x509_object_idx_cnt(store->objs, X509_LU_X509, xn, &nmatch);
772 if (pobj->type != X509_LU_X509)