Lines Matching refs:X509_LU_X509
147 case X509_LU_X509: in x509_object_cmp()
344 obj->type = X509_LU_X509; in x509_store_add()
391 case X509_LU_X509: in X509_OBJECT_up_ref_count()
401 if (a == NULL || a->type != X509_LU_X509) in X509_OBJECT_get0_X509()
437 case X509_LU_X509: in x509_object_free_internal()
452 a->type = X509_LU_X509; in X509_OBJECT_set1_X509()
484 case X509_LU_X509: in x509_object_idx_cnt()
547 idx = x509_object_idx_cnt(store->objs, X509_LU_X509, nm, &cnt); in STACK_OF()
559 if (!X509_STORE_CTX_get_by_subject(ctx, X509_LU_X509, nm, xobj)) { in STACK_OF()
565 idx = x509_object_idx_cnt(store->objs, X509_LU_X509, nm, &cnt); in STACK_OF()
646 if ((x->type != X509_LU_X509) && (x->type != X509_LU_CRL)) in X509_OBJECT_retrieve_match()
653 if (x->type == X509_LU_X509) { in X509_OBJECT_retrieve_match()
688 ok = X509_STORE_CTX_get_by_subject(ctx, X509_LU_X509, xn, obj); in X509_STORE_CTX_get1_issuer()
713 idx = X509_OBJECT_idx_by_subject(store->objs, X509_LU_X509, xn); in X509_STORE_CTX_get1_issuer()
720 if (pobj->type != X509_LU_X509) in X509_STORE_CTX_get1_issuer()