Lines Matching refs:X509
19 static void x509v3_cache_extensions(X509 *x);
21 static int check_ssl_ca(const X509 *x);
22 static int check_purpose_ssl_client(const X509_PURPOSE *xp, const X509 *x,
24 static int check_purpose_ssl_server(const X509_PURPOSE *xp, const X509 *x,
26 static int check_purpose_ns_ssl_server(const X509_PURPOSE *xp, const X509 *x,
28 static int purpose_smime(const X509 *x, int ca);
29 static int check_purpose_smime_sign(const X509_PURPOSE *xp, const X509 *x,
31 static int check_purpose_smime_encrypt(const X509_PURPOSE *xp, const X509 *x,
33 static int check_purpose_crl_sign(const X509_PURPOSE *xp, const X509 *x,
35 static int check_purpose_timestamp_sign(const X509_PURPOSE *xp, const X509 *x,
37 static int no_check(const X509_PURPOSE *xp, const X509 *x, int ca);
38 static int ocsp_helper(const X509_PURPOSE *xp, const X509 *x, int ca);
79 int X509_check_purpose(X509 *x, int id, int ca) in X509_check_purpose()
153 int (*ck) (const X509_PURPOSE *, const X509 *, int), in X509_PURPOSE_add() argument
306 static int setup_dp(X509 *x, DIST_POINT *dp) in setup_dp()
334 static int setup_crldp(X509 *x) in setup_crldp()
349 static int check_sig_alg_match(const EVP_PKEY *pkey, const X509 *subject) in check_sig_alg_match()
374 static void x509v3_cache_extensions(X509 *x) in x509v3_cache_extensions()
579 static int check_ca(const X509 *x) in check_ca()
607 void X509_set_proxy_flag(X509 *x) in X509_set_proxy_flag()
612 void X509_set_proxy_pathlen(X509 *x, long l) in X509_set_proxy_pathlen()
617 int X509_check_ca(X509 *x) in X509_check_ca()
625 static int check_ssl_ca(const X509 *x) in check_ssl_ca()
638 static int check_purpose_ssl_client(const X509_PURPOSE *xp, const X509 *x, in check_purpose_ssl_client()
662 static int check_purpose_ssl_server(const X509_PURPOSE *xp, const X509 *x, in check_purpose_ssl_server()
679 static int check_purpose_ns_ssl_server(const X509_PURPOSE *xp, const X509 *x, in check_purpose_ns_ssl_server()
693 static int purpose_smime(const X509 *x, int ca) in purpose_smime()
719 static int check_purpose_smime_sign(const X509_PURPOSE *xp, const X509 *x, in check_purpose_smime_sign()
731 static int check_purpose_smime_encrypt(const X509_PURPOSE *xp, const X509 *x, in check_purpose_smime_encrypt()
743 static int check_purpose_crl_sign(const X509_PURPOSE *xp, const X509 *x, in check_purpose_crl_sign()
763 static int ocsp_helper(const X509_PURPOSE *xp, const X509 *x, int ca) in ocsp_helper()
775 static int check_purpose_timestamp_sign(const X509_PURPOSE *xp, const X509 *x, in check_purpose_timestamp_sign()
802 X509_EXTENSION *ext = X509_get_ext((X509 *)x, i_ext); in check_purpose_timestamp_sign()
810 static int no_check(const X509_PURPOSE *xp, const X509 *x, int ca) in no_check()
822 int x509_signing_allowed(const X509 *issuer, const X509 *subject) in x509_signing_allowed()
846 int X509_check_issued(X509 *issuer, X509 *subject) in X509_check_issued()
856 int x509_likely_issued(X509 *issuer, X509 *subject) in x509_likely_issued()
879 int X509_check_akid(X509 *issuer, AUTHORITY_KEYID *akid) in X509_check_akid()
918 uint32_t X509_get_extension_flags(X509 *x) in X509_get_extension_flags()
925 uint32_t X509_get_key_usage(X509 *x) in X509_get_key_usage()
935 uint32_t X509_get_extended_key_usage(X509 *x) in X509_get_extended_key_usage()
945 const ASN1_OCTET_STRING *X509_get0_subject_key_id(X509 *x) in X509_get0_subject_key_id()
953 const ASN1_OCTET_STRING *X509_get0_authority_key_id(X509 *x) in X509_get0_authority_key_id()
961 const GENERAL_NAMES *X509_get0_authority_issuer(X509 *x) in X509_get0_authority_issuer()
969 const ASN1_INTEGER *X509_get0_authority_serial(X509 *x) in X509_get0_authority_serial()
977 long X509_get_pathlen(X509 *x) in X509_get_pathlen()
986 long X509_get_proxy_pathlen(X509 *x) in X509_get_proxy_pathlen()