Home
last modified time | relevance | path

Searched refs:x509_certificate (Results 1 – 23 of 23) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/
Dx509v3.h50 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 …]
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()
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 …]
Dtlsv1_cred.h13 struct x509_certificate *trusted_certs;
14 struct x509_certificate *cert;
Dtlsv1_client_ocsp.c50 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()
Dtlsv1_client_i.h75 struct x509_certificate *server_cert;
Dtlsv1_cred.c45 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()
Dtlsv1_client_read.c280 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()
Dtlsv1_client_write.c27 struct x509_certificate *cert; in tls_client_cert_chain_der_len()
269 struct x509_certificate *cert; in tls_write_client_certificate()
Dtlsv1_server_write.c27 struct x509_certificate *cert; in tls_server_cert_chain_der_len()
194 struct x509_certificate *cert; in tls_write_server_certificate()
Dtlsv1_common.c165 struct x509_certificate *cert; in tls_parse_cert()
Dtlsv1_server_read.c402 struct x509_certificate *chain = NULL, *last = NULL, *cert; in tls_process_certificate()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/
Dx509v3.h50 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 …]
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()
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 …]
Dtlsv1_client_ocsp.c50 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()
Dtlsv1_cred.h13 struct x509_certificate *trusted_certs;
14 struct x509_certificate *cert;
Dtlsv1_cred.c45 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()
Dtlsv1_client_i.h75 struct x509_certificate *server_cert;
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()
830 struct x509_certificate *cert; in tls_process_certificate_status()
Dtlsv1_client_write.c27 struct x509_certificate *cert; in tls_client_cert_chain_der_len()
257 struct x509_certificate *cert; in tls_write_client_certificate()
Dtlsv1_server_write.c27 struct x509_certificate *cert; in tls_server_cert_chain_der_len()
194 struct x509_certificate *cert; in tls_write_server_certificate()
Dtlsv1_common.c165 struct x509_certificate *cert; in tls_parse_cert()
Dtlsv1_server_read.c402 struct x509_certificate *chain = NULL, *last = NULL, *cert; in tls_process_certificate()
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch51729 +#include "net/cert/x509_certificate.h"