Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/x509/
H A Dv3_pci.c71 if (pci->pcPathLengthConstraint) in i2r_pci()
72 i2a_ASN1_INTEGER(out, pci->pcPathLengthConstraint); in i2r_pci()
304 pci->pcPathLengthConstraint = pathlen; in r2i_pci()
H A Dv3_pcia.c58 ASN1_OPT(PROXY_CERT_INFO_EXTENSION, pcPathLengthConstraint, ASN1_INTEGER),
H A Dv3_purp.c502 if (pci->pcPathLengthConstraint != NULL) in ossl_x509v3_cache_extensions()
503 x->ex_pcpathlen = ASN1_INTEGER_get(pci->pcPathLengthConstraint); in ossl_x509v3_cache_extensions()
/freebsd/crypto/openssl/include/openssl/
H A Dx509v3.h.in343 ASN1_INTEGER *pcPathLengthConstraint; member
H A Dx509v3.h583 ASN1_INTEGER *pcPathLengthConstraint; member