Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/crypto/x509/
Dv3_purp.c461 x->ex_pcpathlen = ASN1_INTEGER_get(pci->pcPathLengthConstraint); in ossl_x509v3_cache_extensions()
463 x->ex_pcpathlen = -1; in ossl_x509v3_cache_extensions()
691 x->ex_pcpathlen = l; in X509_set_proxy_pathlen()
1065 return x->ex_pcpathlen; in X509_get_proxy_pathlen()
Dx_x509.c67 ret->ex_pcpathlen = -1; in x509_cb()
Dx509_vfy.c610 if (x->ex_pcpathlen != -1) { 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()
/third_party/openssl/crypto/x509/
Dv3_purp.c461 x->ex_pcpathlen = ASN1_INTEGER_get(pci->pcPathLengthConstraint); in ossl_x509v3_cache_extensions()
463 x->ex_pcpathlen = -1; in ossl_x509v3_cache_extensions()
691 x->ex_pcpathlen = l; in X509_set_proxy_pathlen()
1065 return x->ex_pcpathlen; in X509_get_proxy_pathlen()
Dx_x509.c67 ret->ex_pcpathlen = -1; in x509_cb()
Dx509_vfy.c610 if (x->ex_pcpathlen != -1) { 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()
/third_party/openssl/ohos_lite/include/crypto/
Dx509.h169 long ex_pcpathlen; member
/third_party/openssl/include/crypto/
Dx509.h183 long ex_pcpathlen; member
/third_party/node/deps/openssl/openssl/include/crypto/
Dx509.h183 long ex_pcpathlen; member
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dtypes.rs284 pub ex_pcpathlen: c_long,
310 pub ex_pcpathlen: c_long,