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