Home
last modified time | relevance | path

Searched refs:K3 (Results 1 – 14 of 14) sorted by relevance

/netbsd/src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
Dsha.c71 #define K3 0xca62c1d6 macro
174 DO(60,F3,K3); in calc()
175 DO(61,F3,K3); in calc()
176 DO(62,F3,K3); in calc()
177 DO(63,F3,K3); in calc()
178 DO(64,F3,K3); in calc()
179 DO(65,F3,K3); in calc()
180 DO(66,F3,K3); in calc()
181 DO(67,F3,K3); in calc()
182 DO(68,F3,K3); in calc()
[all …]
/netbsd/src/external/gpl3/gcc/dist/libiberty/
Dsha1.c276 #define K3 0x8f1bbcdc macro
371 R( a, b, c, d, e, F3, K3, M(40) ); in sha1_process_block()
372 R( e, a, b, c, d, F3, K3, M(41) ); in sha1_process_block()
373 R( d, e, a, b, c, F3, K3, M(42) ); in sha1_process_block()
374 R( c, d, e, a, b, F3, K3, M(43) ); in sha1_process_block()
375 R( b, c, d, e, a, F3, K3, M(44) ); in sha1_process_block()
376 R( a, b, c, d, e, F3, K3, M(45) ); in sha1_process_block()
377 R( e, a, b, c, d, F3, K3, M(46) ); in sha1_process_block()
378 R( d, e, a, b, c, F3, K3, M(47) ); in sha1_process_block()
379 R( c, d, e, a, b, F3, K3, M(48) ); in sha1_process_block()
[all …]
/netbsd/src/external/gpl3/binutils/dist/libiberty/
Dsha1.c277 #define K3 0x8f1bbcdc macro
372 R( a, b, c, d, e, F3, K3, M(40) ); in sha1_process_block()
373 R( e, a, b, c, d, F3, K3, M(41) ); in sha1_process_block()
374 R( d, e, a, b, c, F3, K3, M(42) ); in sha1_process_block()
375 R( c, d, e, a, b, F3, K3, M(43) ); in sha1_process_block()
376 R( b, c, d, e, a, F3, K3, M(44) ); in sha1_process_block()
377 R( a, b, c, d, e, F3, K3, M(45) ); in sha1_process_block()
378 R( e, a, b, c, d, F3, K3, M(46) ); in sha1_process_block()
379 R( d, e, a, b, c, F3, K3, M(47) ); in sha1_process_block()
380 R( c, d, e, a, b, F3, K3, M(48) ); in sha1_process_block()
[all …]
/netbsd/src/external/gpl3/gdb/dist/libiberty/
Dsha1.c277 #define K3 0x8f1bbcdc macro
372 R( a, b, c, d, e, F3, K3, M(40) ); in sha1_process_block()
373 R( e, a, b, c, d, F3, K3, M(41) ); in sha1_process_block()
374 R( d, e, a, b, c, F3, K3, M(42) ); in sha1_process_block()
375 R( c, d, e, a, b, F3, K3, M(43) ); in sha1_process_block()
376 R( b, c, d, e, a, F3, K3, M(44) ); in sha1_process_block()
377 R( a, b, c, d, e, F3, K3, M(45) ); in sha1_process_block()
378 R( e, a, b, c, d, F3, K3, M(46) ); in sha1_process_block()
379 R( d, e, a, b, c, F3, K3, M(47) ); in sha1_process_block()
380 R( c, d, e, a, b, F3, K3, M(48) ); in sha1_process_block()
[all …]
/netbsd/src/common/lib/libc/hash/rmd160/
Drmd160.c83 #define K3 0x8F1BBCDCU macro
260 R(c, d, e, a, b, F3, K3, 11, 1); in RMD160Transform()
261 R(b, c, d, e, a, F3, K3, 12, 9); in RMD160Transform()
262 R(a, b, c, d, e, F3, K3, 14, 11); in RMD160Transform()
263 R(e, a, b, c, d, F3, K3, 15, 10); in RMD160Transform()
264 R(d, e, a, b, c, F3, K3, 14, 0); in RMD160Transform()
265 R(c, d, e, a, b, F3, K3, 15, 8); in RMD160Transform()
266 R(b, c, d, e, a, F3, K3, 9, 12); in RMD160Transform()
267 R(a, b, c, d, e, F3, K3, 8, 4); in RMD160Transform()
268 R(e, a, b, c, d, F3, K3, 9, 13); in RMD160Transform()
[all …]
/netbsd/src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
Drmd160.c65 #define K3 0x8F1BBCDCU macro
238 R(c, d, e, a, b, F3, K3, 11, 1); in netpgpv_RMD160Transform()
239 R(b, c, d, e, a, F3, K3, 12, 9); in netpgpv_RMD160Transform()
240 R(a, b, c, d, e, F3, K3, 14, 11); in netpgpv_RMD160Transform()
241 R(e, a, b, c, d, F3, K3, 15, 10); in netpgpv_RMD160Transform()
242 R(d, e, a, b, c, F3, K3, 14, 0); in netpgpv_RMD160Transform()
243 R(c, d, e, a, b, F3, K3, 15, 8); in netpgpv_RMD160Transform()
244 R(b, c, d, e, a, F3, K3, 9, 12); in netpgpv_RMD160Transform()
245 R(a, b, c, d, e, F3, K3, 8, 4); in netpgpv_RMD160Transform()
246 R(e, a, b, c, d, F3, K3, 9, 13); in netpgpv_RMD160Transform()
[all …]
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
Dtemargs.cc75 struct K3 struct
113 K3<&S3::m> k3; in main()
/netbsd/src/external/lgpl3/gmp/dist/mpn/generic/
Dmul_fft.c484 mp_size_t K3; in mpn_fft_mul_modF_K() local
487 K3 = (mp_size_t) 1 << mpn_fft_best_k (nprime2, sqr); in mpn_fft_mul_modF_K()
488 if ((nprime2 & (K3 - 1)) == 0) in mpn_fft_mul_modF_K()
490 nprime2 = (nprime2 + K3 - 1) & -K3; in mpn_fft_mul_modF_K()
/netbsd/src/crypto/external/bsd/openssl/dist/test/
Dmodes_internal_test.c295 static const u8 K3[] = { variable
333 # define K4 K3
/netbsd/src/external/gpl3/binutils/dist/opcodes/
Dia64-ic.tbl87 mov-from-AR-K; IC:mov-from-AR-M[Field(ar3) in {K0 K1 K2 K3 K4 K5 K6 K7}]
157 mov-to-AR-K; IC:mov-to-AR-M[Field(ar3) in {K0 K1 K2 K3 K4 K5 K6 K7}]
/netbsd/src/external/gpl3/gdb/dist/opcodes/
Dia64-ic.tbl87 mov-from-AR-K; IC:mov-from-AR-M[Field(ar3) in {K0 K1 K2 K3 K4 K5 K6 K7}]
157 mov-to-AR-K; IC:mov-to-AR-M[Field(ar3) in {K0 K1 K2 K3 K4 K5 K6 K7}]
/netbsd/src/crypto/dist/ipsec-tools/src/racoon/rfc/
Drfc2409.txt808 K = K1 | K2 | K3 and
811 K3 = prf(Ne_i, K2)
1026 KEYMAT = K1 | K2 | K3 | ...
1031 K3 = prf(SKEYID_d, K2 | [ g(qm)^xy | ] protocol | SPI | Ni_b |
2084 Ka = K1 | K2 | K3
2088 K3 = prf(SKEYID_e, K2)
/netbsd/src/etc/
Dservices16439 k3software-svr 26262/tcp # K3 Software-Server [Jim_Baldridge] …
16440 k3software-svr 26262/udp # K3 Software-Server [Jim_Baldridge] …
16441 k3software-cli 26263/tcp # K3 Software-Client [Jim_Baldridge] …
16442 k3software-cli 26263/udp # K3 Software-Client [Jim_Baldridge] …
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/
DChangeLog-1993-20139046 * gdb.cp/temargs.cc (struct S3, struct K3): New.