Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dx509_vfy.c455 int ret, proxy_path_length = 0; in check_extensions() local
588 && plen > x->ex_pathlen + proxy_path_length, in check_extensions()
611 CB_FAIL_IF(proxy_path_length > x->ex_pcpathlen, in check_extensions()
613 proxy_path_length = x->ex_pcpathlen; in check_extensions()
615 proxy_path_length++; in check_extensions()
/netbsd-src/crypto/external/bsd/openssl.old/dist/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()