Lines Matching refs:gens
98 STACK_OF(GENERAL_NAME) *gens; in STACK_OF()
107 gens = v2i_GENERAL_NAMES(NULL, ctx, gnsect); in STACK_OF()
112 return gens; in STACK_OF()
290 GENERAL_NAMES *gens = NULL; in v2i_crld() local
315 if (!(gens = GENERAL_NAMES_new())) in v2i_crld()
317 if (!sk_GENERAL_NAME_push(gens, gen)) in v2i_crld()
328 point->distpoint->name.fullname = gens; in v2i_crld()
330 gens = NULL; in v2i_crld()
339 GENERAL_NAMES_free(gens); in v2i_crld()
464 static int print_gens(BIO *out, STACK_OF(GENERAL_NAME) *gens, int indent) in print_gens() argument
467 for (i = 0; i < sk_GENERAL_NAME_num(gens); i++) { in print_gens()
469 GENERAL_NAME_print(out, sk_GENERAL_NAME_value(gens, i)); in print_gens()