Home
last modified time | relevance | path

Searched refs:ROUND (Results 1 – 25 of 121) sorted by relevance

12345

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Daes-internal-enc.c39 #define ROUND(i,d,s) \ in rijndaelEncrypt() macro
47 ROUND(1,t,s); in rijndaelEncrypt()
48 ROUND(2,s,t); in rijndaelEncrypt()
49 ROUND(3,t,s); in rijndaelEncrypt()
50 ROUND(4,s,t); in rijndaelEncrypt()
51 ROUND(5,t,s); in rijndaelEncrypt()
52 ROUND(6,s,t); in rijndaelEncrypt()
53 ROUND(7,t,s); in rijndaelEncrypt()
54 ROUND(8,s,t); in rijndaelEncrypt()
55 ROUND(9,t,s); in rijndaelEncrypt()
[all …]
Daes-internal-dec.c92 #define ROUND(i,d,s) \ in rijndaelDecrypt() macro
100 ROUND(1,t,s); in rijndaelDecrypt()
101 ROUND(2,s,t); in rijndaelDecrypt()
102 ROUND(3,t,s); in rijndaelDecrypt()
103 ROUND(4,s,t); in rijndaelDecrypt()
104 ROUND(5,t,s); in rijndaelDecrypt()
105 ROUND(6,s,t); in rijndaelDecrypt()
106 ROUND(7,t,s); in rijndaelDecrypt()
107 ROUND(8,s,t); in rijndaelDecrypt()
108 ROUND(9,t,s); in rijndaelDecrypt()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Daes-internal-enc.c39 #define ROUND(i,d,s) \ in rijndaelEncrypt() macro
47 ROUND(1,t,s); in rijndaelEncrypt()
48 ROUND(2,s,t); in rijndaelEncrypt()
49 ROUND(3,t,s); in rijndaelEncrypt()
50 ROUND(4,s,t); in rijndaelEncrypt()
51 ROUND(5,t,s); in rijndaelEncrypt()
52 ROUND(6,s,t); in rijndaelEncrypt()
53 ROUND(7,t,s); in rijndaelEncrypt()
54 ROUND(8,s,t); in rijndaelEncrypt()
55 ROUND(9,t,s); in rijndaelEncrypt()
[all …]
Daes-internal-dec.c92 #define ROUND(i,d,s) \ in rijndaelDecrypt() macro
100 ROUND(1,t,s); in rijndaelDecrypt()
101 ROUND(2,s,t); in rijndaelDecrypt()
102 ROUND(3,t,s); in rijndaelDecrypt()
103 ROUND(4,s,t); in rijndaelDecrypt()
104 ROUND(5,t,s); in rijndaelDecrypt()
105 ROUND(6,s,t); in rijndaelDecrypt()
106 ROUND(7,t,s); in rijndaelDecrypt()
107 ROUND(8,s,t); in rijndaelDecrypt()
108 ROUND(9,t,s); in rijndaelDecrypt()
[all …]
/third_party/e2fsprogs/lib/ext2fs/
Ddirhash.c68 #define ROUND(f, a, b, c, d, x, s) \ macro
82 ROUND(F, a, b, c, d, in[0] + K1, 3); in halfMD4Transform()
83 ROUND(F, d, a, b, c, in[1] + K1, 7); in halfMD4Transform()
84 ROUND(F, c, d, a, b, in[2] + K1, 11); in halfMD4Transform()
85 ROUND(F, b, c, d, a, in[3] + K1, 19); in halfMD4Transform()
86 ROUND(F, a, b, c, d, in[4] + K1, 3); in halfMD4Transform()
87 ROUND(F, d, a, b, c, in[5] + K1, 7); in halfMD4Transform()
88 ROUND(F, c, d, a, b, in[6] + K1, 11); in halfMD4Transform()
89 ROUND(F, b, c, d, a, in[7] + K1, 19); in halfMD4Transform()
92 ROUND(G, a, b, c, d, in[1] + K2, 3); in halfMD4Transform()
[all …]
/third_party/openssl/crypto/blake2/
Dblake2b.c163 #define ROUND(r) \ in blake2b_compress() macro
177 ROUND(i); in blake2b_compress()
180 ROUND(0); in blake2b_compress()
181 ROUND(1); in blake2b_compress()
182 ROUND(2); in blake2b_compress()
183 ROUND(3); in blake2b_compress()
184 ROUND(4); in blake2b_compress()
185 ROUND(5); in blake2b_compress()
186 ROUND(6); in blake2b_compress()
187 ROUND(7); in blake2b_compress()
[all …]
Dblake2s.c159 #define ROUND(r) \ in blake2s_compress() macro
173 ROUND(i); in blake2s_compress()
176 ROUND(0); in blake2s_compress()
177 ROUND(1); in blake2s_compress()
178 ROUND(2); in blake2s_compress()
179 ROUND(3); in blake2s_compress()
180 ROUND(4); in blake2s_compress()
181 ROUND(5); in blake2s_compress()
182 ROUND(6); in blake2s_compress()
183 ROUND(7); in blake2s_compress()
[all …]
/third_party/python/Modules/_blake2/impl/
Dblake2b-ref.c261 #define ROUND(r) \ in blake2b_compress() macro
272 ROUND( 0 ); in blake2b_compress()
273 ROUND( 1 ); in blake2b_compress()
274 ROUND( 2 ); in blake2b_compress()
275 ROUND( 3 ); in blake2b_compress()
276 ROUND( 4 ); in blake2b_compress()
277 ROUND( 5 ); in blake2b_compress()
278 ROUND( 6 ); in blake2b_compress()
279 ROUND( 7 ); in blake2b_compress()
280 ROUND( 8 ); in blake2b_compress()
[all …]
Dblake2b.c327 ROUND( 0 ); in blake2b_compress()
328 ROUND( 1 ); in blake2b_compress()
329 ROUND( 2 ); in blake2b_compress()
330 ROUND( 3 ); in blake2b_compress()
331 ROUND( 4 ); in blake2b_compress()
332 ROUND( 5 ); in blake2b_compress()
333 ROUND( 6 ); in blake2b_compress()
334 ROUND( 7 ); in blake2b_compress()
335 ROUND( 8 ); in blake2b_compress()
336 ROUND( 9 ); in blake2b_compress()
[all …]
Dblake2s-ref.c253 #define ROUND(r) \ in blake2s_compress() macro
264 ROUND( 0 ); in blake2s_compress()
265 ROUND( 1 ); in blake2s_compress()
266 ROUND( 2 ); in blake2s_compress()
267 ROUND( 3 ); in blake2s_compress()
268 ROUND( 4 ); in blake2s_compress()
269 ROUND( 5 ); in blake2s_compress()
270 ROUND( 6 ); in blake2s_compress()
271 ROUND( 7 ); in blake2s_compress()
272 ROUND( 8 ); in blake2s_compress()
[all …]
Dblake2s.c308 ROUND( 0 ); in blake2s_compress()
309 ROUND( 1 ); in blake2s_compress()
310 ROUND( 2 ); in blake2s_compress()
311 ROUND( 3 ); in blake2s_compress()
312 ROUND( 4 ); in blake2s_compress()
313 ROUND( 5 ); in blake2s_compress()
314 ROUND( 6 ); in blake2s_compress()
315 ROUND( 7 ); in blake2s_compress()
316 ROUND( 8 ); in blake2s_compress()
317 ROUND( 9 ); in blake2s_compress()
/third_party/uboot/u-boot-2020.01/arch/arm/mach-imx/imx8/
Dimage.c190 end = ROUND(end, SZ_1K); in spl_spi_get_uboot_offs()
204 end = ROUND(end, SZ_1K); in spl_mmc_get_uboot_raw_sector()
218 end = ROUND(end, SZ_16K); in spl_nand_get_uboot_raw_page()
240 end = ROUND(end, SZ_1K); in spl_nor_get_uboot_base()
/third_party/openssl/crypto/chacha/asm/
Dchacha-armv8.pl61 sub ROUND { subroutine
209 foreach (&ROUND(0, 4, 8,12)) { eval; }
210 foreach (&ROUND(0, 5,10,15)) { eval; }
459 my @thread3=&ROUND(0,4,8,12);
470 @thread3=&ROUND(0,5,10,15);
808 my @thread67=(&ROUND(0,4,8,12),&ROUND(0,5,10,15));
827 @thread67=(&ROUND(0,4,8,12),&ROUND(0,5,10,15));
922 @thread67=(&ROUND(0,4,8,12),&ROUND(0,5,10,15));
939 @thread67=(&ROUND(0,4,8,12),&ROUND(0,5,10,15));
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/
DPaint.java56 ROUND (1), enumConstant
72 ROUND (1), enumConstant
/third_party/boringssl/src/crypto/chacha/asm/
Dchacha-armv8.pl61 sub ROUND { subroutine
203 foreach (&ROUND(0, 4, 8,12)) { eval; }
204 foreach (&ROUND(0, 5,10,15)) { eval; }
451 my @thread3=&ROUND(0,4,8,12);
462 @thread3=&ROUND(0,5,10,15);
798 my @thread67=(&ROUND(0,4,8,12),&ROUND(0,5,10,15));
817 @thread67=(&ROUND(0,4,8,12),&ROUND(0,5,10,15));
912 @thread67=(&ROUND(0,4,8,12),&ROUND(0,5,10,15));
929 @thread67=(&ROUND(0,4,8,12),&ROUND(0,5,10,15));
/third_party/musl/porting/liteos_a/user/src/thread/
Dpthread_create.c198 #define ROUND(x) (((x)+PAGE_SIZE-1)&-PAGE_SIZE) macro
273 size = ROUND(need); in __pthread_create()
277 guard = ROUND(attr._a_guardsize); in __pthread_create()
278 size = guard + ROUND(attr._a_stacksize in __pthread_create()
/third_party/musl/src/thread/
Dpthread_create.c213 #define ROUND(x) (((x)+PAGE_SIZE-1)&-PAGE_SIZE) macro
278 size = ROUND(need); in __pthread_create()
282 guard = ROUND(attr._a_guardsize); in __pthread_create()
283 size = guard + ROUND(attr._a_stacksize in __pthread_create()
/third_party/uboot/u-boot-2020.01/arch/arm/include/asm/
Ddma-mapping.h16 *handle = (unsigned long)memalign(ARCH_DMA_MINALIGN, ROUND(len, ARCH_DMA_MINALIGN)); in dma_alloc_coherent()
/third_party/skia/modules/pathkit/
Dexterns.js63 ROUND: {}, property
68 ROUND: {}, property
/third_party/flutter/skia/modules/pathkit/
Dexterns.js63 ROUND: {}, property
68 ROUND: {}, property
/third_party/uboot/u-boot-2020.01/drivers/usb/dwc3/
Dio.h53 flush_dcache_range(addr, addr + ROUND(length, CACHELINE_SIZE)); in dwc3_flush_cache()
/third_party/uboot/u-boot-2020.01/include/configs/
Dusb_a9263.h87 #define CONFIG_SYS_MALLOC_LEN ROUND(3 * CONFIG_ENV_SIZE + 128*1024, 0x1000)
Dat91sam9rlek.h97 #define CONFIG_SYS_MALLOC_LEN ROUND(3 * CONFIG_ENV_SIZE + 128*1024, 0x1000)
Dmeesc.h108 #define CONFIG_SYS_MALLOC_LEN ROUND(3 * CONFIG_ENV_SIZE + \
/third_party/skia/platform_tools/android/apps/androidkitdemo/src/main/java/org/skia/androidkitdemo1/
DMainActivity.java115 p.setStrokeCap(Paint.Cap.ROUND); in surfaceChanged()
116 p.setStrokeJoin(Paint.Join.ROUND); in surfaceChanged()

12345