| /src/contrib/llvm-project/llvm/lib/Support/ ! |
| H A D | ConvertEBCDIC.cpp | 78 unsigned char Ch = *Ptr++; in convertToEBCDIC() local 80 if (Ch >= 128) { in convertToEBCDIC() 82 if (Ch != 0xc2 && Ch != 0xc3) in convertToEBCDIC() 91 Ch = Ch2 | (Ch << 6); in convertToEBCDIC() 95 Ch = Table[Ch]; in convertToEBCDIC() 96 Result.push_back(static_cast<char>(Ch)); in convertToEBCDIC() 111 unsigned char Ch = *Ptr++; in convertToUTF8() local 113 Ch = Table[Ch]; in convertToUTF8() 115 if (Ch >= 128) { in convertToUTF8() 117 Result.push_back(static_cast<char>(0xc0 | (Ch >> 6))); in convertToUTF8() [all …]
|
| H A D | Base64.cpp | 12 static char decodeBase64Byte(uint8_t Ch) { in decodeBase64Byte() argument 32 if (Ch >= sizeof(DecodeTable)) in decodeBase64Byte() 34 return DecodeTable[Ch]; in decodeBase64Byte()
|
| /src/crypto/openssl/crypto/sha/asm/ ! |
| H A D | sha256-c64xplus.pl | 43 ($Maj,$Ch)=($T2,"B6"); 128 || AND $F,$E,$Ch 133 || XOR $t2e,$Ch,$Ch ; Ch(e,f,g) = (e&f)^(~e&g) 145 || ADD $Ch,$T1,$T1 ; T1 += Ch(e,f,g) 165 || AND $F,$E,$Ch 171 || XOR $t2e,$Ch,$Ch ; Ch(e,f,g) = (e&f)^(~e&g) 184 || ADD $Ch,$T1,$T1 ; T1 += Ch(e,f,g) 219 || AND $F,$E,$Ch 225 || XOR $t2e,$Ch,$Ch ; Ch(e,f,g) = (e&f)^(~e&g) 238 || ADD $Ch,$T1,$T1 ; T1 += Ch(e,f,g)
|
| H A D | sha512-armv4.pl | 531 my ($t0,$t1,$t2,$T1,$K,$Ch,$Maj)=map("d$_",(24..31)); # temps 548 vmov $Ch,$e 554 vbsl $Ch,$f,$g @ Ch(e,f,g) 557 vadd.i64 $T1,$Ch,$h
|
| /src/contrib/llvm-project/llvm/include/llvm/TargetParser/ ! |
| H A D | SubtargetFeature.h | 204 char Ch = Feature[0]; in hasFlag() local 206 return Ch == '+' || Ch =='-'; in hasFlag() 218 char Ch = Feature[0]; in isEnabled() local 220 return Ch == '+'; in isEnabled()
|
| /src/contrib/ldns/ ! |
| H A D | sha2.c | 198 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro 332 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \ 342 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \ 355 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + K256[j] + \ 444 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[j]; in ldns_sha256_Transform() 447 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + (W256[j] = *data++); in ldns_sha256_Transform() 470 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + in ldns_sha256_Transform() 650 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \ 660 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \ 673 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + K512[j] + \ [all …]
|
| /src/contrib/llvm-project/llvm/lib/Target/DirectX/ ! |
| H A D | CBufferDataLayout.cpp | 31 uint32_t Ch = Offset & (RowAlign - 1); in getElementLegacyOffset() local 32 return std::make_pair((Offset - Ch) / RowAlign, Ch); in getElementLegacyOffset()
|
| /src/sys/contrib/openzfs/module/icp/asm-arm/sha2/ ! |
| H A D | sha256-armv7.S | 120 eor r2,r2,r10 @ Ch(e,f,g) 122 add r11,r11,r2 @ h+=Ch(e,f,g) 178 eor r2,r2,r9 @ Ch(e,f,g) 180 add r10,r10,r2 @ h+=Ch(e,f,g) 236 eor r2,r2,r8 @ Ch(e,f,g) 238 add r9,r9,r2 @ h+=Ch(e,f,g) 294 eor r2,r2,r7 @ Ch(e,f,g) 296 add r8,r8,r2 @ h+=Ch(e,f,g) 352 eor r2,r2,r6 @ Ch(e,f,g) 354 add r7,r7,r2 @ h+=Ch(e,f,g) [all …]
|
| H A D | sha512-armv7.S | 214 eor r10,r10,r12 @ Ch(e,f,g) 219 adc r4,r4,r10 @ T += Ch(e,f,g) 354 eor r10,r10,r12 @ Ch(e,f,g) 359 adc r4,r4,r10 @ T += Ch(e,f,g) 530 vbsl d29,d21,d22 @ Ch(e,f,g) 567 vbsl d29,d20,d21 @ Ch(e,f,g) 604 vbsl d29,d19,d20 @ Ch(e,f,g) 641 vbsl d29,d18,d19 @ Ch(e,f,g) 678 vbsl d29,d17,d18 @ Ch(e,f,g) 715 vbsl d29,d16,d17 @ Ch(e,f,g) [all …]
|
| /src/sys/crypto/openssl/arm/ ! |
| H A D | sha256-armv4.S | 164 eor r2,r2,r10 @ Ch(e,f,g) 166 add r11,r11,r2 @ h+=Ch(e,f,g) 222 eor r2,r2,r9 @ Ch(e,f,g) 224 add r10,r10,r2 @ h+=Ch(e,f,g) 280 eor r2,r2,r8 @ Ch(e,f,g) 282 add r9,r9,r2 @ h+=Ch(e,f,g) 338 eor r2,r2,r7 @ Ch(e,f,g) 340 add r8,r8,r2 @ h+=Ch(e,f,g) 396 eor r2,r2,r6 @ Ch(e,f,g) 398 add r7,r7,r2 @ h+=Ch(e,f,g) [all …]
|
| /src/contrib/llvm-project/llvm/tools/llvm-readobj/ ! |
| H A D | WindowsResourceDumper.cpp | 26 for (UTF16 Ch : UTF16Str) { in stripUTF16() local 29 uint16_t ChValue = support::endian::byte_swap(Ch, llvm::endianness::little); in stripUTF16()
|
| /src/contrib/unbound/compat/ ! |
| H A D | sha512.c | 190 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro 293 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j]; in SHA512_Transform() 296 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + (W512[j] = *data++); in SHA512_Transform() 319 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + in SHA512_Transform()
|
| /src/crypto/openssh/openbsd-compat/ ! |
| H A D | sha2.c | 169 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro 370 T1 = (h) + Sigma1_256((e)) + Ch((e), (f), (g)) + K256[j] + W256[j]; \ 381 T1 = (h) + Sigma1_256((e)) + Ch((e), (f), (g)) + K256[j] + \ 468 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[j]; in SHA256Transform() 490 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + in SHA256Transform() 650 T1 = (h) + Sigma1_512((e)) + Ch((e), (f), (g)) + K512[j] + W512[j]; \ 662 T1 = (h) + Sigma1_512((e)) + Ch((e), (f), (g)) + K512[j] + \ 749 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j]; in SHA512Transform() 771 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + in SHA512Transform()
|
| /src/contrib/llvm-project/llvm/lib/Target/AArch64/ ! |
| H A D | AArch64A57FPLoadBalancing.cpp | 420 Chain *Ch = *--I; in getAndEraseNext() local 422 return Ch; in getAndEraseNext() 426 Chain *Ch = *I; in getAndEraseNext() local 428 return Ch; in getAndEraseNext() 433 Chain *Ch = L.front(); in getAndEraseNext() local 435 return Ch; in getAndEraseNext()
|
| /src/crypto/openssl/crypto/sha/ ! |
| H A D | sha256.c | 178 #define Ch(x, y, z) ({ MD32_REG_T ret; \ macro 207 #ifndef Ch 208 #define Ch(x, y, z) (((x) & (y)) ^ ((~(x)) & (z))) macro 238 T1 += h + Sigma1(e) + Ch(e, f, g) + K256[i]; in sha256_block_data_order() 257 T1 += h + Sigma1(e) + Ch(e, f, g) + K256[i]; in sha256_block_data_order() 284 T1 += h + Sigma1(e) + Ch(e, f, g) + K256[i]; \
|
| H A D | sha512.c | 501 #define Ch(x, y, z) ({ SHA_LONG64 ret; unsigned int *r = (unsigned int *)(&(ret)); \ macro 522 #define Ch(x, y, z) ({ SHA_LONG64 ret; \ macro 570 #ifndef Ch 571 #define Ch(x, y, z) (((x) & (y)) ^ ((~(x)) & (z))) macro 612 T += F[7] + Sigma1(E) + Ch(E, F[5], F[6]) + K512[i]; in sha512_block_data_order() 625 T += F[7] + Sigma1(E) + Ch(E, F[5], F[6]) + K512[i]; in sha512_block_data_order() 670 T1 += h + Sigma1(e) + Ch(e, f, g) + K512[i]; in sha512_block_data_order() 689 T1 += h + Sigma1(e) + Ch(e, f, g) + K512[i]; in sha512_block_data_order() 717 T1 += h + Sigma1(e) + Ch(e, f, g) + K512[i]; \
|
| /src/tools/tools/ath/athprom/ ! |
| H A D | eeprom-14 | 33 | TxRxAttenuation Ch 0 $txRxAttenCh0 | 34 | TxRxAttenuation Ch 1 $txRxAttenCh1 | 35 | TxRxAttenuation Ch 2 $txRxAttenCh2 |
|
| /src/sys/cddl/boot/zfs/ ! |
| H A D | sha256.c | 47 #define Ch(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) macro 147 T1 = h + BIGSIGMA1_256(e) + Ch(e, f, g) + SHA256_K[t] + W[t]; in SHA256Transform() 181 T1 = h + BIGSIGMA1_512(e) + Ch(e, f, g) + SHA512_K[t] + W[t]; in SHA512Transform()
|
| /src/contrib/llvm-project/clang/include/clang/Basic/ ! |
| H A D | CharInfo.h | 191 LLVM_READONLY inline auto escapeCStyle(CharT Ch) -> StringRef { 192 switch (Ch) {
|
| /src/contrib/llvm-project/llvm/include/llvm/WindowsResource/ ! |
| H A D | ResourceScriptToken.h | 33 #define SHORT_TOKEN(Name, Ch) Name, argument
|
| /src/contrib/wpa/src/crypto/ ! |
| H A D | sha256-internal.c | 71 #define Ch(x,y,z) (z ^ (x & (y ^ z))) macro 104 t0 = h + Sigma1(e) + Ch(e, f, g) + K[i] + W[i]; \ in sha256_compress()
|
| H A D | sha512-internal.c | 92 #define Ch(x,y,z) (z ^ (x & (y ^ z))) macro 134 t0 = S[7] + Sigma1(S[4]) + Ch(S[4], S[5], S[6]) + K[i] + W[i]; in sha512_compress()
|
| /src/crypto/openssl/test/certs/ ! |
| H A D | pc2-key.pem | 14 Ch/nRuwmtu8qJlcN6aYBAdUn/Z95Qy5gKmL0hW7qJ5+kgwLJZEdLQ+xIHBdnWjdP
|
| /src/crypto/krb5/src/lib/crypto/builtin/sha2/ ! |
| H A D | sha256.c | 68 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro 146 T1 = HH + Sigma1(EE) + Ch(EE, FF, GG) + constant_256[i] + data[i]; in calc()
|
| /src/sys/contrib/libsodium/src/libsodium/crypto_hash/sha512/cp/ ! |
| H A D | hash_sha512_cp.c | 90 #define Ch(x, y, z) ((x & (y ^ z)) ^ z) macro 100 h += S1(e) + Ch(e, f, g) + k; \
|