Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssl/crypto/x509v3/
H A Dv3_pci.c71 if (pci->pcPathLengthConstraint) in i2r_pci()
72 i2a_ASN1_INTEGER(out, pci->pcPathLengthConstraint); in i2r_pci()
312 pci->pcPathLengthConstraint = pathlen; in r2i_pci()
H A Dv3_pcia.c60 ASN1_OPT(PROXY_CERT_INFO_EXTENSION,pcPathLengthConstraint,ASN1_INTEGER),
H A Dv3_purp.c431 if (pci->pcPathLengthConstraint) { in x509v3_cache_extensions()
432 x->ex_pcpathlen = ASN1_INTEGER_get(pci->pcPathLengthConstraint); in x509v3_cache_extensions()
/freebsd-13.1/crypto/openssl/include/openssl/
H A Dx509v3.h291 ASN1_INTEGER *pcPathLengthConstraint; member