Home | History | Annotate | Download | only in x509

Lines Matching full:objs

192     ret->objs = sk_X509_OBJECT_new(x509_object_cmp);
193 if (ret->objs == NULL)
212 if (ret->objs)
213 sk_X509_OBJECT_free(ret->objs);
263 sk_X509_OBJECT_pop_free(vfy->objs, cleanup);
307 tmp = X509_OBJECT_retrieve_by_subject(ctx->objs, type, name);
353 if (X509_OBJECT_retrieve_match(ctx->objs, obj)) {
358 } else if (!sk_X509_OBJECT_push(ctx->objs, obj)) {
389 if (X509_OBJECT_retrieve_match(ctx->objs, obj)) {
394 } else if (!sk_X509_OBJECT_push(ctx->objs, obj)) {
513 return st->objs;
526 idx = x509_object_idx_cnt(ctx->ctx->objs, X509_LU_X509, nm, &cnt);
540 idx = x509_object_idx_cnt(ctx->ctx->objs, X509_LU_X509, nm, &cnt);
548 obj = sk_X509_OBJECT_value(ctx->ctx->objs, idx);
579 idx = x509_object_idx_cnt(ctx->ctx->objs, X509_LU_CRL, nm, &cnt);
587 obj = sk_X509_OBJECT_value(ctx->ctx->objs, idx);
655 idx = X509_OBJECT_idx_by_subject(ctx->ctx->objs, X509_LU_X509, xn);
659 for (i = idx; i < sk_X509_OBJECT_num(ctx->ctx->objs); i++) {
660 pobj = sk_X509_OBJECT_value(ctx->ctx->objs, i);