Searched refs:k3 (Results 1 - 24 of 24) sorted by relevance

/freebsd-10-stable/crypto/openssh/
H A Dcipher-3des1.c45 EVP_CIPHER_CTX k1, k2, k3; member in struct:ssh1_3des_ctx
56 u_char *k1, *k2, *k3; local
67 k1 = k2 = k3 = (u_char *) key;
71 k3 += 16;
77 EVP_CIPHER_CTX_init(&c->k3);
80 EVP_CipherInit(&c->k3, EVP_des_cbc(), k3, NULL, enc) == 0) {
98 EVP_Cipher(&c->k3, dest, dest, len) == 0)
111 EVP_CIPHER_CTX_cleanup(&c->k3);
131 memcpy(c->k3
[all...]
H A Dumac.c339 UINT32 k0,k1,k2,k3,k4,k5,k6,k7; local
347 k0 = *(k+0); k1 = *(k+1); k2 = *(k+2); k3 = *(k+3);
352 h += MUL64((k3 + d3), (k7 + d7));
372 UINT32 k0,k1,k2,k3,k4,k5,k6,k7, local
377 k0 = *(k+0); k1 = *(k+1); k2 = *(k+2); k3 = *(k+3);
395 h1 += MUL64((k3 + d3), (k7 + d7));
398 k0 = k8; k1 = k9; k2 = k10; k3 = k11;
419 UINT32 k0,k1,k2,k3,k4,k5,k6,k7, local
425 k0 = *(k+0); k1 = *(k+1); k2 = *(k+2); k3 = *(k+3);
447 h1 += MUL64((k3
474 UINT32 k0,k1,k2,k3,k4,k5,k6,k7, local
[all...]
/freebsd-10-stable/contrib/netbsd-tests/lib/libc/gen/
H A Dt_ftok.c65 key_t k1, k2, k3; local
77 k3 = ftok(slnk, key);
81 ATF_REQUIRE(k3 != -1);
86 if (k1 != k3)
/freebsd-10-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dhash.h158 uint32_t k3 = hash_get_block_32(blocks, i*4 + 2); local
171 k3 *= c3; k3 = hash_rotl_32(k3, 17); k3 *= c4; h3 ^= k3;
188 uint32_t k3 = 0; local
197 case 12: k3 ^= tail[11] << 24;
198 case 11: k3 ^= tail[10] << 16;
199 case 10: k3
[all...]
/freebsd-10-stable/crypto/openssl/crypto/des/
H A Dofb64ede.c69 DES_key_schedule *k3, DES_cblock *ivec, int *num)
92 DES_encrypt3(ti, k1, k2, k3);
66 DES_ede3_ofb64_encrypt(register const unsigned char *in, register unsigned char *out, long length, DES_key_schedule *k1, DES_key_schedule *k2, DES_key_schedule *k3, DES_cblock *ivec, int *num) argument
H A Ddes_old.h140 # define des_ecb3_encrypt(i,o,k1,k2,k3,e)\
141 DES_ecb3_encrypt((i),(o),&(k1),&(k2),&(k3),(e))
142 # define des_ede3_cbc_encrypt(i,o,l,k1,k2,k3,iv,e)\
143 DES_ede3_cbc_encrypt((i),(o),(l),&(k1),&(k2),&(k3),(iv),(e))
144 # define des_ede3_cbcm_encrypt(i,o,l,k1,k2,k3,iv1,iv2,e)\
145 DES_ede3_cbcm_encrypt((i),(o),(l),&(k1),&(k2),&(k3),(iv1),(iv2),(e))
146 # define des_ede3_cfb64_encrypt(i,o,l,k1,k2,k3,iv,n,e)\
147 DES_ede3_cfb64_encrypt((i),(o),(l),&(k1),&(k2),&(k3),(iv),(n),(e))
148 # define des_ede3_ofb64_encrypt(i,o,l,k1,k2,k3,iv,n)\
149 DES_ede3_ofb64_encrypt((i),(o),(l),&(k1),&(k2),&(k3),(i
[all...]
/freebsd-10-stable/tools/tools/shlib-compat/
H A Dshlib-compat-dirs.sh44 astyle --quiet --style=bsd -k3 $out/$i.orig.c $out/$i.new.c
/freebsd-10-stable/crypto/openssl/engines/ccgost/
H A Dgost89.h29 byte k3[16]; member in struct:__anon246
H A Dgost89.c226 c->k43[i] = (b->k4[i >> 4] << 4 | b->k3[i & 15]) << 8;
/freebsd-10-stable/sys/opencrypto/
H A Dskipjack.c81 #define g(k0, k1, k2, k3, ih, il, oh, ol) \
86 ol = k##k3 [oh] ^ ol; \
96 #define g_inv(k0, k1, k2, k3, ih, il, oh, ol) \
98 ol = k##k3 [ih] ^ il; \
139 u_int8_t * k3 = key_tables [3]; local
207 u_int8_t * k3 = key_tables [3]; local
/freebsd-10-stable/crypto/openssh/regress/unittests/sshkey/
H A Dtest_sshkey.c179 struct sshkey *k1, *k2, *k3, *k4, *kr, *kd, *kf; local
462 ASSERT_INT_EQ(sshkey_from_blob(sshbuf_ptr(b), sshbuf_len(b), &k3), 0); local
466 sshkey_free(k3);
530 k3 = get_private("rsa_1");
531 build_cert(b, k2, "ssh-rsa-cert-v01@openssh.com", k3, k1, NULL);
537 sshkey_free(k3);
/freebsd-10-stable/crypto/openssl/crypto/ec/
H A Dec_asn1.c108 unsigned int *k2, unsigned int *k3)
127 if (k3)
128 *k3 = group->poly[1];
138 long k3; member in struct:x9_62_pentanomial_st
206 ASN1_SIMPLE(X9_62_PENTANOMIAL, k3, LONG)
397 unsigned int k1, k2, k3;
399 if (!EC_GROUP_get_pentanomial_basis(group, &k1, &k2, &k3))
411 char_two->p.ppBasis->k3 = (long)k3;
783 (char_two->m > penta->k3
107 EC_GROUP_get_pentanomial_basis(const EC_GROUP *group, unsigned int *k1, unsigned int *k2, unsigned int *k3) argument
[all...]
H A Dec.h704 unsigned int *k2, unsigned int *k3);
/freebsd-10-stable/contrib/tcpdump/
H A Dprint-eigrp.c113 u_int8_t k3; member in struct:eigrp_tlv_general_parm_t
305 printf("\n\t holdtime: %us, k1 %u, k2 %u, k3 %u, k4 %u, k5 %u",
309 tlv_ptr.eigrp_tlv_general_parm->k3,
/freebsd-10-stable/sys/ia64/include/
H A Dia64_cpu.h401 IA64_AR(k3)
/freebsd-10-stable/contrib/llvm/include/llvm/ADT/
H A DHashing.h171 static const uint64_t k3 = 0xc949d7c7509e6557ULL; member in namespace:llvm::hashing::detail
202 return shift_mix(y * k2 ^ z * k3 ^ seed) * k2;
222 a + rotate(b ^ k3, 20) - c + len + seed);
/freebsd-10-stable/sys/ia64/ia64/
H A Dexception.S97 mov r27 = ar.k3
217 mov ar.k3 = r25
/freebsd-10-stable/contrib/netbsd-tests/usr.bin/sort/
H A Dt_sort.sh261 atf_check -o file:out sort -t: -k9 -k8 -k7 -k6 -k5 -k4 -k3 \
/freebsd-10-stable/contrib/ncurses/include/
H A DCaps.uwin361 key_f3 kf3 str k3 KEY_F(3) - YBCGE F3 function key
H A DCaps393 key_f3 kf3 str k3 KEY_F(3) - YBCGE F3 function key
H A DCaps.aix4393 key_f3 kf3 str k3 KEY_F(3) - YBCGE F3 function key
H A DCaps.hpux11395 key_f3 kf3 str k3 KEY_F(3) - YBCGE F3 function key
H A DCaps.keys395 key_f3 kf3 str k3 KEY_F(3) - YBCGE F3 function key
/freebsd-10-stable/contrib/ncurses/misc/
H A Dterminfo.src9380 # (vt320-k3: I added <rmam>/<smam> based on the init string -- esr)
9381 vt320-k3|MS-Kermit 3.00's vt320 emulation,
20722 # * Added vt320-k3, rsvidtx from the Emacs termcap.dat file. I think
20777 # * fixed cup in adm22 entry and parametrized strings in vt320-k3.
20949 # pro350, att7300, 5420_2, att4418, att4424, att4426, att505, vt320-k3.
21306 # mgr-sun, ncsa-m, vt320-k3, att505, avt-ns, as well as smir/rmir

Completed in 234 milliseconds