/openbsd/gnu/usr.bin/perl/cpan/Digest-SHA/src/ |
H A D | sha.c | 44 #define K2 C32(0x6ed9eba1) macro 128 M14(Ch, K1, A1( 2)); M15(Ch, K1, A1( 3)); M11(Pa, K2, A1( 4)); in sha1() 129 M12(Pa, K2, A1( 5)); M13(Pa, K2, A1( 6)); M14(Pa, K2, A1( 7)); in sha1() 130 M15(Pa, K2, A1( 8)); M11(Pa, K2, A1( 9)); M12(Pa, K2, A1(10)); in sha1() 131 M13(Pa, K2, A1(11)); M14(Pa, K2, A1(12)); M15(Pa, K2, A1(13)); in sha1() 132 M11(Pa, K2, A1(14)); M12(Pa, K2, A1(15)); M13(Pa, K2, A1( 0)); in sha1() 133 M14(Pa, K2, A1( 1)); M15(Pa, K2, A1( 2)); M11(Pa, K2, A1( 3)); in sha1() 134 M12(Pa, K2, A1( 4)); M13(Pa, K2, A1( 5)); M14(Pa, K2, A1( 6)); in sha1() 135 M15(Pa, K2, A1( 7)); M11(Ma, K3, A1( 8)); M12(Ma, K3, A1( 9)); in sha1()
|
/openbsd/lib/libc/hash/ |
H A D | rmd160.c | 58 #define K2 0x6ED9EBA1U macro 222 R(d, e, a, b, c, F2, K2, 11, 3); in RMD160Transform() 223 R(c, d, e, a, b, F2, K2, 13, 10); in RMD160Transform() 224 R(b, c, d, e, a, F2, K2, 6, 14); in RMD160Transform() 225 R(a, b, c, d, e, F2, K2, 7, 4); in RMD160Transform() 226 R(e, a, b, c, d, F2, K2, 14, 9); in RMD160Transform() 227 R(d, e, a, b, c, F2, K2, 9, 15); in RMD160Transform() 228 R(c, d, e, a, b, F2, K2, 13, 8); in RMD160Transform() 229 R(b, c, d, e, a, F2, K2, 15, 1); in RMD160Transform() 230 R(a, b, c, d, e, F2, K2, 14, 2); in RMD160Transform() [all …]
|
/openbsd/sys/crypto/ |
H A D | rmd160.c | 59 #define K2 0x6ED9EBA1U macro 215 R(d, e, a, b, c, F2, K2, 11, 3); in RMD160Transform() 216 R(c, d, e, a, b, F2, K2, 13, 10); in RMD160Transform() 217 R(b, c, d, e, a, F2, K2, 6, 14); in RMD160Transform() 218 R(a, b, c, d, e, F2, K2, 7, 4); in RMD160Transform() 219 R(e, a, b, c, d, F2, K2, 14, 9); in RMD160Transform() 220 R(d, e, a, b, c, F2, K2, 9, 15); in RMD160Transform() 221 R(c, d, e, a, b, F2, K2, 13, 8); in RMD160Transform() 222 R(b, c, d, e, a, F2, K2, 15, 1); in RMD160Transform() 223 R(a, b, c, d, e, F2, K2, 14, 2); in RMD160Transform() [all …]
|
/openbsd/distrib/notes/luna88k/ |
H A D | prep | 29 should be (6 - ID). On LUNA-88K2 systems, if the boot device is connected 32 be 16 on a LUNA-88K2, and 6 on a LUNA-88K. 45 'off', while the LUNA-88K2 uses the opposite convention (i.e. 'up' is 59 While the LUNA-88K2 uses ``standard'' DB9 serial ports, the earlier
|
H A D | install | 43 On LUNA-88K2 systems, if the disk drive is connected to the external SCSI
|
/openbsd/gnu/llvm/clang/include/clang/Lex/ |
H A D | DependencyDirectivesScanner.h | 49 bool isOneOf(tok::TokenKind K1, tok::TokenKind K2) const { in isOneOf() 50 return is(K1) || is(K2); in isOneOf()
|
H A D | Token.h | 100 bool isOneOf(tok::TokenKind K1, tok::TokenKind K2) const { in isOneOf() argument 101 return is(K1) || is(K2); in isOneOf()
|
/openbsd/gnu/llvm/lldb/source/Target/ |
H A D | Trace.cpp | 69 template <typename K1, typename K2, typename V> 70 static std::optional<V> Lookup(DenseMap<K1, DenseMap<K2, V>> &map, K1 k1, in Lookup() argument 71 K2 k2) { in Lookup() 79 template <typename K1, typename K2, typename V> 80 static V *LookupAsPtr(DenseMap<K1, DenseMap<K2, V>> &map, K1 k1, K2 k2) { in LookupAsPtr() argument
|
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/ |
H A D | sanitizer_dense_map_test.cpp | 536 IncompleteStruct *K2 = reinterpret_cast<IncompleteStruct *>(&Keys[1]); in TEST() local 539 Map.insert({K2, 2}); in TEST() 543 EXPECT_EQ(Map[K2], 2); in TEST() 547 EXPECT_EQ(nullptr, Map.find(K2)); in TEST()
|
/openbsd/regress/lib/libcrypto/x509/bettertls/certificates/ |
H A D | 1802.key | 19 dZU37RFPExIz/xHMKYcFgG6L3ZM9XuYPwd8IWS9IyL6j4hBzEu7noIRWXv28m+K2
|
H A D | 2235.key | 12 QQi+WHSVqah8cjuyIR7MefDMhwpcPPq9XyF01IXPOqOLbFHIFcBR9twjy4WBx+K2
|
H A D | 2220.key | 15 tpO45GQouEJ4KkPWOlWUWx2dws+K2+epwyUapKxPalOt+Nb3QR6u7xECgYEA4Cu0
|
H A D | 1795.chain | 12 5YLt69kShYTD4/fRqnV8ef6sltkJpW+kB0fF5SZb2YH3Yv+K2+Uot4MszFc+/6m0
|
H A D | 14.chain | 21 5WJ2KvyoyOluhErqOzSYWaZyTe1bVaon+SCvzJY5NVftDMRZkbxCDu6zCnRCl+K2
|
H A D | 3111.chain | 44 K2/7rxmkAKbjGnpuBpsZr9JP/T2WQLtbPDCl9Di/9ZRm3v4yDVawZ2OC2JaalRCF
|
H A D | 1150.chain | 19 K2+qDR4FtMTu04y6vfrErvDLQg1QJnl6vwRRjggT4AdvXGvbJXC3UEUDEPrBn3jo
|
H A D | 251.chain | 42 2WZFC7WK/K2/UzwVct1QKpAkqPr/d9pSG2R+0GUP0UvaE9miinsb9A1rWePB5xH8
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/compile/ |
H A D | 19990826-3.f | 97 CALL VALENT(M2,N40,K2) 100 TFF=TCFFTU*K1*K2 275 TIOOP=2.*FLOAT(M1)*FLOAT(M2)*TTRANS+2.*FLOAT(K2)*TACC+TCPU
|
/openbsd/gnu/usr.bin/perl/cpan/Term-ReadKey/ |
H A D | ReadKey.xs | 1556 #define KEY_PUSH3(K1, K2, K3) \ argument 1560 KEY_PUSH(1, K2); \ 1566 #define KEY_PUSH4(K1, K2, K3, K4) \ argument 1570 KEY_PUSH(2, K2); \
|
/openbsd/gnu/llvm/clang/lib/Format/ |
H A D | FormatToken.h | 547 template <typename A, typename B> bool isOneOf(A K1, B K2) const { in isOneOf() 548 return is(K1) || is(K2); in isOneOf() 551 bool isOneOf(A K1, B K2, Ts... Ks) const { in isOneOf() 552 return is(K1) || isOneOf(K2, Ks...); in isOneOf()
|
/openbsd/sys/dev/ |
H A D | ipmi.c | 1190 int8_t K1, K2; in ipmi_convert() local 1197 K2 = signextend(s1->rbexp >> 4, 4); in ipmi_convert() 1204 val = ipow(M * v, K2 + adj) + ipow(B, K1 + K2 + adj); in ipmi_convert()
|
/openbsd/distrib/special/more/ |
H A D | curses.h | 59 *DM, *DO, *ED, *EI, *K0, *K1, *K2, *K3, *K4, *K5, *K6,
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/Disassembler/ |
H A D | X86DisassemblerDecoder.h | 320 ENTRY(K2) \
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86InstPrinterCommon.cpp | 417 printRegName(OS, X86::K2); in printVKPair()
|
/openbsd/gnu/llvm/llvm/include/llvm/Target/GlobalISel/ |
H A D | Combine.td | 406 // binop (select cond, K0, K1), K2 -> 407 // select cond, (binop K0, K2), (binop K1, K2)
|