Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/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()
650 struct x509_certificate *cert, const u8 **next) in x509_parse_validity()
732 static int x509_parse_ext_key_usage(struct x509_certificate *cert, in x509_parse_ext_key_usage()
769 static int x509_parse_ext_basic_constraints(struct x509_certificate *cert, in x509_parse_ext_basic_constraints()
1031 static int x509_parse_ext_subject_alt_name(struct x509_certificate *cert, in x509_parse_ext_subject_alt_name()
1058 static int x509_parse_ext_issuer_alt_name(struct x509_certificate *cert, in x509_parse_ext_issuer_alt_name()
1134 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()
825 struct x509_certificate *cert; in tls_process_certificate_status()
Dtlsv1_client_write.c27 struct x509_certificate *cert; in tls_client_cert_chain_der_len()
266 struct x509_certificate *cert; in tls_write_client_certificate()
Dtlsv1_server_write.c27 struct x509_certificate *cert; in tls_server_cert_chain_der_len()
191 struct x509_certificate *cert; in tls_write_server_certificate()
Dtlsv1_common.c165 struct x509_certificate *cert; in tls_parse_cert()
Dtlsv1_server_read.c374 struct x509_certificate *chain = NULL, *last = NULL, *cert; in tls_process_certificate()
/external/bouncycastle/patches/
Dbcprov.patch8173 + // From http://src.chromium.org/viewvc/chrome/trunk/src/net/base/x509_certificate.cc?r…
8207 …rom http://src.chromium.org/viewvc/chrome/branches/782/src/net/base/x509_certificate.cc?r1=98750&r…