HomeSort by relevance Sort by last modified time
    Searched refs:x509_certificate (Results 1 - 25 of 27) sorted by null

1 2

  /external/wpa_supplicant/
x509v3.h 34 struct x509_certificate { struct
35 struct x509_certificate *next;
73 * The DER format certificate follows struct x509_certificate. These
94 void x509_certificate_free(struct x509_certificate *cert);
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
    [all...]
x509v3.c 44 void x509_certificate_free(struct x509_certificate *cert)
65 void x509_certificate_chain_free(struct x509_certificate *cert)
67 struct x509_certificate *next;
223 struct x509_certificate *cert,
623 struct x509_certificate *cert, const u8 **next)
696 static int x509_parse_ext_key_usage(struct x509_certificate *cert,
733 static int x509_parse_ext_basic_constraints(struct x509_certificate *cert,
818 static int x509_parse_extension_data(struct x509_certificate *cert,
844 static int x509_parse_extension(struct x509_certificate *cert,
926 static int x509_parse_extensions(struct x509_certificate *cert
    [all...]
asn1_test.c 189 struct x509_certificate *cert;
tlsv1_client.c 84 struct x509_certificate *trusted_certs;
85 struct x509_certificate *client_cert;
435 struct x509_certificate *chain = NULL, *last = NULL, *cert;
1146 struct x509_certificate *cert;
    [all...]
tlsv1_common.c 127 struct x509_certificate *cert;
  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
x509v3.h 34 struct x509_certificate { struct
35 struct x509_certificate *next;
73 * The DER format certificate follows struct x509_certificate. These
94 void x509_certificate_free(struct x509_certificate *cert);
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
    [all...]
tlsv1_cred.h 19 struct x509_certificate *trusted_certs;
20 struct x509_certificate *cert;
x509v3.c 44 void x509_certificate_free(struct x509_certificate *cert)
65 void x509_certificate_chain_free(struct x509_certificate *cert)
67 struct x509_certificate *next;
223 struct x509_certificate *cert,
623 struct x509_certificate *cert, const u8 **next)
696 static int x509_parse_ext_key_usage(struct x509_certificate *cert,
733 static int x509_parse_ext_basic_constraints(struct x509_certificate *cert,
818 static int x509_parse_extension_data(struct x509_certificate *cert,
844 static int x509_parse_extension(struct x509_certificate *cert,
926 static int x509_parse_extensions(struct x509_certificate *cert
    [all...]
tlsv1_cred.c 46 static int tlsv1_add_cert_der(struct x509_certificate **chain,
49 struct x509_certificate *cert;
90 static int tlsv1_add_cert(struct x509_certificate **chain,
140 static int tlsv1_set_cert_chain(struct x509_certificate **chain,
asn1_test.c 189 struct x509_certificate *cert;
tlsv1_common.c 149 struct x509_certificate *cert;
tlsv1_client_write.c 31 struct x509_certificate *cert;
137 struct x509_certificate *cert;
tlsv1_server_write.c 31 struct x509_certificate *cert;
164 struct x509_certificate *cert;
tlsv1_client_read.c 219 struct x509_certificate *chain = NULL, *last = NULL, *cert;
tlsv1_server_read.c 273 struct x509_certificate *chain = NULL, *last = NULL, *cert;
  /external/wpa_supplicant_8/src/tls/
x509v3.h 54 struct x509_certificate { struct
55 struct x509_certificate *next;
95 * The DER format certificate follows struct x509_certificate. These
114 void x509_certificate_free(struct x509_certificate *cert);
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
    [all...]
tlsv1_cred.h 19 struct x509_certificate *trusted_certs;
20 struct x509_certificate *cert;
x509v3.c 51 void x509_certificate_free(struct x509_certificate *cert)
72 void x509_certificate_chain_free(struct x509_certificate *cert)
74 struct x509_certificate *next;
226 struct x509_certificate *cert,
658 struct x509_certificate *cert, const u8 **next)
731 static int x509_parse_ext_key_usage(struct x509_certificate *cert,
768 static int x509_parse_ext_basic_constraints(struct x509_certificate *cert,
1030 static int x509_parse_ext_subject_alt_name(struct x509_certificate *cert,
1057 static int x509_parse_ext_issuer_alt_name(struct x509_certificate *cert,
1084 static int x509_parse_extension_data(struct x509_certificate *cert
    [all...]
tlsv1_cred.c 46 static int tlsv1_add_cert_der(struct x509_certificate **chain,
49 struct x509_certificate *cert;
96 static int tlsv1_add_cert(struct x509_certificate **chain,
146 static int tlsv1_set_cert_chain(struct x509_certificate **chain,
tlsv1_common.c 149 struct x509_certificate *cert;
tlsv1_client_write.c 32 struct x509_certificate *cert;
138 struct x509_certificate *cert;
tlsv1_server_write.c 32 struct x509_certificate *cert;
165 struct x509_certificate *cert;
  /external/wpa_supplicant/tests/
test_x509v3.c 28 struct x509_certificate *certs = NULL, *last = NULL, *cert;
  /external/wpa_supplicant_6/wpa_supplicant/tests/
test_x509v3.c 28 struct x509_certificate *certs = NULL, *last = NULL, *cert;
  /external/chromium/
Android.mk 208 net/base/x509_certificate.cc \

Completed in 476 milliseconds

1 2