Searched refs:x509_certificate (Results 1 – 11 of 11) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/src/tls/ |
D | x509v3.h | 50 struct x509_certificate { struct 51 struct x509_certificate *next; argument 133 void x509_certificate_free(struct x509_certificate *cert); argument 140 struct x509_certificate * x509_certificate_parse(const u8 *buf, size_t len); 144 void x509_certificate_chain_free(struct x509_certificate *cert); 145 int x509_check_signature(struct x509_certificate *issuer, 149 int x509_certificate_check_signature(struct x509_certificate *issuer, 150 struct x509_certificate *cert); 151 int x509_certificate_chain_validate(struct x509_certificate *trusted, 152 struct x509_certificate *chain, [all …]
|
D | tlsv1_cred.h | 13 struct x509_certificate *trusted_certs; 14 struct x509_certificate *cert;
|
D | x509v3.c | 45 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() 69 struct x509_certificate *next; in x509_certificate_chain_free() 217 struct x509_certificate *cert, in x509_parse_public_key() 691 struct x509_certificate *cert, const u8 **next) in x509_parse_validity() 769 static int x509_parse_ext_key_usage(struct x509_certificate *cert, in x509_parse_ext_key_usage() 802 static int x509_parse_ext_basic_constraints(struct x509_certificate *cert, in x509_parse_ext_basic_constraints() 1053 static int x509_parse_ext_subject_alt_name(struct x509_certificate *cert, in x509_parse_ext_subject_alt_name() 1077 static int x509_parse_ext_issuer_alt_name(struct x509_certificate *cert, in x509_parse_ext_issuer_alt_name() 1150 static int x509_parse_ext_certificate_policies(struct x509_certificate *cert, in x509_parse_ext_certificate_policies() [all …]
|
D | tlsv1_client_ocsp.c | 50 static int ocsp_responder_id_match(struct x509_certificate *signer, in ocsp_responder_id_match() 111 struct x509_certificate *cert, in tls_process_ocsp_single_response() 112 struct x509_certificate *issuer, in tls_process_ocsp_single_response() 312 struct x509_certificate *cert, in tls_process_ocsp_responses() 313 struct x509_certificate *issuer, const u8 *resp, in tls_process_ocsp_responses() 345 struct x509_certificate *srv_cert, in tls_process_basic_ocsp_response() 355 struct x509_certificate *certs = NULL, *last_cert = NULL; in tls_process_basic_ocsp_response() 356 struct x509_certificate *issuer, *signer; in tls_process_basic_ocsp_response() 436 struct x509_certificate *cert; in tls_process_basic_ocsp_response() 656 struct x509_certificate *cert; in tls_process_ocsp_response()
|
D | tlsv1_client_i.h | 75 struct x509_certificate *server_cert;
|
D | tlsv1_cred.c | 45 static int tlsv1_add_cert_der(struct x509_certificate **chain, in tlsv1_add_cert_der() 48 struct x509_certificate *cert, *p; in tlsv1_add_cert_der() 107 static int tlsv1_add_cert(struct x509_certificate **chain, in tlsv1_add_cert() 157 static int tlsv1_set_cert_chain(struct x509_certificate **chain, in tlsv1_set_cert_chain() 498 struct x509_certificate *cert; in pkcs12_certbag()
|
D | tlsv1_client_read.c | 283 struct x509_certificate *cert) in tls_peer_cert_event() 332 struct x509_certificate *cert, in tls_cert_chain_failure_event() 365 struct x509_certificate *chain = NULL, *last = NULL, *cert; in tls_process_certificate() 835 struct x509_certificate *cert; in tls_process_certificate_status()
|
D | tlsv1_client_write.c | 27 struct x509_certificate *cert; in tls_client_cert_chain_der_len() 267 struct x509_certificate *cert; in tls_write_client_certificate()
|
D | tlsv1_server_write.c | 27 struct x509_certificate *cert; in tls_server_cert_chain_der_len() 194 struct x509_certificate *cert; in tls_write_server_certificate()
|
D | tlsv1_common.c | 165 struct x509_certificate *cert; in tls_parse_cert()
|
D | tlsv1_server_read.c | 402 struct x509_certificate *chain = NULL, *last = NULL, *cert; in tls_process_certificate()
|