Home
last modified time | relevance | path

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

12

/external/wpa_supplicant_6/wpa_supplicant/src/tls/
Dx509v3.h34 struct x509_certificate { struct
35 struct x509_certificate *next; argument
94 void x509_certificate_free(struct x509_certificate *cert); argument
95 struct x509_certificate * x509_certificate_parse(const u8 *buf, size_t len);
98 void x509_certificate_chain_free(struct x509_certificate *cert);
99 int x509_certificate_check_signature(struct x509_certificate *issuer,
100 struct x509_certificate *cert);
101 int x509_certificate_chain_validate(struct x509_certificate *trusted,
102 struct x509_certificate *chain,
104 struct x509_certificate *
[all …]
Dx509v3.c44 void x509_certificate_free(struct x509_certificate *cert) in x509_certificate_free()
65 void x509_certificate_chain_free(struct x509_certificate *cert) in x509_certificate_chain_free()
67 struct x509_certificate *next; in x509_certificate_chain_free()
223 struct x509_certificate *cert, in x509_parse_public_key()
623 struct x509_certificate *cert, const u8 **next) in x509_parse_validity()
696 static int x509_parse_ext_key_usage(struct x509_certificate *cert, in x509_parse_ext_key_usage()
733 static int x509_parse_ext_basic_constraints(struct x509_certificate *cert, in x509_parse_ext_basic_constraints()
818 static int x509_parse_extension_data(struct x509_certificate *cert, in x509_parse_extension_data()
844 static int x509_parse_extension(struct x509_certificate *cert, in x509_parse_extension()
926 static int x509_parse_extensions(struct x509_certificate *cert, in x509_parse_extensions()
[all …]
Dtlsv1_cred.h19 struct x509_certificate *trusted_certs;
20 struct x509_certificate *cert;
Dtlsv1_cred.c46 static int tlsv1_add_cert_der(struct x509_certificate **chain, in tlsv1_add_cert_der()
49 struct x509_certificate *cert; in tlsv1_add_cert_der()
90 static int tlsv1_add_cert(struct x509_certificate **chain, in tlsv1_add_cert()
140 static int tlsv1_set_cert_chain(struct x509_certificate **chain, in tlsv1_set_cert_chain()
Dasn1_test.c189 struct x509_certificate *cert; in main()
Dtlsv1_common.c149 struct x509_certificate *cert; in tls_parse_cert()
Dtlsv1_server_write.c31 struct x509_certificate *cert; in tls_server_cert_chain_der_len()
164 struct x509_certificate *cert; in tls_write_server_certificate()
Dtlsv1_client_write.c31 struct x509_certificate *cert; in tls_client_cert_chain_der_len()
137 struct x509_certificate *cert; in tls_write_client_certificate()
/external/wpa_supplicant/
Dx509v3.h34 struct x509_certificate { struct
35 struct x509_certificate *next; argument
94 void x509_certificate_free(struct x509_certificate *cert); argument
95 struct x509_certificate * x509_certificate_parse(const u8 *buf, size_t len);
98 void x509_certificate_chain_free(struct x509_certificate *cert);
99 int x509_certificate_check_signature(struct x509_certificate *issuer,
100 struct x509_certificate *cert);
101 int x509_certificate_chain_validate(struct x509_certificate *trusted,
102 struct x509_certificate *chain,
104 struct x509_certificate *
[all …]
Dx509v3.c44 void x509_certificate_free(struct x509_certificate *cert) in x509_certificate_free()
65 void x509_certificate_chain_free(struct x509_certificate *cert) in x509_certificate_chain_free()
67 struct x509_certificate *next; in x509_certificate_chain_free()
223 struct x509_certificate *cert, in x509_parse_public_key()
623 struct x509_certificate *cert, const u8 **next) in x509_parse_validity()
696 static int x509_parse_ext_key_usage(struct x509_certificate *cert, in x509_parse_ext_key_usage()
733 static int x509_parse_ext_basic_constraints(struct x509_certificate *cert, in x509_parse_ext_basic_constraints()
818 static int x509_parse_extension_data(struct x509_certificate *cert, in x509_parse_extension_data()
844 static int x509_parse_extension(struct x509_certificate *cert, in x509_parse_extension()
926 static int x509_parse_extensions(struct x509_certificate *cert, in x509_parse_extensions()
[all …]
Dtlsv1_client.c84 struct x509_certificate *trusted_certs;
85 struct x509_certificate *client_cert;
435 struct x509_certificate *chain = NULL, *last = NULL, *cert; in tls_process_certificate()
1146 struct x509_certificate *cert; in tls_write_client_certificate()
1667 struct x509_certificate *cert; in tls_client_cert_chain_der_len()
2390 static int tlsv1_client_add_cert_der(struct x509_certificate **chain, in tlsv1_client_add_cert_der()
2393 struct x509_certificate *cert; in tlsv1_client_add_cert_der()
2434 static int tlsv1_client_add_cert(struct x509_certificate **chain, in tlsv1_client_add_cert()
2484 static int tlsv1_client_set_cert_chain(struct x509_certificate **chain, in tlsv1_client_set_cert_chain()
Dasn1_test.c189 struct x509_certificate *cert; in main()
Dtlsv1_common.c127 struct x509_certificate *cert; in tls_parse_cert()
/external/wpa_supplicant_8/src/tls/
Dx509v3.h54 struct x509_certificate { struct
55 struct x509_certificate *next; argument
114 void x509_certificate_free(struct x509_certificate *cert); argument
115 struct x509_certificate * x509_certificate_parse(const u8 *buf, size_t len);
118 void x509_certificate_chain_free(struct x509_certificate *cert);
119 int x509_certificate_check_signature(struct x509_certificate *issuer,
120 struct x509_certificate *cert);
121 int x509_certificate_chain_validate(struct x509_certificate *trusted,
122 struct x509_certificate *chain,
124 struct x509_certificate *
[all …]
Dx509v3.c51 void x509_certificate_free(struct x509_certificate *cert) in x509_certificate_free()
72 void x509_certificate_chain_free(struct x509_certificate *cert) in x509_certificate_chain_free()
74 struct x509_certificate *next; in x509_certificate_chain_free()
226 struct x509_certificate *cert, in x509_parse_public_key()
658 struct x509_certificate *cert, const u8 **next) in x509_parse_validity()
731 static int x509_parse_ext_key_usage(struct x509_certificate *cert, in x509_parse_ext_key_usage()
768 static int x509_parse_ext_basic_constraints(struct x509_certificate *cert, in x509_parse_ext_basic_constraints()
1030 static int x509_parse_ext_subject_alt_name(struct x509_certificate *cert, in x509_parse_ext_subject_alt_name()
1057 static int x509_parse_ext_issuer_alt_name(struct x509_certificate *cert, in x509_parse_ext_issuer_alt_name()
1084 static int x509_parse_extension_data(struct x509_certificate *cert, in x509_parse_extension_data()
[all …]
Dtlsv1_cred.h19 struct x509_certificate *trusted_certs;
20 struct x509_certificate *cert;
Dtlsv1_cred.c46 static int tlsv1_add_cert_der(struct x509_certificate **chain, in tlsv1_add_cert_der()
49 struct x509_certificate *cert; in tlsv1_add_cert_der()
96 static int tlsv1_add_cert(struct x509_certificate **chain, in tlsv1_add_cert()
146 static int tlsv1_set_cert_chain(struct x509_certificate **chain, in tlsv1_set_cert_chain()
Dtlsv1_common.c149 struct x509_certificate *cert; in tls_parse_cert()
Dtlsv1_server_write.c32 struct x509_certificate *cert; in tls_server_cert_chain_der_len()
165 struct x509_certificate *cert; in tls_write_server_certificate()
Dtlsv1_client_write.c32 struct x509_certificate *cert; in tls_client_cert_chain_der_len()
138 struct x509_certificate *cert; in tls_write_client_certificate()
/external/wpa_supplicant/tests/
Dtest_x509v3.c28 struct x509_certificate *certs = NULL, *last = NULL, *cert; in main()
/external/wpa_supplicant_6/wpa_supplicant/tests/
Dtest_x509v3.c28 struct x509_certificate *certs = NULL, *last = NULL, *cert; in main()
/external/chromium/chrome/browser/ui/cocoa/
Dcertificate_viewer.mm14 #include "net/base/x509_certificate.h"
Dssl_client_certificate_selector.mm22 #include "net/base/x509_certificate.h"
/external/chromium/chrome/browser/ssl/
Dssl_add_cert_handler_mac.mm17 #include "net/base/x509_certificate.h"

12