Home
last modified time | relevance | path

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

/third_party/openssl/crypto/x509v3/
Dv3_purp.c432 x->ex_pcpathlen = ASN1_INTEGER_get(pci->pcPathLengthConstraint); in x509v3_cache_extensions()
434 x->ex_pcpathlen = -1; in x509v3_cache_extensions()
614 x->ex_pcpathlen = l; in X509_set_proxy_pathlen()
992 return x->ex_pcpathlen; in X509_get_proxy_pathlen()
/third_party/openssl/include/crypto/
Dx509.h169 long ex_pcpathlen; member
/third_party/openssl/crypto/x509/
Dx_x509.c66 ret->ex_pcpathlen = -1; in x509_cb()
Dx509_vfy.c576 if (x->ex_pcpathlen != -1) { in check_chain_extensions()
577 if (proxy_path_length > x->ex_pcpathlen) { in check_chain_extensions()
582 proxy_path_length = x->ex_pcpathlen; in check_chain_extensions()