Home
last modified time | relevance | path

Searched defs:cert (Results 1 – 25 of 35) sorted by relevance

12

/hostap/src/tls/
Dx509v3.c45 void x509_certificate_free(struct x509_certificate *cert) in x509_certificate_free()
67 void x509_certificate_chain_free(struct x509_certificate *cert) in x509_certificate_chain_free()
217 struct x509_certificate *cert, in x509_parse_public_key()
687 struct x509_certificate *cert, const u8 **next) in x509_parse_validity()
765 static int x509_parse_ext_key_usage(struct x509_certificate *cert, in x509_parse_ext_key_usage()
798 static int x509_parse_ext_basic_constraints(struct x509_certificate *cert, in x509_parse_ext_basic_constraints()
1049 static int x509_parse_ext_subject_alt_name(struct x509_certificate *cert, in x509_parse_ext_subject_alt_name()
1073 static int x509_parse_ext_issuer_alt_name(struct x509_certificate *cert, in x509_parse_ext_issuer_alt_name()
1146 static int x509_parse_ext_certificate_policies(struct x509_certificate *cert, in x509_parse_ext_certificate_policies()
1270 static int x509_parse_ext_ext_key_usage(struct x509_certificate *cert, in x509_parse_ext_ext_key_usage()
[all …]
Dtlsv1_client_ocsp.c111 struct x509_certificate *cert, in tls_process_ocsp_single_response()
312 struct x509_certificate *cert, in tls_process_ocsp_responses()
436 struct x509_certificate *cert; in tls_process_basic_ocsp_response() local
656 struct x509_certificate *cert; in tls_process_ocsp_response() local
Dtlsv1_cred.c48 struct x509_certificate *cert, *p; in tlsv1_add_cert_der() local
158 const char *cert, const u8 *cert_blob, in tlsv1_set_cert_chain()
194 int tlsv1_set_ca_cert(struct tlsv1_credentials *cred, const char *cert, in tlsv1_set_ca_cert()
258 int tlsv1_set_cert(struct tlsv1_credentials *cred, const char *cert, in tlsv1_set_cert()
498 struct x509_certificate *cert; in pkcs12_certbag() local
Dtlsv1_client_read.c280 struct x509_certificate *cert) in tls_peer_cert_event()
329 struct x509_certificate *cert, in tls_cert_chain_failure_event()
360 struct x509_certificate *chain = NULL, *last = NULL, *cert; in tls_process_certificate() local
831 struct x509_certificate *cert; in tls_process_certificate_status() local
Dtlsv1_cred.h14 struct x509_certificate *cert; member
Dtlsv1_client_write.c27 struct x509_certificate *cert; in tls_client_cert_chain_der_len() local
257 struct x509_certificate *cert; in tls_write_client_certificate() local
Dtlsv1_server_write.c27 struct x509_certificate *cert; in tls_server_cert_chain_der_len() local
194 struct x509_certificate *cert; in tls_write_server_certificate() local
Dtlsv1_common.c165 struct x509_certificate *cert; in tls_parse_cert() local
Dtlsv1_server_read.c402 struct x509_certificate *chain = NULL, *last = NULL, *cert; in tls_process_certificate() local
/hostap/src/crypto/
Dtls_openssl.c468 X509 *cert = NULL; in provider_load_cert() local
523 const CERT_CONTEXT *cert; member
709 X509 *cert = NULL; in tls_cryptoapi_cert() local
812 X509 *cert; in tls_cryptoapi_ca_cert() local
1999 static int tls_match_altsubject_component(X509 *cert, int type, in tls_match_altsubject_component()
2024 static int tls_match_altsubject(X509 *cert, const char *match) in tls_match_altsubject()
2150 static int match_dn_field(const X509 *cert, int nid, const char *field, in match_dn_field()
2223 static int get_value_from_field(const X509 *cert, char *field_str, in get_value_from_field()
2283 static int tls_match_dn_field(X509 *cert, const char *match) in tls_match_dn_field()
2316 static int tls_match_suffix_helper(X509 *cert, const char *match, in tls_match_suffix_helper()
[all …]
Dtls_wolfssl.c778 static int tls_match_alt_subject_component(WOLFSSL_X509 *cert, int type, in tls_match_alt_subject_component()
804 static int tls_match_alt_subject(WOLFSSL_X509 *cert, const char *match) in tls_match_alt_subject()
879 static int tls_match_suffix_helper(WOLFSSL_X509 *cert, const char *match, in tls_match_suffix_helper()
950 static int tls_match_suffix(WOLFSSL_X509 *cert, const char *match, int full) in tls_match_suffix()
1028 static int match_dn_field(WOLFSSL_X509 *cert, int nid, const char *field, in match_dn_field()
1074 static int get_value_from_field(WOLFSSL_X509 *cert, char *field_str, in get_value_from_field()
1129 static int tls_match_dn_field(WOLFSSL_X509 *cert, const char *match) in tls_match_dn_field()
1161 static struct wpabuf * get_x509_cert(WOLFSSL_X509 *cert) in get_x509_cert()
1181 struct wpabuf *cert = NULL; in wolfssl_tls_fail_event() local
1200 static int wolfssl_cert_tod(X509 *cert) in wolfssl_cert_tod()
[all …]
Dtls_gnutls.c620 gnutls_datum_t cert, key; in tls_connection_set_params() local
939 const gnutls_datum_t *cert, int depth, in gnutls_tls_fail_event()
965 static int server_eku_purpose(gnutls_x509_crt_t cert) in server_eku_purpose()
1099 static int tls_match_suffix_helper(gnutls_x509_crt_t cert, const char *match, in tls_match_suffix_helper()
1119 static int tls_match_suffix(gnutls_x509_crt_t cert, const char *match, in tls_match_suffix()
1151 gnutls_x509_crt_t cert; in tls_connection_verify_peer() local
Dtls_openssl_ocsp.c389 static int issuer_match(X509 *cert, X509 *issuer, CertID *certid) in issuer_match()
480 enum ocsp_result check_ocsp_resp(SSL_CTX *ssl_ctx, SSL *ssl, X509 *cert, in check_ocsp_resp()
Dtls.h55 const struct wpabuf *cert; member
70 const struct wpabuf *cert; member
/hostap/tests/fuzzing/x509/
Dx509.c18 struct x509_certificate *cert; in LLVMFuzzerTestOneInput() local
/hostap/tests/
Dtest-x509v3.c20 struct x509_certificate *certs = NULL, *last = NULL, *cert; in main() local
/hostap/src/utils/
Dhttp_curl.c154 static void debug_dump_cert(const char *title, X509 *cert) in debug_dump_cert()
182 X509 *cert; in curl_cb_ssl_verify() local
351 X509 *cert; in ocsp_resp_cb() local
/hostap/tests/hwsim/
Dtest_wfa_capab.py50 def run_wfa_gen_capa(dev, apdev, cert=False, automatic=False): argument
Dtest_cert_check.py70 def sign_cert(cert, cert_file, cakey, cacert): argument
/hostap/src/eap_peer/
Deap_tls.c37 struct eap_peer_cert_config *cert; in eap_tls_init() local
Deap_config.h394 struct eap_peer_cert_config cert; member
Dikev2.c492 const u8 *cert, size_t cert_len) in ikev2_process_cert()
/hostap/wpa_supplicant/
Deapol_test.c444 const struct wpabuf *cert) in eapol_test_write_cert()
505 static void eapol_test_cert_cb(void *ctx, struct tls_cert_data *cert, in eapol_test_cert_cb()
/hostap/src/eap_server/
Dikev2.c558 const u8 *cert, size_t cert_len) in ikev2_process_cert()
/hostap/src/eap_common/
Dikev2_common.h304 const u8 *cert; member

12