Home
last modified time | relevance | path

Searched refs:Maj (Results 1 – 25 of 36) sorted by relevance

12

/third_party/openssl/crypto/sha/asm/
Dsha256-c64xplus.pl44 ($Maj,$Ch)=($T2,"B6");
126 || OR $A,$B,$Maj
132 || AND $C,$Maj,$Maj
136 || OR $t2a,$Maj,$Maj ; Maj(a,b,c) = ((a|b)&c)|(a&b)
148 || ADD $S0,$Maj,$T2 ; T2 = Sigma0(a) + Maj(a,b,c)
163 || OR $A,$B,$Maj
170 || AND $C,$Maj,$Maj
175 || OR $t2a,$Maj,$Maj ; Maj(a,b,c) = ((a|b)&c)|(a&b)
187 || ADD $S0,$Maj,$T2 ; T2 = Sigma0(a) + Maj(a,b,c)
217 || OR $A,$B,$Maj
[all …]
Dsha512-armv4.pl519 my ($t0,$t1,$t2,$T1,$K,$Ch,$Maj)=map("d$_",(24..31)); # temps
528 vadd.i64 $a,$Maj @ h+=Maj from the past
552 veor $Maj,$a,$b
556 vbsl $Maj,$c,$b @ Maj(a,b,c)
559 vadd.i64 $Maj,$T1
560 @ vadd.i64 $h,$Maj
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dsha256-internal.c72 #define Maj(x,y,z) (((x | y) & z) | (x & y)) macro
108 t1 = Sigma0(a) + Maj(a, b, c); \ in sha256_compress()
Dsha512-internal.c93 #define Maj(x,y,z) (((x | y) & z) | (x & y)) macro
138 t1 = Sigma0(S[0]) + Maj(S[0], S[1], S[2]); in sha512_compress()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dsha256-internal.c72 #define Maj(x,y,z) (((x | y) & z) | (x & y)) macro
108 t1 = Sigma0(a) + Maj(a, b, c); \ in sha256_compress()
Dsha512-internal.c93 #define Maj(x,y,z) (((x | y) & z) | (x & y)) macro
138 t1 = Sigma0(S[0]) + Maj(S[0], S[1], S[2]); in sha512_compress()
/third_party/ffmpeg/libavutil/
Dsha512.c94 #define Maj(z,y,x) ((((x) | (y)) & (z)) | ((x) & (y))) macro
108 (h) = T1 + Sigma0_512(a) + Maj((a), (b), (c)); \
142 T2 = Sigma0_512(a) + Maj(a, b, c); in sha512_transform()
Dsha.c177 #define Maj(z,y,x) ((((x) | (y)) & (z)) | ((x) & (y))) macro
191 (h) = T1 + Sigma0_256(a) + Maj((a), (b), (c)); \
224 T2 = Sigma0_256(a) + Maj(a, b, c); in sha256_transform()
/third_party/openssl/crypto/sha/
Dsha256.c164 # define Maj(x,y,z) (((x) & (y)) ^ ((x) & (z)) ^ ((y) & (z))) macro
191 T2 = Sigma0(a) + Maj(a, b, c); in sha256_block_data_order()
210 T2 = Sigma0(a) + Maj(a, b, c); in sha256_block_data_order()
237 h = Sigma0(a) + Maj(a,b,c); \
Dsha512.c493 # define Maj(x,y,z) (((x) & (y)) ^ ((x) & (z)) ^ ((y) & (z))) macro
532 A = T + Sigma0(A) + Maj(A, F[1], F[2]); in sha512_block_data_order()
545 A = T + Sigma0(A) + Maj(A, F[1], F[2]); in sha512_block_data_order()
589 T2 = Sigma0(a) + Maj(a, b, c); in sha512_block_data_order()
608 T2 = Sigma0(a) + Maj(a, b, c); in sha512_block_data_order()
635 h = Sigma0(a) + Maj(a,b,c); \
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DTriple.h340 unsigned Maj, Min, Micro; in getOSMajorVersion() local
341 getOSVersion(Maj, Min, Micro); in getOSMajorVersion()
342 return Maj; in getOSMajorVersion()
/third_party/FreeBSD/sys/crypto/sha2/
Dsha256c.c103 #define Maj(x, y, z) ((x & (y | z)) | (y & z)) macro
115 h += S0(a) + Maj(a, b, c);
/third_party/e2fsprogs/lib/ext2fs/
Dsha256.c38 #define Maj(x,y,z) (((x | y) & z) | (x & y)) macro
49 t1 = Sigma0(a) + Maj(a, b, c); \
Dsha512.c65 #define Maj(x,y,z) (((x | y) & z) | (x & y)) macro
74 t1 = Sigma0(a) + Maj(a, b, c);\
/third_party/curl/lib/
Dsha256.c288 #define Maj(x,y,z) (((x | y) & z) | (x & y)) macro
320 unsigned long t1 = Sigma0(a) + Maj(a, b, c); \ in sha256_compress()
/third_party/musl/src/crypt/
Dcrypt_sha256.c26 #define Maj(x,y,z) ((x & y) | (z & (x | y))) macro
66 t2 = S0(a) + Maj(a,b,c); in processblock()
Dcrypt_sha512.c27 #define Maj(x,y,z) ((x & y) | (z & (x | y))) macro
83 t2 = S0(a) + Maj(a,b,c); in processblock()
/third_party/f2fs-tools/tools/
Dsha512.c85 #define Maj(x,y,z) (((x | y) & z) | (x & y)) macro
94 t1 = Sigma0(a) + Maj(a, b, c);\
/third_party/icu/icu4c/source/data/brkitr/
Den.txt12 "Maj.",
/third_party/flutter/skia/third_party/externals/icu/source/data/brkitr/
Den.txt12 "Maj.",
/third_party/skia/third_party/externals/icu/source/data/brkitr/
Den.txt12 "Maj.",
/third_party/icu/icu4j/perf-tests/data/collation/
DTestRandomWordsUDHR_pl.txt49 powszechności Mają
240 Mają większość kulturalnych
837 pierwszeństwa Mają
1348 Mają
2364 dyskryminację Mają rozpowszechniania
3539 niewolnikami Mają
3933 Mają kraju
4316 Mają
4385 Mają ich
4523 Mają prawa przyznanych
[all …]
/third_party/python/Modules/
Dsha256module.c120 #define Maj(x,y,z) (((x | y) & z) | (x & y)) macro
150 t1 = Sigma0(a) + Maj(a, b, c); \ in sha_transform()
Dsha512module.c108 #define Maj(x,y,z) (((x | y) & z) | (x & y)) macro
138 t1 = Sigma0(a) + Maj(a, b, c); \ in sha512_transform()
/third_party/glib/glib/
Dgchecksum.c1100 #define Maj(x,y,z) ((x & y) ^ (x & z) ^ (y & z)) macro
1250 T2 = SIGMA0 (a) + Maj (a, b, c); in sha512_transform()
1391 #undef Maj

12