Home | History | Annotate | Download | only in ssl

Lines Matching defs:xn

1310   X509_NAME *xn = NULL;
1391 xn = d2i_X509_NAME(NULL, &data, (long)CBS_len(&distinguished_name));
1392 if (xn == NULL) {
1410 if (!sk_X509_NAME_push(ca_sk, xn)) {