Home
last modified time | relevance | path

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

/dflybsd-src/crypto/libressl/crypto/x509/
H A Dx509_pci.c71 if (pci->pcPathLengthConstraint) in i2r_pci()
72 i2a_ASN1_INTEGER(out, pci->pcPathLengthConstraint); in i2r_pci()
297 pci->pcPathLengthConstraint = pathlen; in r2i_pci()
H A Dx509_pcia.c98 .offset = offsetof(PROXY_CERT_INFO_EXTENSION, pcPathLengthConstraint),
H A Dx509_purp.c485 if (pci->pcPathLengthConstraint) { in x509v3_cache_extensions()
486 if (pci->pcPathLengthConstraint->type == in x509v3_cache_extensions()
493 pcPathLengthConstraint); in x509v3_cache_extensions()
/dflybsd-src/crypto/libressl/include/openssl/
H A Dx509v3.h346 ASN1_INTEGER *pcPathLengthConstraint; member