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

/freebsd-11-stable/crypto/openssh/
H A Dcipher-3des1.c47 EVP_CIPHER_CTX k1, k2, k3; member in struct:ssh1_3des_ctx
58 u_char *k1, *k2, *k3; local
69 k1 = k2 = k3 = (u_char *) key;
73 k3 += 16;
79 EVP_CIPHER_CTX_init(&c->k3);
82 EVP_CipherInit(&c->k3, EVP_des_cbc(), k3, NULL, enc) == 0) {
100 EVP_Cipher(&c->k3, dest, dest, len) == 0)
113 EVP_CIPHER_CTX_cleanup(&c->k3);
133 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-11-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-11-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dhash.h180 uint32_t k3 = hash_get_block_32(blocks, i*4 + 2); local
193 k3 *= c3; k3 = hash_rotl_32(k3, 17); k3 *= c4; h3 ^= k3;
210 uint32_t k3 = 0; local
219 case 12: k3 ^= tail[11] << 24;
220 case 11: k3 ^= tail[10] << 16;
221 case 10: k3
[all...]
/freebsd-11-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-11-stable/crypto/openssl/engines/ccgost/
H A Dgost89.h29 byte k3[16]; member in struct:__anon6456
H A Dgost89.c226 c->k43[i] = (b->k4[i >> 4] << 4 | b->k3[i & 15]) << 8;
/freebsd-11-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-11-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-11-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-11-stable/crypto/openssl/crypto/ec/
H A Dec_asn1.c113 unsigned int *k2, unsigned int *k3)
132 if (k3)
133 *k3 = group->poly[1];
143 long k3; member in struct:x9_62_pentanomial_st
211 ASN1_SIMPLE(X9_62_PENTANOMIAL, k3, LONG)
402 unsigned int k1, k2, k3;
404 if (!EC_GROUP_get_pentanomial_basis(group, &k1, &k2, &k3))
416 char_two->p.ppBasis->k3 = (long)k3;
790 (char_two->m > penta->k3
112 EC_GROUP_get_pentanomial_basis(const EC_GROUP *group, unsigned int *k1, unsigned int *k2, unsigned int *k3) argument
[all...]
H A Dec.h713 unsigned int *k2, unsigned int *k3);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DHashing.h164 static const uint64_t k3 = 0xc949d7c7509e6557ULL; member in namespace:llvm::hashing::detail
195 return shift_mix(y * k2 ^ z * k3 ^ seed) * k2;
215 a + rotate(b ^ k3, 20) - c + len + seed);
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-eigrp.c109 uint8_t k3; member in struct:eigrp_tlv_general_parm_t
317 ND_PRINT((ndo, "\n\t holdtime: %us, k1 %u, k2 %u, k3 %u, k4 %u, k5 %u",
321 tlv_ptr.eigrp_tlv_general_parm->k3,
/freebsd-11-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 \

Completed in 149 milliseconds