Lines Matching full:unsigned
28 vector unsigned char test_vpmsumb(void) in test_vpmsumb()
30 vector unsigned char a = B_INIT1 in test_vpmsumb()
31 vector unsigned char b = B_INIT2 in test_vpmsumb()
37 vector unsigned short test_vpmsumh(void) in test_vpmsumh()
39 vector unsigned short a = H_INIT1 in test_vpmsumh()
40 vector unsigned short b = H_INIT2 in test_vpmsumh()
46 vector unsigned int test_vpmsumw(void) in test_vpmsumw()
48 vector unsigned int a = W_INIT1 in test_vpmsumw()
49 vector unsigned int b = W_INIT2 in test_vpmsumw()
55 vector unsigned long long test_vpmsumd(void) in test_vpmsumd()
57 vector unsigned long long a = D_INIT1 in test_vpmsumd()
58 vector unsigned long long b = D_INIT2 in test_vpmsumd()
64 vector unsigned char test_vsbox(void) in test_vsbox()
66 vector unsigned char a = B_INIT1 in test_vsbox()
72 vector unsigned char test_vpermxorb(void) in test_vpermxorb()
74 vector unsigned char a = B_INIT1 in test_vpermxorb()
75 vector unsigned char b = B_INIT2 in test_vpermxorb()
76 vector unsigned char c = B_INIT2 in test_vpermxorb()
98 vector unsigned char test_vpermxoruc(vector unsigned char a, in test_vpermxoruc()
99 vector unsigned char b, in test_vpermxoruc()
100 vector unsigned char c) { in test_vpermxoruc()
106 vector unsigned char test_vpermxoruc_be(vector unsigned char a, in test_vpermxoruc_be()
107 vector unsigned char b, in test_vpermxoruc_be()
108 vector unsigned char c) { in test_vpermxoruc_be()
114 vector unsigned char test_vcipher(void) in test_vcipher()
116 vector unsigned char a = B_INIT1 in test_vcipher()
117 vector unsigned char b = B_INIT2 in test_vcipher()
123 vector unsigned char test_vcipherlast(void) in test_vcipherlast()
125 vector unsigned char a = B_INIT1 in test_vcipherlast()
126 vector unsigned char b = B_INIT2 in test_vcipherlast()
132 vector unsigned char test_vncipher(void) in test_vncipher()
134 vector unsigned char a = B_INIT1 in test_vncipher()
135 vector unsigned char b = B_INIT2 in test_vncipher()
141 vector unsigned char test_vncipherlast(void) in test_vncipherlast()
143 vector unsigned char a = B_INIT1 in test_vncipherlast()
144 vector unsigned char b = B_INIT2 in test_vncipherlast()
150 vector unsigned int test_vshasigmaw(void) in test_vshasigmaw()
152 vector unsigned int a = W_INIT1 in test_vshasigmaw()
158 vector unsigned long long test_vshasigmad(void) in test_vshasigmad()
160 vector unsigned long long a = D_INIT2 in test_vshasigmad()
168 vector unsigned char test_vpmsumb_e(void) in test_vpmsumb_e()
170 vector unsigned char a = B_INIT1 in test_vpmsumb_e()
171 vector unsigned char b = B_INIT2 in test_vpmsumb_e()
177 vector unsigned short test_vpmsumh_e(void) in test_vpmsumh_e()
179 vector unsigned short a = H_INIT1 in test_vpmsumh_e()
180 vector unsigned short b = H_INIT2 in test_vpmsumh_e()
186 vector unsigned int test_vpmsumw_e(void) in test_vpmsumw_e()
188 vector unsigned int a = W_INIT1 in test_vpmsumw_e()
189 vector unsigned int b = W_INIT2 in test_vpmsumw_e()
195 vector unsigned long long test_vpmsumd_e(void) in test_vpmsumd_e()
197 vector unsigned long long a = D_INIT1 in test_vpmsumd_e()
198 vector unsigned long long b = D_INIT2 in test_vpmsumd_e()
204 vector unsigned char test_vsbox_e(void) in test_vsbox_e()
206 vector unsigned char a = B_INIT1 in test_vsbox_e()
212 vector unsigned char test_vpermxorb_e(void) in test_vpermxorb_e()
214 vector unsigned char a = B_INIT1 in test_vpermxorb_e()
215 vector unsigned char b = B_INIT2 in test_vpermxorb_e()
216 vector unsigned char c = B_INIT2 in test_vpermxorb_e()
222 vector unsigned short test_vpermxorh_e(void) in test_vpermxorh_e()
224 vector unsigned short a = H_INIT1 in test_vpermxorh_e()
225 vector unsigned short b = H_INIT2 in test_vpermxorh_e()
226 vector unsigned short c = H_INIT2 in test_vpermxorh_e()
232 vector unsigned int test_vpermxorw_e(void) in test_vpermxorw_e()
234 vector unsigned int a = W_INIT1 in test_vpermxorw_e()
235 vector unsigned int b = W_INIT2 in test_vpermxorw_e()
236 vector unsigned int c = W_INIT2 in test_vpermxorw_e()
242 vector unsigned long long test_vpermxord_e(void) in test_vpermxord_e()
244 vector unsigned long long a = D_INIT1 in test_vpermxord_e()
245 vector unsigned long long b = D_INIT2 in test_vpermxord_e()
246 vector unsigned long long c = D_INIT2 in test_vpermxord_e()
252 vector unsigned char test_vcipher_e(void) in test_vcipher_e()
254 vector unsigned char a = B_INIT1 in test_vcipher_e()
255 vector unsigned char b = B_INIT2 in test_vcipher_e()
261 vector unsigned char test_vcipherlast_e(void) in test_vcipherlast_e()
263 vector unsigned char a = B_INIT1 in test_vcipherlast_e()
264 vector unsigned char b = B_INIT2 in test_vcipherlast_e()
270 vector unsigned int test_vshasigmaw_e(void) in test_vshasigmaw_e()
272 vector unsigned int a = W_INIT1 in test_vshasigmaw_e()
278 vector unsigned long long test_vshasigmad_e(void) in test_vshasigmad_e()
280 vector unsigned long long a = D_INIT2 in test_vshasigmad_e()
286 vector unsigned char test_vec_sbox_be(void) in test_vec_sbox_be()
288 vector unsigned char a = B_INIT1 in test_vec_sbox_be()
294 vector unsigned char test_vec_cipher_be(void) in test_vec_cipher_be()
296 vector unsigned char a = B_INIT1 in test_vec_cipher_be()
297 vector unsigned char b = B_INIT2 in test_vec_cipher_be()
303 vector unsigned char test_vec_cipherlast_be(void) in test_vec_cipherlast_be()
305 vector unsigned char a = B_INIT1 in test_vec_cipherlast_be()
306 vector unsigned char b = B_INIT2 in test_vec_cipherlast_be()
312 vector unsigned char test_vec_ncipher_be(void) in test_vec_ncipher_be()
314 vector unsigned char a = B_INIT1 in test_vec_ncipher_be()
315 vector unsigned char b = B_INIT2 in test_vec_ncipher_be()
321 vector unsigned char test_vec_ncipherlast_be(void) in test_vec_ncipherlast_be()
323 vector unsigned char a = B_INIT1 in test_vec_ncipherlast_be()
324 vector unsigned char b = B_INIT2 in test_vec_ncipherlast_be()
330 vector unsigned int test_vec_shasigma_bew(void) in test_vec_shasigma_bew()
332 vector unsigned int a = W_INIT1 in test_vec_shasigma_bew()
338 vector unsigned long long test_vec_shasigma_bed(void) in test_vec_shasigma_bed()
340 vector unsigned long long a = D_INIT2 in test_vec_shasigma_bed()
346 vector unsigned char test_vec_pmsum_beb(void) in test_vec_pmsum_beb()
348 vector unsigned char a = B_INIT1 in test_vec_pmsum_beb()
349 vector unsigned char b = B_INIT2 in test_vec_pmsum_beb()
355 vector unsigned short test_vec_pmsum_beh(void) in test_vec_pmsum_beh()
357 vector unsigned short a = H_INIT1 in test_vec_pmsum_beh()
358 vector unsigned short b = H_INIT2 in test_vec_pmsum_beh()
364 vector unsigned int test_vec_pmsum_bew(void) in test_vec_pmsum_bew()
366 vector unsigned int a = W_INIT1 in test_vec_pmsum_bew()
367 vector unsigned int b = W_INIT2 in test_vec_pmsum_bew()
373 vector unsigned long long test_vec_pmsum_bed(void) in test_vec_pmsum_bed()
375 vector unsigned long long a = D_INIT1 in test_vec_pmsum_bed()
376 vector unsigned long long b = D_INIT2 in test_vec_pmsum_bed()