Searched defs:msgs (Results 76 - 100 of 121) sorted by relevance

12345

/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
H A DGeneralSecurityExceptionTest.java47 private static String[] msgs = { field in class:GeneralSecurityExceptionTest
71 for (int i = 0; i < msgs.length; i++) {
72 tE = new GeneralSecurityException(msgs[i]);
73 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
74 .getMessage(), msgs[i]);
139 for (int i = 0; i < msgs.length; i++) {
140 tE = new GeneralSecurityException(msgs[i], null);
141 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
142 .getMessage(), msgs[i]);
172 for (int i = 0; i < msgs
[all...]
H A DInvalidAlgorithmParameterExceptionTest.java47 private static String[] msgs = { field in class:InvalidAlgorithmParameterExceptionTest
72 for (int i = 0; i < msgs.length; i++) {
73 tE = new InvalidAlgorithmParameterException(msgs[i]);
74 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
75 .getMessage(), msgs[i]);
146 for (int i = 0; i < msgs.length; i++) {
147 tE = new InvalidAlgorithmParameterException(msgs[i], null);
148 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
149 .getMessage(), msgs[i]);
182 for (int i = 0; i < msgs
[all...]
H A DInvalidKeyExceptionTest.java46 private static String[] msgs = { field in class:InvalidKeyExceptionTest
70 for (int i = 0; i < msgs.length; i++) {
71 tE = new InvalidKeyException(msgs[i]);
72 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
73 .getMessage(), msgs[i]);
137 for (int i = 0; i < msgs.length; i++) {
138 tE = new InvalidKeyException(msgs[i], null);
139 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
140 .getMessage(), msgs[i]);
170 for (int i = 0; i < msgs
[all...]
H A DKeyExceptionTest.java46 private static String[] msgs = { field in class:KeyExceptionTest
70 for (int i = 0; i < msgs.length; i++) {
71 tE = new KeyException(msgs[i]);
72 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
73 .getMessage(), msgs[i]);
135 for (int i = 0; i < msgs.length; i++) {
136 tE = new KeyException(msgs[i], null);
137 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
138 .getMessage(), msgs[i]);
168 for (int i = 0; i < msgs
[all...]
H A DKeyManagementExceptionTest.java47 private static String[] msgs = { field in class:KeyManagementExceptionTest
71 for (int i = 0; i < msgs.length; i++) {
72 tE = new KeyManagementException(msgs[i]);
73 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
74 .getMessage(), msgs[i]);
139 for (int i = 0; i < msgs.length; i++) {
140 tE = new KeyManagementException(msgs[i], null);
141 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
142 .getMessage(), msgs[i]);
172 for (int i = 0; i < msgs
[all...]
H A DKeyStoreExceptionTest.java46 private static String[] msgs = { field in class:KeyStoreExceptionTest
70 for (int i = 0; i < msgs.length; i++) {
71 tE = new KeyStoreException(msgs[i]);
72 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
73 .getMessage(), msgs[i]);
136 for (int i = 0; i < msgs.length; i++) {
137 tE = new KeyStoreException(msgs[i], null);
138 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
139 .getMessage(), msgs[i]);
169 for (int i = 0; i < msgs
[all...]
H A DNoSuchAlgorithmExceptionTest.java47 private static String[] msgs = { field in class:NoSuchAlgorithmExceptionTest
71 for (int i = 0; i < msgs.length; i++) {
72 tE = new NoSuchAlgorithmException(msgs[i]);
73 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
74 .getMessage(), msgs[i]);
139 for (int i = 0; i < msgs.length; i++) {
140 tE = new NoSuchAlgorithmException(msgs[i], null);
141 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
142 .getMessage(), msgs[i]);
172 for (int i = 0; i < msgs
[all...]
H A DProviderExceptionTest.java46 private static String[] msgs = { field in class:ProviderExceptionTest
70 for (int i = 0; i < msgs.length; i++) {
71 tE = new ProviderException(msgs[i]);
72 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
73 .getMessage(), msgs[i]);
136 for (int i = 0; i < msgs.length; i++) {
137 tE = new ProviderException(msgs[i], null);
138 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
139 .getMessage(), msgs[i]);
169 for (int i = 0; i < msgs
[all...]
H A DSignatureExceptionTest.java46 private static String[] msgs = { field in class:SignatureExceptionTest
70 for (int i = 0; i < msgs.length; i++) {
71 tE = new SignatureException(msgs[i]);
72 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
73 .getMessage(), msgs[i]);
137 for (int i = 0; i < msgs.length; i++) {
138 tE = new SignatureException(msgs[i], null);
139 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
140 .getMessage(), msgs[i]);
170 for (int i = 0; i < msgs
[all...]
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
H A DCRLExceptionTest.java45 private static String[] msgs = { field in class:CRLExceptionTest
69 for (int i = 0; i < msgs.length; i++) {
70 tE = new CRLException(msgs[i]);
71 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
72 .getMessage(), msgs[i]);
134 for (int i = 0; i < msgs.length; i++) {
135 tE = new CRLException(msgs[i], null);
136 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
137 .getMessage(), msgs[i]);
167 for (int i = 0; i < msgs
[all...]
H A DCertPathBuilderExceptionTest.java47 private static String[] msgs = { field in class:CertPathBuilderExceptionTest
71 for (int i = 0; i < msgs.length; i++) {
72 tE = new CertPathBuilderException(msgs[i]);
73 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
74 .getMessage(), msgs[i]);
139 for (int i = 0; i < msgs.length; i++) {
140 tE = new CertPathBuilderException(msgs[i], null);
141 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
142 .getMessage(), msgs[i]);
172 for (int i = 0; i < msgs
[all...]
H A DCertStoreExceptionTest.java45 private static String[] msgs = { field in class:CertStoreExceptionTest
69 for (int i = 0; i < msgs.length; i++) {
70 tE = new CertStoreException(msgs[i]);
71 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
72 .getMessage(), msgs[i]);
136 for (int i = 0; i < msgs.length; i++) {
137 tE = new CertStoreException(msgs[i], null);
138 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
139 .getMessage(), msgs[i]);
169 for (int i = 0; i < msgs
[all...]
H A DCertificateEncodingExceptionTest.java47 private static String[] msgs = { field in class:CertificateEncodingExceptionTest
71 for (int i = 0; i < msgs.length; i++) {
72 tE = new CertificateEncodingException(msgs[i]);
73 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
74 .getMessage(), msgs[i]);
142 for (int i = 0; i < msgs.length; i++) {
143 tE = new CertificateEncodingException(msgs[i], null);
144 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
145 .getMessage(), msgs[i]);
176 for (int i = 0; i < msgs
[all...]
H A DCertificateExceptionTest.java46 private static String[] msgs = { field in class:CertificateExceptionTest
70 for (int i = 0; i < msgs.length; i++) {
71 tE = new CertificateException(msgs[i]);
72 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
73 .getMessage(), msgs[i]);
138 for (int i = 0; i < msgs.length; i++) {
139 tE = new CertificateException(msgs[i], null);
140 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
141 .getMessage(), msgs[i]);
171 for (int i = 0; i < msgs
[all...]
H A DCertificateParsingExceptionTest.java47 private static String[] msgs = { field in class:CertificateParsingExceptionTest
71 for (int i = 0; i < msgs.length; i++) {
72 tE = new CertificateParsingException(msgs[i]);
73 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
74 .getMessage(), msgs[i]);
140 for (int i = 0; i < msgs.length; i++) {
141 tE = new CertificateParsingException(msgs[i], null);
142 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
143 .getMessage(), msgs[i]);
174 for (int i = 0; i < msgs
[all...]
H A DCertPathValidatorExceptionTest.java52 private static String[] msgs = { field in class:CertPathValidatorExceptionTest
76 for (int i = 0; i < msgs.length; i++) {
77 tE = new CertPathValidatorException(msgs[i]);
78 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
79 .getMessage(), msgs[i]);
145 for (int i = 0; i < msgs.length; i++) {
146 tE = new CertPathValidatorException(msgs[i], null);
147 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
148 .getMessage(), msgs[i]);
179 for (int i = 0; i < msgs
[all...]
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/
H A DInvalidKeySpecExceptionTest.java46 private static String[] msgs = { field in class:InvalidKeySpecExceptionTest
70 for (int i = 0; i < msgs.length; i++) {
71 tE = new InvalidKeySpecException(msgs[i]);
72 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
73 .getMessage(), msgs[i]);
138 for (int i = 0; i < msgs.length; i++) {
139 tE = new InvalidKeySpecException(msgs[i], null);
140 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
141 .getMessage(), msgs[i]);
171 for (int i = 0; i < msgs
[all...]
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
H A DSSLExceptionTest.java42 static String[] msgs = { field in class:SSLExceptionTest
56 for (int i = 0; i < msgs.length; i++) {
57 tE = new SSLException(msgs[i]);
58 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
59 .getMessage(), msgs[i]);
125 for (int i = 0; i < msgs.length; i++) {
126 tE = new SSLException(msgs[i], null);
127 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
128 .getMessage(), msgs[i]);
162 for (int i = 0; i < msgs
[all...]
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps.c532 void wps_free_pending_msgs(struct upnp_pending_message *msgs) argument
535 p = msgs;
/external/wpa_supplicant_8/src/wps/
H A Dwps.c532 void wps_free_pending_msgs(struct upnp_pending_message *msgs) argument
535 p = msgs;
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps.c532 void wps_free_pending_msgs(struct upnp_pending_message *msgs) argument
535 p = msgs;
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Dwpagui.h132 WpaMsgList msgs; member in class:WpaGui
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_eke.c30 struct wpabuf *msgs; member in struct:eap_eke_data
140 wpabuf_free(data->msgs);
338 wpabuf_free(data->msgs);
339 data->msgs = wpabuf_alloc(wpabuf_len(reqData) + wpabuf_len(resp));
340 if (data->msgs == NULL) {
345 wpabuf_put_buf(data->msgs, reqData);
346 wpabuf_put_buf(data->msgs, resp);
485 if (wpabuf_resize(&data->msgs, wpabuf_len(reqData) + wpabuf_len(resp))
491 wpabuf_put_buf(data->msgs, reqData);
492 wpabuf_put_buf(data->msgs, res
[all...]
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_server_eke.c32 struct wpabuf *msgs; member in struct:eap_eke_data
106 wpabuf_free(data->msgs);
228 wpabuf_free(data->msgs);
229 data->msgs = wpabuf_dup(msg);
230 if (data->msgs == NULL) {
292 if (wpabuf_resize(&data->msgs, wpabuf_len(msg)) < 0) {
297 wpabuf_put_buf(data->msgs, msg);
350 if (eap_eke_auth(&data->sess, "EAP-EKE server", data->msgs, auth) < 0) {
505 if (wpabuf_resize(&data->msgs, wpabuf_len(respData)) < 0) {
509 wpabuf_put_buf(data->msgs, respDat
[all...]
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_eke.c30 struct wpabuf *msgs; member in struct:eap_eke_data
140 wpabuf_free(data->msgs);
338 wpabuf_free(data->msgs);
339 data->msgs = wpabuf_alloc(wpabuf_len(reqData) + wpabuf_len(resp));
340 if (data->msgs == NULL) {
345 wpabuf_put_buf(data->msgs, reqData);
346 wpabuf_put_buf(data->msgs, resp);
485 if (wpabuf_resize(&data->msgs, wpabuf_len(reqData) + wpabuf_len(resp))
491 wpabuf_put_buf(data->msgs, reqData);
492 wpabuf_put_buf(data->msgs, res
[all...]

Completed in 407 milliseconds

12345