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

/freebsd-current/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-current/contrib/jemalloc/include/jemalloc/internal/
H A Dhash.h146 uint32_t k3 = hash_get_block_32(blocks, i*4 + 2); local
159 k3 *= c3; k3 = hash_rotl_32(k3, 17); k3 *= c4; h3 ^= k3;
176 uint32_t k3 = 0; local
185 case 12: k3 ^= tail[11] << 24; JEMALLOC_FALLTHROUGH
186 case 11: k3 ^= tail[10] << 16; JEMALLOC_FALLTHROUGH
187 case 10: k3
[all...]
/freebsd-current/crypto/openssl/crypto/des/
H A Dofb64ede.c26 DES_key_schedule *k3, DES_cblock *ivec, int *num)
49 DES_encrypt3(ti, k1, k2, k3);
23 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
/freebsd-current/sys/crypto/openssl/amd64/
H A Drsaz-avx512.S326 vpcmpuq $1,%ymm17,%ymm4,%k3
331 kmovb %k3,%r12d
338 vpcmpuq $0,%ymm17,%ymm4,%k3
343 kmovb %k3,%ebx
374 kmovb %r12d,%k3
382 vpsubq %ymm4,%ymm17,%ymm17{%k3}
629 vpcmpuq $1,%ymm17,%ymm4,%k3
634 kmovb %k3,%r12d
641 vpcmpuq $0,%ymm17,%ymm4,%k3
646 kmovb %k3,
[all...]
/freebsd-current/tools/tools/shlib-compat/
H A Dshlib-compat-dirs.sh43 astyle --quiet --style=bsd -k3 $out/$i.orig.c $out/$i.new.c
/freebsd-current/crypto/openssh/
H A Dumac.c344 UINT32 k0,k1,k2,k3,k4,k5,k6,k7; local
352 k0 = *(k+0); k1 = *(k+1); k2 = *(k+2); k3 = *(k+3);
357 h += MUL64((k3 + d3), (k7 + d7));
377 UINT32 k0,k1,k2,k3,k4,k5,k6,k7, local
382 k0 = *(k+0); k1 = *(k+1); k2 = *(k+2); k3 = *(k+3);
400 h1 += MUL64((k3 + d3), (k7 + d7));
403 k0 = k8; k1 = k9; k2 = k10; k3 = k11;
424 UINT32 k0,k1,k2,k3,k4,k5,k6,k7, local
430 k0 = *(k+0); k1 = *(k+1); k2 = *(k+2); k3 = *(k+3);
452 h1 += MUL64((k3
479 UINT32 k0,k1,k2,k3,k4,k5,k6,k7, local
[all...]
/freebsd-current/crypto/openssh/regress/unittests/sshkey/
H A Dtest_sshkey.c184 struct sshkey *k1 = NULL, *k2 = NULL, *k3 = NULL, *kf = NULL; local
452 ASSERT_INT_EQ(sshkey_from_blob(sshbuf_ptr(b), sshbuf_len(b), &k3), 0); local
456 sshkey_free(k3);
525 k3 = get_private("rsa_1");
526 build_cert(b, k2, "ssh-rsa-cert-v01@openssh.com", k3, k1, NULL);
532 sshkey_free(k3);
/freebsd-current/crypto/openssl/crypto/ec/
H A Dec_asn1.c30 int32_t k3; member in struct:x9_62_pentanomial_st
104 ASN1_EMBED(X9_62_PENTANOMIAL, k3, INT32)
271 unsigned int k1, k2, k3;
273 if (!EC_GROUP_get_pentanomial_basis(group, &k1, &k2, &k3))
285 char_two->p.ppBasis->k3 = (long)k3;
622 (char_two->m > penta->k3 && penta->k3 > penta->k2
635 if (!BN_set_bit(p, (int)penta->k3))
H A Dec_lib.c1365 unsigned int *k2, unsigned int *k3)
1382 if (k3)
1383 *k3 = group->poly[1];
1364 EC_GROUP_get_pentanomial_basis(const EC_GROUP *group, unsigned int *k1, unsigned int *k2, unsigned int *k3) argument
/freebsd-current/crypto/openssl/crypto/bn/asm/
H A Drsaz-avx512.pl246 vpcmpuq \$1, $_R1, $mask52x4, %k3
251 kmovb %k3, %r12d # k2
253 kmovb %k5, %r10d # k3
258 vpcmpuq \$0, $_R1, $mask52x4, %k3
263 kmovb %k3, %ebx # k5
294 kmovb %r12d, %k3
302 vpsubq $mask52x4, $_R1, ${_R1}{%k3}
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ADT/
H A DHashing.h172 static constexpr uint64_t k3 = 0xc949d7c7509e6557ULL; member in namespace:llvm::hashing::detail
203 return shift_mix(y * k2 ^ z * k3 ^ seed) * k2;
224 a + llvm::rotr<uint64_t>(b ^ k3, 20) - c + len + seed);
/freebsd-current/contrib/tcpdump/
H A Dprint-eigrp.c114 nd_uint8_t k3; member in struct:eigrp_tlv_general_parm_t
325 ND_PRINT("\n\t holdtime: %us, k1 %u, k2 %u, k3 %u, k4 %u, k5 %u",
329 GET_U_1(tlv_ptr.eigrp_tlv_general_parm->k3),
/freebsd-current/crypto/openssl/crypto/sm4/
H A Dsm4.c179 #define SM4_RNDS(k0, k1, k2, k3, F) \
184 B3 ^= F(B0 ^ B1 ^ B2 ^ ks->rk[k3]); \
/freebsd-current/crypto/openssl/providers/implementations/keymgmt/
H A Dec_kmgmt.c590 unsigned int k1 = 0, k2 = 0, k3 = 0;
620 if (!EC_GROUP_get_pentanomial_basis(group, &k1, &k2, &k3)
626 OSSL_PKEY_PARAM_EC_CHAR2_PP_K3, (int)k3))
/freebsd-current/crypto/openssl/crypto/poly1305/asm/
H A Dpoly1305-x86_64.pl2617 kmovw %eax,%k3
2634 vpaddq $D3,$H3,${H3}{%k3}{z} # keep single qword in case
2635 vpaddq $D4,$H4,${H4}{%k3}{z} # it's passed to .Ltail_avx2
2636 vpaddq $D0,$H0,${H0}{%k3}{z}
2637 vpaddq $D1,$H1,${H1}{%k3}{z}
2638 vpaddq $D2,$H2,${H2}{%k3}{z}
/freebsd-current/contrib/bearssl/test/
H A Dtest_crypto.c4751 unsigned char k1[8], k2[8], k3[8]; local
4761 hextobin(k3, "20c4f87564527c91");
4769 memcpy(key + 16, k3, 8);
4777 case 9997: xor_buf(k3, buf, 8); break;
4793 unsigned char k1[8], k2[8], k3[8]; local
4803 hextobin(k3, "1f5eb69e925ef185");
4811 memcpy(key + 16, k3, 8);
4819 case 9997: xor_buf(k3, buf, 8); break;
/freebsd-current/contrib/netbsd-tests/usr.bin/sort/
H A Dt_sort.sh269 atf_check -o file:out sort -t: -k9 -k8 -k7 -k6 -k5 -k4 -k3 \
/freebsd-current/crypto/openssl/include/openssl/
H A Dec.h909 unsigned int *k2, unsigned int *k3);
/freebsd-current/contrib/llvm-project/llvm/lib/Support/BLAKE3/
H A Dblake3_avx512_x86-64_windows_msvc.asm52 vpcmpud k3, ymm3, ymm0, 1
56 vpaddd ymm5 {k3}, ymm5, ymm6
58 ; vpaddd ymm5 {k3}, ymm5, dword ptr [ADD1] {1to8}
2086 kmovw k3, eax
2167 vpblendmd zmm9 {k3}, zmm9, zmm8
H A Dblake3_avx512_x86-64_windows_gnu.S55 vpcmpltud k3, ymm3, ymm0
57 vpaddd ymm5 {k3}, ymm5, dword ptr [ADD1+rip] {1to8}
2080 kmovw k3, eax
2161 vpblendmd zmm9 {k3}, zmm9, zmm8
H A Dblake3_avx512_x86-64_unix.S69 vpcmpltud k3, ymm3, ymm0
71 vpaddd ymm5 {k3}, ymm5, dword ptr [ADD1+rip] {1to8}
2082 kmovw k3, eax
2163 vpblendmd zmm9 {k3}, zmm9, zmm8
/freebsd-current/sys/contrib/openzfs/module/icp/asm-x86_64/blake3/
H A Dblake3_avx512.S59 vpcmpltud k3, ymm3, ymm0
61 vpaddd ymm5 {k3}, ymm5, dword ptr [ADD1+rip] {1to8}
2072 kmovw k3, eax
2153 vpblendmd zmm9 {k3}, zmm9, zmm8
/freebsd-current/crypto/openssl/test/
H A Dectest.c2405 unsigned int k1 = 0, k2 = 0, k3 = 0; local
2428 if (!TEST_true(EC_GROUP_get_pentanomial_basis(group, &k1, &k2, &k3)))
2568 || !TEST_int_eq(k3, i_out))

Completed in 406 milliseconds