Home
last modified time | relevance | path

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

/external/rust/crates/quiche/deps/boringssl/src/crypto/x509v3/
Dv3_purp.c598 static int check_ca(const X509 *x) in check_ca() function
617 return check_ca(x); in X509_check_ca()
626 return check_ca(x); in check_purpose_ssl_client()
650 return check_ca(x); in check_purpose_ssl_server()
687 return check_ca(x); in purpose_smime()
723 return check_ca(x); in check_purpose_crl_sign()
738 return check_ca(x); in ocsp_helper()
750 return check_ca(x); in check_purpose_timestamp_sign()
/external/boringssl/src/crypto/x509v3/
Dv3_purp.c604 static int check_ca(const X509 *x) in check_ca() function
623 return check_ca(x); in X509_check_ca()
632 return check_ca(x); in check_purpose_ssl_client()
656 return check_ca(x); in check_purpose_ssl_server()
693 return check_ca(x); in purpose_smime()
729 return check_ca(x); in check_purpose_crl_sign()
744 return check_ca(x); in ocsp_helper()
756 return check_ca(x); in check_purpose_timestamp_sign()
/external/openssh/
Dauthfile.c371 int check_ca) in sshkey_in_file() argument
415 (check_ca && sshkey_is_cert(key) && in sshkey_in_file()