Home
last modified time | relevance | path

Searched refs:distpoint (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/lib/libssl/src/crypto/x509v3/
Dv3_crld.c88 if(point->distpoint) { in STACK_OF()
89 if(point->distpoint->type == 0) in STACK_OF()
91 point->distpoint->name.fullname, exts); in STACK_OF()
123 if(!(point->distpoint = DIST_POINT_NAME_new())) goto merr; in STACK_OF()
124 point->distpoint->name.fullname = gens; in STACK_OF()
125 point->distpoint->type = 0; in STACK_OF()
151 ASN1_EXP_OPT(DIST_POINT, distpoint, DIST_POINT_NAME, 0),
Dx509v3.h229 DIST_POINT_NAME *distpoint; member