Lines Matching refs:objs
193 ret->objs = sk_X509_OBJECT_new(x509_object_cmp); in X509_STORE_new()
194 if (ret->objs == NULL) in X509_STORE_new()
213 if (ret->objs) in X509_STORE_new()
214 sk_X509_OBJECT_free(ret->objs); in X509_STORE_new()
264 sk_X509_OBJECT_pop_free(vfy->objs, cleanup); in X509_STORE_free()
308 tmp = X509_OBJECT_retrieve_by_subject(ctx->objs, type, name); in X509_STORE_get_by_subject()
354 if (X509_OBJECT_retrieve_match(ctx->objs, obj)) { in X509_STORE_add_cert()
359 } else if (!sk_X509_OBJECT_push(ctx->objs, obj)) { in X509_STORE_add_cert()
390 if (X509_OBJECT_retrieve_match(ctx->objs, obj)) { in X509_STORE_add_crl()
395 } else if (!sk_X509_OBJECT_push(ctx->objs, obj)) { in X509_STORE_add_crl()
509 idx = x509_object_idx_cnt(ctx->ctx->objs, X509_LU_X509, nm, &cnt); in STACK_OF()
523 idx = x509_object_idx_cnt(ctx->ctx->objs, X509_LU_X509, nm, &cnt); in STACK_OF()
531 obj = sk_X509_OBJECT_value(ctx->ctx->objs, idx); in STACK_OF()
562 idx = x509_object_idx_cnt(ctx->ctx->objs, X509_LU_CRL, nm, &cnt); in STACK_OF()
570 obj = sk_X509_OBJECT_value(ctx->ctx->objs, idx); in STACK_OF()
638 idx = X509_OBJECT_idx_by_subject(ctx->ctx->objs, X509_LU_X509, xn); in X509_STORE_CTX_get1_issuer()
642 for (i = idx; i < sk_X509_OBJECT_num(ctx->ctx->objs); i++) { in X509_STORE_CTX_get1_issuer()
643 pobj = sk_X509_OBJECT_value(ctx->ctx->objs, i); in X509_STORE_CTX_get1_issuer()