Home
last modified time | relevance | path

Searched refs:K1 (Results 1 – 25 of 55) sorted by relevance

123

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Dsha.c69 #define K1 0x6ed9eba1 macro
128 DO(20,F1,K1); in calc()
129 DO(21,F1,K1); in calc()
130 DO(22,F1,K1); in calc()
131 DO(23,F1,K1); in calc()
132 DO(24,F1,K1); in calc()
133 DO(25,F1,K1); in calc()
134 DO(26,F1,K1); in calc()
135 DO(27,F1,K1); in calc()
136 DO(28,F1,K1); in calc()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/
H A Dsha1.c274 #define K1 0x5a827999 macro
331 R( a, b, c, d, e, F1, K1, x[ 0] ); in sha1_process_block()
332 R( e, a, b, c, d, F1, K1, x[ 1] ); in sha1_process_block()
333 R( d, e, a, b, c, F1, K1, x[ 2] ); in sha1_process_block()
334 R( c, d, e, a, b, F1, K1, x[ 3] ); in sha1_process_block()
335 R( b, c, d, e, a, F1, K1, x[ 4] ); in sha1_process_block()
336 R( a, b, c, d, e, F1, K1, x[ 5] ); in sha1_process_block()
337 R( e, a, b, c, d, F1, K1, x[ 6] ); in sha1_process_block()
338 R( d, e, a, b, c, F1, K1, x[ 7] ); in sha1_process_block()
339 R( c, d, e, a, b, F1, K1, x[ 8] ); in sha1_process_block()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Dsha1.c270 #define K1 0x5a827999 macro
327 R( a, b, c, d, e, F1, K1, x[ 0] ); in sha1_process_block()
328 R( e, a, b, c, d, F1, K1, x[ 1] ); in sha1_process_block()
329 R( d, e, a, b, c, F1, K1, x[ 2] ); in sha1_process_block()
330 R( c, d, e, a, b, F1, K1, x[ 3] ); in sha1_process_block()
331 R( b, c, d, e, a, F1, K1, x[ 4] ); in sha1_process_block()
332 R( a, b, c, d, e, F1, K1, x[ 5] ); in sha1_process_block()
333 R( e, a, b, c, d, F1, K1, x[ 6] ); in sha1_process_block()
334 R( d, e, a, b, c, F1, K1, x[ 7] ); in sha1_process_block()
335 R( c, d, e, a, b, F1, K1, x[ 8] ); in sha1_process_block()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Dsha1.c274 #define K1 0x5a827999 macro
331 R( a, b, c, d, e, F1, K1, x[ 0] ); in sha1_process_block()
332 R( e, a, b, c, d, F1, K1, x[ 1] ); in sha1_process_block()
333 R( d, e, a, b, c, F1, K1, x[ 2] ); in sha1_process_block()
334 R( c, d, e, a, b, F1, K1, x[ 3] ); in sha1_process_block()
335 R( b, c, d, e, a, F1, K1, x[ 4] ); in sha1_process_block()
336 R( a, b, c, d, e, F1, K1, x[ 5] ); in sha1_process_block()
337 R( e, a, b, c, d, F1, K1, x[ 6] ); in sha1_process_block()
338 R( d, e, a, b, c, F1, K1, x[ 7] ); in sha1_process_block()
339 R( c, d, e, a, b, F1, K1, x[ 8] ); in sha1_process_block()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPURegBankCombiner.cpp62 Register &Val, Register &K0, Register &K1);
90 Register &K0, Register &K1) { in matchMed() argument
102 m_Cst(K1)), in matchMed()
104 MMMOpc.Max, m_CommutativeBinOp(MMMOpc.Min, m_Reg(Val), m_Cst(K1)), in matchMed()
118 Register Val, K0, K1; in matchIntMinMaxToMed3() local
120 if (!matchMed<ICstRegMatch>(MI, MRI, OpcodeTriple, Val, K0, K1)) in matchIntMinMaxToMed3()
124 const APInt &K1_Imm = getConstantIntVRegVal(K1, MRI)->getValue(); in matchIntMinMaxToMed3()
130 MatchInfo = {OpcodeTriple.Med, Val, K0, K1}; in matchIntMinMaxToMed3()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormatToken.h454 template <typename A, typename B> bool isOneOf(A K1, B K2) const { in isOneOf()
455 return is(K1) || is(K2); in isOneOf()
458 bool isOneOf(A K1, B K2, Ts... Ks) const { in isOneOf()
459 return is(K1) || isOneOf(K2, Ks...); in isOneOf()
479 bool startsSequence(A K1, Ts... Tokens) const { in startsSequence()
480 return startsSequenceInternal(K1, Tokens...); in startsSequence()
490 bool endsSequence(A K1, Ts... Tokens) const { in endsSequence()
491 return endsSequenceInternal(K1, Tokens...); in endsSequence()
704 bool startsSequenceInternal(A K1, Ts... Tokens) const { in startsSequenceInternal()
706 return Next->startsSequenceInternal(K1, Tokens...); in startsSequenceInternal()
[all …]
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Dsha1.c275 #define K1 0x5a827999 macro
332 R( a, b, c, d, e, F1, K1, x[ 0] ); in sha1_process_block()
333 R( e, a, b, c, d, F1, K1, x[ 1] ); in sha1_process_block()
334 R( d, e, a, b, c, F1, K1, x[ 2] ); in sha1_process_block()
335 R( c, d, e, a, b, F1, K1, x[ 3] ); in sha1_process_block()
336 R( b, c, d, e, a, F1, K1, x[ 4] ); in sha1_process_block()
337 R( a, b, c, d, e, F1, K1, x[ 5] ); in sha1_process_block()
338 R( e, a, b, c, d, F1, K1, x[ 6] ); in sha1_process_block()
339 R( d, e, a, b, c, F1, K1, x[ 7] ); in sha1_process_block()
340 R( c, d, e, a, b, F1, K1, x[ 8] ); in sha1_process_block()
[all …]
/netbsd-src/common/lib/libc/hash/rmd160/
H A Drmd160.c81 #define K1 0x5A827999U macro
226 R(e, a, b, c, d, F1, K1, 7, 7); in RMD160Transform()
227 R(d, e, a, b, c, F1, K1, 6, 4); in RMD160Transform()
228 R(c, d, e, a, b, F1, K1, 8, 13); in RMD160Transform()
229 R(b, c, d, e, a, F1, K1, 13, 1); in RMD160Transform()
230 R(a, b, c, d, e, F1, K1, 11, 10); in RMD160Transform()
231 R(e, a, b, c, d, F1, K1, 9, 6); in RMD160Transform()
232 R(d, e, a, b, c, F1, K1, 7, 15); in RMD160Transform()
233 R(c, d, e, a, b, F1, K1, 15, 3); in RMD160Transform()
234 R(b, c, d, e, a, F1, K1, 7, 12); in RMD160Transform()
[all …]
/netbsd-src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Drmd160.c63 #define K1 0x5A827999U macro
204 R(e, a, b, c, d, F1, K1, 7, 7); in netpgpv_RMD160Transform()
205 R(d, e, a, b, c, F1, K1, 6, 4); in netpgpv_RMD160Transform()
206 R(c, d, e, a, b, F1, K1, 8, 13); in netpgpv_RMD160Transform()
207 R(b, c, d, e, a, F1, K1, 13, 1); in netpgpv_RMD160Transform()
208 R(a, b, c, d, e, F1, K1, 11, 10); in netpgpv_RMD160Transform()
209 R(e, a, b, c, d, F1, K1, 9, 6); in netpgpv_RMD160Transform()
210 R(d, e, a, b, c, F1, K1, 7, 15); in netpgpv_RMD160Transform()
211 R(c, d, e, a, b, F1, K1, 15, 3); in netpgpv_RMD160Transform()
212 R(b, c, d, e, a, F1, K1, 7, 12); in netpgpv_RMD160Transform()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DToken.h99 bool isOneOf(tok::TokenKind K1, tok::TokenKind K2) const { in isOneOf() argument
100 return is(K1) || is(K2); in isOneOf()
103 bool isOneOf(tok::TokenKind K1, tok::TokenKind K2, Ts... Ks) const { in isOneOf() argument
104 return is(K1) || isOneOf(K2, Ks...); in isOneOf()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsSEFrameLowering.cpp612 BuildMI(MBB, MBBI, DL, STI.getInstrInfo()->get(Mips::MFC0), Mips::K1) in emitInterruptPrologueStub()
617 STI.getInstrInfo()->storeRegToStack(MBB, MBBI, Mips::K1, false, in emitInterruptPrologueStub()
623 BuildMI(MBB, MBBI, DL, STI.getInstrInfo()->get(Mips::MFC0), Mips::K1) in emitInterruptPrologueStub()
628 STI.getInstrInfo()->storeRegToStack(MBB, MBBI, Mips::K1, false, in emitInterruptPrologueStub()
657 BuildMI(MBB, MBBI, DL, STI.getInstrInfo()->get(Mips::INS), Mips::K1) in emitInterruptPrologueStub()
661 .addReg(Mips::K1) in emitInterruptPrologueStub()
665 BuildMI(MBB, MBBI, DL, STI.getInstrInfo()->get(Mips::INS), Mips::K1) in emitInterruptPrologueStub()
669 .addReg(Mips::K1) in emitInterruptPrologueStub()
674 BuildMI(MBB, MBBI, DL, STI.getInstrInfo()->get(Mips::INS), Mips::K1) in emitInterruptPrologueStub()
678 .addReg(Mips::K1) in emitInterruptPrologueStub()
[all …]
H A DMipsRegisterInfo.td114 def K1 : MipsGPRReg< 27, "27">, DwarfRegNum<[27]>;
148 def K1_64 : Mips64GPRReg< 27, "27", [K1]>, DwarfRegNum<[27]>;
294 K0, K1, GP, SP, FP, RA)>;
314 K0, K1, GP, SP, FP, RA)>;
H A DMipsRegisterInfo.cpp152 Mips::ZERO, Mips::K0, Mips::K1, Mips::SP in getReservedRegs()
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dzynq-zturn-common.dtsi52 K1 {
53 label = "K1";
H A Ds3c6410-mini6410.dts68 label = "K1";
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A Dxxhash.cpp109 uint64_t const K1 = round(0, endian::read64le(P)); in xxHash64() local
110 H64 ^= K1; in xxHash64()
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dmodes_internal_test.c266 static const u8 K1[16], P1[] = { 0 }, A1[] = { 0 }, IV1[12], C1[] = { 0 }; variable
273 # define K2 K1
720 # define K19 K1
749 # define K20 K1
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dmodes_internal_test.c272 static const u8 K1[16], P1[] = { 0 }, A1[] = { 0 }, IV1[12], C1[] = { 0 }; variable
279 # define K2 K1
726 # define K19 K1
755 # define K20 K1
/netbsd-src/lib/libcrypt/
H A Dcrypt.c709 DCL_BLOCK(K, K0, K1); in des_setkey()
719 PERM6464(K,K0,K1,(const unsigned char *)key,(C_block *)PC1ROT); in des_setkey()
721 STORE(K&~0x03030303L, K0&~0x03030303L, K1, *help); in des_setkey()
724 STORE(K,K0,K1,*help); in des_setkey()
726 PERM6464(K,K0,K1,(const unsigned char *)help,ptabp); in des_setkey()
727 STORE(K&~0x03030303L, K0&~0x03030303L, K1, *help); in des_setkey()
/netbsd-src/external/mpl/bind/dist/bin/tests/system/dnssec/signer/general/
H A DKexample.com.+008+63613.key5 …6pEdoNMH87ozxriOzgG6 /4zTjEv8JyYjGQz2k2vcoWWcD+86xD5IUqfa1pdXXUU8bdhG9DBtW/K1 mc4P6g8heU+0f++mq/L4…
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/
H A DKconfig42 on NVIDIA Tegra K1.
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dcrypto.c2218 krb5_data K1; in derive_key_sp800_hmac() local
2234 ret = krb5_data_alloc(&K1, key_len); in derive_key_sp800_hmac()
2242 &label, NULL, md, &K1); in derive_key_sp800_hmac()
2246 memcpy(key->key->keyvalue.data, K1.data, key_len); in derive_key_sp800_hmac()
2249 memset_s(K1.data, K1.length, 0, K1.length); in derive_key_sp800_hmac()
2250 krb5_data_free(&K1); in derive_key_sp800_hmac()
/netbsd-src/external/bsd/pcc/dist/pcc/arch/mips/
H A Dmacdefs.h176 #define K1 27 macro
/netbsd-src/sys/arch/arm/nvidia/
H A Dfiles.tegra10 # Tegra T124 (32-bit K1) support
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/rfc/
H A Drfc2409.txt808 K = K1 | K2 | K3 and
809 K1 = prf(Ne_i, 0)
810 K2 = prf(Ne_i, K1)
814 length of the value 0 in the computation of K1 is a single octet.
1026 KEYMAT = K1 | K2 | K3 | ...
1028 K1 = prf(SKEYID_d, [ g(qm)^xy | ] protocol | SPI | Ni_b | Nr_b)
1029 K2 = prf(SKEYID_d, K1 | [ g(qm)^xy | ] protocol | SPI | Ni_b |
2084 Ka = K1 | K2 | K3
2086 K1 = prf(SKEYID_e, 0)
2087 K2 = prf(SKEYID_e, K1)

123