Home
last modified time | relevance | path

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

/openssl/crypto/x509/
H A Dv3_crld.c67 static int set_dist_point_name(DIST_POINT_NAME **pdp, X509V3_CTX *ctx, in set_dist_point_name() argument
113 if (*pdp) { in set_dist_point_name()
118 *pdp = DIST_POINT_NAME_new(); in set_dist_point_name()
119 if (*pdp == NULL) in set_dist_point_name()
122 (*pdp)->type = 0; in set_dist_point_name()
123 (*pdp)->name.fullname = fnm; in set_dist_point_name()
125 (*pdp)->type = 1; in set_dist_point_name()
126 (*pdp)->name.relativename = rnm; in set_dist_point_name()

Completed in 4 milliseconds