Home
last modified time | relevance | path

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

/openbsd/lib/libcrypto/x509/
H A Dx509_crld.c590 .offset = offsetof(ISSUING_DIST_POINT, onlyuser),
715 if (!X509V3_get_value_bool(cnf, &idp->onlyuser)) in v2i_idp()
785 if (idp->onlyuser > 0) in i2r_idp()
796 if (!idp->distpoint && (idp->onlyuser <= 0) && (idp->onlyCA <= 0) && in i2r_idp()
H A Dx509v3.h314 int onlyuser; member
/openbsd/lib/libcrypto/asn1/
H A Dx_crl.c351 if (idp->onlyuser > 0) { in setup_idp()