Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssl/crypto/x509/
H A Dx509_vfy.c459 int proxy_path_length = 0; in check_chain_extensions() local
552 && (plen > (x->ex_pathlen + proxy_path_length))) { 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()
584 proxy_path_length++; in check_chain_extensions()