Searched refs:onlyuser (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/lib/libcrypto/x509/
H A Dx509_crld.c575 .offset = offsetof(ISSUING_DIST_POINT, onlyuser),
576 .field_name = "onlyuser",
686 if (!strcmp(name, "onlyuser")) {
687 if (!X509V3_get_value_bool(cnf, &idp->onlyuser))
757 if (idp->onlyuser > 0)
768 if (!idp->distpoint && (idp->onlyuser <= 0) && (idp->onlyCA <= 0) &&
H A Dx509v3.h324 int onlyuser; member in struct:ISSUING_DIST_POINT_st
336 /* onlyuser true */
/openbsd-current/lib/libcrypto/asn1/
H A Dx_crl.c349 if (idp->onlyuser > 0) {

Completed in 124 milliseconds