Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/x509/
H A Dx509_crld.c563 .offset = offsetof(ISSUING_DIST_POINT, onlyuser),
671 if (!X509V3_get_value_bool(cnf, &idp->onlyuser)) in v2i_idp()
741 if (idp->onlyuser > 0) in i2r_idp()
752 if (!idp->distpoint && (idp->onlyuser <= 0) && (idp->onlyCA <= 0) && in i2r_idp()
/dragonfly/crypto/libressl/crypto/asn1/
H A Dx_crl.c371 if (idp->onlyuser > 0) { in setup_idp()
/dragonfly/crypto/libressl/include/openssl/
H A Dx509v3.h364 int onlyuser; member