/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/ |
D | x509v3.h | 50 struct x509_certificate { struct 51 struct x509_certificate *next; argument 126 void x509_certificate_free(struct x509_certificate *cert); argument 133 struct x509_certificate * x509_certificate_parse(const u8 *buf, size_t len); 137 void x509_certificate_chain_free(struct x509_certificate *cert); 138 int x509_check_signature(struct x509_certificate *issuer, 142 int x509_certificate_check_signature(struct x509_certificate *issuer, 143 struct x509_certificate *cert); 144 int x509_certificate_chain_validate(struct x509_certificate *trusted, 145 struct x509_certificate *chain, [all …]
|
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() 220 struct x509_certificate *cert, in x509_parse_public_key() 693 struct x509_certificate *cert, const u8 **next) in x509_parse_validity() 775 static int x509_parse_ext_key_usage(struct x509_certificate *cert, in x509_parse_ext_key_usage() 812 static int x509_parse_ext_basic_constraints(struct x509_certificate *cert, in x509_parse_ext_basic_constraints() 1069 static int x509_parse_ext_subject_alt_name(struct x509_certificate *cert, in x509_parse_ext_subject_alt_name() 1096 static int x509_parse_ext_issuer_alt_name(struct x509_certificate *cert, in x509_parse_ext_issuer_alt_name() 1172 static int x509_parse_ext_ext_key_usage(struct x509_certificate *cert, in x509_parse_ext_ext_key_usage() [all …]
|
D | tlsv1_cred.h | 13 struct x509_certificate *trusted_certs; 14 struct x509_certificate *cert;
|
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() 319 struct x509_certificate *cert, in tls_process_ocsp_responses() 320 struct x509_certificate *issuer, const u8 *resp, in tls_process_ocsp_responses() 354 struct x509_certificate *srv_cert, in tls_process_basic_ocsp_response() 364 struct x509_certificate *certs = NULL, *last_cert = NULL; in tls_process_basic_ocsp_response() 365 struct x509_certificate *issuer, *signer; in tls_process_basic_ocsp_response() 454 struct x509_certificate *cert; in tls_process_basic_ocsp_response() 687 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() 506 struct x509_certificate *cert; in pkcs12_certbag()
|
D | tlsv1_client_read.c | 280 struct x509_certificate *cert) in tls_peer_cert_event() 321 struct x509_certificate *cert, in tls_cert_chain_failure_event() 352 struct x509_certificate *chain = NULL, *last = NULL, *cert; in tls_process_certificate() 822 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() 269 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()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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 | 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() 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() [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_cred.h | 13 struct x509_certificate *trusted_certs; 14 struct x509_certificate *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_i.h | 75 struct x509_certificate *server_cert;
|
D | tlsv1_client_read.c | 280 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() 830 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() 257 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()
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 51729 +#include "net/cert/x509_certificate.h"
|