Lines Matching refs:objs
188 if ((ret->objs = sk_X509_OBJECT_new(x509_object_cmp)) == NULL) {
217 sk_X509_OBJECT_free(ret->objs);
244 sk_X509_OBJECT_pop_free(vfy->objs, X509_OBJECT_free);
327 tmp = X509_OBJECT_retrieve_by_subject(store->objs, type, name);
382 if (X509_OBJECT_retrieve_match(store->objs, obj)) {
385 added = sk_X509_OBJECT_push(store->objs, obj);
548 return v->objs;
554 STACK_OF(X509_OBJECT) *objs;
566 objs = X509_STORE_get0_objects(store);
567 for (i = 0; i < sk_X509_OBJECT_num(objs); i++) {
568 X509 *cert = X509_OBJECT_get0_X509(sk_X509_OBJECT_value(objs, i));
599 idx = x509_object_idx_cnt(store->objs, X509_LU_X509, nm, &cnt);
618 idx = x509_object_idx_cnt(store->objs, X509_LU_X509, nm, &cnt);
627 obj = sk_X509_OBJECT_value(store->objs, idx);
662 idx = x509_object_idx_cnt(store->objs, X509_LU_CRL, nm, &cnt);
670 obj = sk_X509_OBJECT_value(store->objs, idx);
766 idx = x509_object_idx_cnt(store->objs, X509_LU_X509, xn, &nmatch);
770 pobj = sk_X509_OBJECT_value(store->objs, i);