Home
last modified time | relevance | path

Searched refs:k3 (Results 1 – 25 of 29) sorted by relevance

12

/NextBSD/crypto/openssh/
HDcipher-3des1.c56 EVP_CIPHER_CTX k1, k2, k3; member
67 u_char *k1, *k2, *k3; in ssh1_3des_init() local
77 k1 = k2 = k3 = (u_char *) key; in ssh1_3des_init()
81 k3 += 16; in ssh1_3des_init()
87 EVP_CIPHER_CTX_init(&c->k3); in ssh1_3des_init()
91 EVP_CipherInit(&c->k3, EVP_des_cbc(), k3, NULL, enc); in ssh1_3des_init()
95 EVP_CipherInit(&c->k3, EVP_des_cbc(), k3, NULL, enc) == 0) { in ssh1_3des_init()
118 EVP_Cipher(&c->k3, dest, dest, len); in ssh1_3des_cbc()
122 EVP_Cipher(&c->k3, dest, dest, len) == 0) in ssh1_3des_cbc()
136 EVP_CIPHER_CTX_cleanup(&c->k3); in ssh1_3des_cleanup()
[all …]
HDumac.c350 UINT32 k0,k1,k2,k3,k4,k5,k6,k7; in nh_aux() local
358 k0 = *(k+0); k1 = *(k+1); k2 = *(k+2); k3 = *(k+3); in nh_aux()
363 h += MUL64((k3 + d3), (k7 + d7)); in nh_aux()
383 UINT32 k0,k1,k2,k3,k4,k5,k6,k7, in nh_aux() local
388 k0 = *(k+0); k1 = *(k+1); k2 = *(k+2); k3 = *(k+3); in nh_aux()
406 h1 += MUL64((k3 + d3), (k7 + d7)); in nh_aux()
409 k0 = k8; k1 = k9; k2 = k10; k3 = k11; in nh_aux()
430 UINT32 k0,k1,k2,k3,k4,k5,k6,k7, in nh_aux() local
436 k0 = *(k+0); k1 = *(k+1); k2 = *(k+2); k3 = *(k+3); in nh_aux()
458 h1 += MUL64((k3 + d3), (k7 + d7)); in nh_aux()
[all …]
/NextBSD/contrib/jemalloc/include/jemalloc/internal/
HDhash.h164 uint32_t k3 = hash_get_block_32(blocks, i*4 + 2); in hash_x86_128() local
177 k3 *= c3; k3 = hash_rotl_32(k3, 17); k3 *= c4; h3 ^= k3; in hash_x86_128()
194 uint32_t k3 = 0; in hash_x86_128() local
203 case 12: k3 ^= tail[11] << 24; in hash_x86_128()
204 case 11: k3 ^= tail[10] << 16; in hash_x86_128()
205 case 10: k3 ^= tail[ 9] << 8; in hash_x86_128()
206 case 9: k3 ^= tail[ 8] << 0; in hash_x86_128()
207 k3 *= c3; k3 = hash_rotl_32(k3, 17); k3 *= c4; h3 ^= k3; in hash_x86_128()
/NextBSD/crypto/openssl/crypto/des/
HDdes_old.h140 # define des_ecb3_encrypt(i,o,k1,k2,k3,e)\ argument
141 DES_ecb3_encrypt((i),(o),&(k1),&(k2),&(k3),(e))
142 # define des_ede3_cbc_encrypt(i,o,l,k1,k2,k3,iv,e)\ argument
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)\ argument
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)\ argument
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)\ argument
149 DES_ede3_ofb64_encrypt((i),(o),(l),&(k1),&(k2),&(k3),(iv),(n))
[all …]
HDofb64ede.c69 DES_key_schedule *k3, DES_cblock *ivec, int *num) in DES_ede3_ofb64_encrypt() argument
92 DES_encrypt3(ti, k1, k2, k3); in DES_ede3_ofb64_encrypt()
/NextBSD/contrib/netbsd-tests/lib/libc/gen/
HDt_ftok.c65 key_t k1, k2, k3; in ATF_TC_BODY() local
76 k3 = ftok(slnk, key); in ATF_TC_BODY()
80 ATF_REQUIRE(k3 != -1); in ATF_TC_BODY()
85 if (k1 != k3) in ATF_TC_BODY()
/NextBSD/sys/opencrypto/
HDskipjack.c81 #define g(k0, k1, k2, k3, ih, il, oh, ol) \ argument
86 ol = k##k3 [oh] ^ ol; \
96 #define g_inv(k0, k1, k2, k3, ih, il, oh, ol) \ argument
98 ol = k##k3 [ih] ^ il; \
139 u_int8_t * k3 = key_tables [3]; in skipjack_forwards() local
207 u_int8_t * k3 = key_tables [3]; in skipjack_backwards() local
/NextBSD/crypto/openssl/crypto/ec/
HDec_asn1.c108 unsigned int *k2, unsigned int *k3) in EC_GROUP_get_pentanomial_basis() argument
127 if (k3) in EC_GROUP_get_pentanomial_basis()
128 *k3 = group->poly[1]; in EC_GROUP_get_pentanomial_basis()
138 long k3; member
206 ASN1_SIMPLE(X9_62_PENTANOMIAL, k3, LONG)
397 unsigned int k1, k2, k3; in ec_asn1_group2fieldid()
399 if (!EC_GROUP_get_pentanomial_basis(group, &k1, &k2, &k3)) in ec_asn1_group2fieldid()
411 char_two->p.ppBasis->k3 = (long)k3; in ec_asn1_group2fieldid()
783 (char_two->m > penta->k3 && penta->k3 > penta->k2 in ec_asn1_parameters2group()
797 if (!BN_set_bit(p, (int)penta->k3)) in ec_asn1_parameters2group()
HDec.h713 unsigned int *k2, unsigned int *k3);
/NextBSD/release/picobsd/mfs_tree/etc/
HDtermcap14 :k1=\E[M:k2=\E[N:k3=\E[O:k4=\E[P:k5=\E[Q:k6=\E[R:k7=\E[S:k8=\E[T:\
47 :k1=\E;:k2=\E<:k3=\E=:k4=\E>:k5=\E?:\
52 :k1=\E[11~:k2=\E[12~:k3=\E[13~:k4=\E[14~:k5=\E[15~:\
65 :k0=\EOy:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k5=\EOt:\
74 :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:km:\
134 :k;=\E[V:k1=\E[M:k2=\E[N:k3=\E[O:k4=\E[P:k5=\E[Q:k6=\E[R:k7=\E[S:k8=\E[T:k9=\E[U:\
178 :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k5=\E[15~:k6=\E[17~:\
/NextBSD/contrib/tcsh/
HDtermcap.vms29 :ho=\E[H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:ta=^I:pt:sr=5\EM:vt#3:xn:\
49 :ho=\E[H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:ta=^I:pt:sr=5\EM:vt#3:xn:\
/NextBSD/share/termcap/
HDtermcap179 :k0=^A@\r:k1=^AA\r:k2=^AB\r:k3=^AC\r:kd=^J:kl=^H:kr=^L:ku=^K:\
218 :k1=\EOc:k2=\EOd:k3=\EOe:k4=\EOf:k4=\EOg:k6=\EOh:\
250 :db:mi:pt:kn#8:k1=\EOc:k2=\EOd:k3=\EOe:k4=\EOf:k5=\EOg:k6=\EOh:\
268 :k1=\EOc:k2=\EOd:k3=\EOe:k4=\EOf:k5=\EOg:k6=\EOh:k7=\EOi:k8=\EOj:\
291 :k2=\EOQ:k3=\EOR:k4=\EOS:k5=\EOT:k6=\EOU:k7=\EOV:\
338 :k0=\Ey\r:k1=\Ep\r:k2=\Eq\r:k3=\Er\r:k4=\Es\r:\
368 :l2=red:k3=\ER:l3=green:tc=vt52:
449 :k1=\ES:k2=\ET:k3=\EU:k4=\EV:k5=\EW:k6=\EP:k7=\EQ:k8=\ER:k9=\EY:\
470 :k1=\E[001q:k2=\E[002q:k3=\E[003q:k4=\E[004q:k5=\E[005q:\
483 :k1=\E[001q:k2=\E[002q:k3=\E[003q:k4=\E[004q:\
[all …]
/NextBSD/tools/tools/shlib-compat/
HDshlib-compat-dirs.sh44 astyle --quiet --style=bsd -k3 $out/$i.orig.c $out/$i.new.c
/NextBSD/crypto/openssl/doc/crypto/
HDEC_GROUP_copy.pod47 unsigned int *k2, unsigned int *k3);
135 f(x) = x^m + x^k3 + x^k2 + x^k1 + 1 with m > k3 > k2 > k1 >= 1
140 B<k2> and B<k3> respectively.
HDec.pod108 unsigned int *k2, unsigned int *k3);
/NextBSD/crypto/openssl/engines/ccgost/
HDgost89.h29 byte k3[16]; member
HDgost89.c226 c->k43[i] = (b->k4[i >> 4] << 4 | b->k3[i & 15]) << 8; in kboxinit()
/NextBSD/contrib/llvm/include/llvm/ADT/
HDHashing.h166 static const uint64_t k3 = 0xc949d7c7509e6557ULL; variable
197 return shift_mix(y * k2 ^ z * k3 ^ seed) * k2; in hash_1to3_bytes()
217 a + rotate(b ^ k3, 20) - c + len + seed); in hash_17to32_bytes()
/NextBSD/etc/
HDtermcap.small44 :k1=\E[M:k2=\E[N:k3=\E[O:k4=\E[P:k5=\E[Q:k6=\E[R:k7=\E[S:k8=\E[T:\
219 :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k5=\E[15~:k6=\E[17~:\
240 :k0=\EOy:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k5=\EOt:\
251 :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k5=\E[15~:k6=\E[17~:\
303 :k1=\E[11~:k2=\E[12~:k3=\E[13~:k4=\E[14~:k5=\E[15~:\
/NextBSD/contrib/tcpdump/
HDprint-eigrp.c107 uint8_t k3; member
303 tlv_ptr.eigrp_tlv_general_parm->k3, in eigrp_print()
/NextBSD/contrib/netbsd-tests/usr.bin/sort/
HDt_sort.sh261 atf_check -o file:out sort -t: -k9 -k8 -k7 -k6 -k5 -k4 -k3 \
/NextBSD/contrib/llvm/lib/Target/X86/
HDX86RegisterInfo.td232 def K3 : X86Reg<"k3", 3>, DwarfRegNum<[121, -2, -2]>;
/NextBSD/contrib/ncurses/include/
HDCaps.uwin361 key_f3 kf3 str k3 KEY_F(3) - YBCGE F3 function key
HDCaps.aix4393 key_f3 kf3 str k3 KEY_F(3) - YBCGE F3 function key
HDCaps.keys395 key_f3 kf3 str k3 KEY_F(3) - YBCGE F3 function key

12