Lines Matching refs:X509
19 static int check_ssl_ca(const X509 *x);
20 static int check_purpose_ssl_client(const X509_PURPOSE *xp, const X509 *x,
22 static int check_purpose_ssl_server(const X509_PURPOSE *xp, const X509 *x,
24 static int check_purpose_ns_ssl_server(const X509_PURPOSE *xp, const X509 *x,
26 static int purpose_smime(const X509 *x, int non_leaf);
27 static int check_purpose_smime_sign(const X509_PURPOSE *xp, const X509 *x,
29 static int check_purpose_smime_encrypt(const X509_PURPOSE *xp, const X509 *x,
31 static int check_purpose_crl_sign(const X509_PURPOSE *xp, const X509 *x,
33 static int check_purpose_timestamp_sign(const X509_PURPOSE *xp, const X509 *x,
35 static int check_purpose_code_sign(const X509_PURPOSE *xp, const X509 *x,
37 static int no_check_purpose(const X509_PURPOSE *xp, const X509 *x,
39 static int check_purpose_ocsp_helper(const X509_PURPOSE *xp, const X509 *x,
86 int X509_check_purpose(X509 *x, int id, int non_leaf) in X509_check_purpose()
160 int (*ck) (const X509_PURPOSE *, const X509 *, int), in X509_PURPOSE_add() argument
310 static int setup_dp(const X509 *x, DIST_POINT *dp) in setup_dp()
352 static int setup_crldp(X509 *x) in setup_crldp()
370 static int check_sig_alg_match(const EVP_PKEY *issuer_key, const X509 *subject) in check_sig_alg_match()
400 int ossl_x509v3_cache_extensions(X509 *x) in ossl_x509v3_cache_extensions()
653 static int check_ca(const X509 *x) in check_ca()
679 void X509_set_proxy_flag(X509 *x) in X509_set_proxy_flag()
687 void X509_set_proxy_pathlen(X509 *x, long l) in X509_set_proxy_pathlen()
692 int X509_check_ca(X509 *x) in X509_check_ca()
702 static int check_ssl_ca(const X509 *x) in check_ssl_ca()
712 static int check_purpose_ssl_client(const X509_PURPOSE *xp, const X509 *x, in check_purpose_ssl_client()
736 static int check_purpose_ssl_server(const X509_PURPOSE *xp, const X509 *x, in check_purpose_ssl_server()
753 static int check_purpose_ns_ssl_server(const X509_PURPOSE *xp, const X509 *x, in check_purpose_ns_ssl_server()
765 static int purpose_smime(const X509 *x, int non_leaf) in purpose_smime()
789 static int check_purpose_smime_sign(const X509_PURPOSE *xp, const X509 *x, in check_purpose_smime_sign()
799 static int check_purpose_smime_encrypt(const X509_PURPOSE *xp, const X509 *x, in check_purpose_smime_encrypt()
809 static int check_purpose_crl_sign(const X509_PURPOSE *xp, const X509 *x, in check_purpose_crl_sign()
824 static int check_purpose_ocsp_helper(const X509_PURPOSE *xp, const X509 *x, in check_purpose_ocsp_helper()
837 static int check_purpose_timestamp_sign(const X509_PURPOSE *xp, const X509 *x, in check_purpose_timestamp_sign()
875 && !X509_EXTENSION_get_critical(X509_get_ext((X509 *)x, i_ext))) in check_purpose_timestamp_sign()
880 static int check_purpose_code_sign(const X509_PURPOSE *xp, const X509 *x, in check_purpose_code_sign()
917 X509_EXTENSION *ext = X509_get_ext((X509 *)x, i_ext); in check_purpose_code_sign()
934 static int no_check_purpose(const X509_PURPOSE *xp, const X509 *x, in no_check_purpose()
953 int X509_check_issued(X509 *issuer, X509 *subject) in X509_check_issued()
963 int ossl_x509_likely_issued(X509 *issuer, X509 *subject) in ossl_x509_likely_issued()
991 int ossl_x509_signing_allowed(const X509 *issuer, const X509 *subject) in ossl_x509_signing_allowed()
1002 int X509_check_akid(const X509 *issuer, const AUTHORITY_KEYID *akid) in X509_check_akid()
1040 uint32_t X509_get_extension_flags(X509 *x) in X509_get_extension_flags()
1047 uint32_t X509_get_key_usage(X509 *x) in X509_get_key_usage()
1055 uint32_t X509_get_extended_key_usage(X509 *x) in X509_get_extended_key_usage()
1063 const ASN1_OCTET_STRING *X509_get0_subject_key_id(X509 *x) in X509_get0_subject_key_id()
1071 const ASN1_OCTET_STRING *X509_get0_authority_key_id(X509 *x) in X509_get0_authority_key_id()
1079 const GENERAL_NAMES *X509_get0_authority_issuer(X509 *x) in X509_get0_authority_issuer()
1087 const ASN1_INTEGER *X509_get0_authority_serial(X509 *x) in X509_get0_authority_serial()
1095 long X509_get_pathlen(X509 *x) in X509_get_pathlen()
1104 long X509_get_proxy_pathlen(X509 *x) in X509_get_proxy_pathlen()