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

/freebsd-9.3-release/crypto/openssl/crypto/x509v3/
H A Dv3_crld.c93 if (point->distpoint) {
94 if (point->distpoint->type == 0)
96 point->distpoint->name.fullname,
136 if (!(point->distpoint = DIST_POINT_NAME_new()))
138 point->distpoint->name.fullname = gens;
139 point->distpoint->type = 0;
166 ASN1_EXP_OPT(DIST_POINT, distpoint, DIST_POINT_NAME, 0),
H A Dx509v3.h228 DIST_POINT_NAME *distpoint; member in struct:DIST_POINT_st

Completed in 194 milliseconds