Home
last modified time | relevance | path

Searched defs:k1 (Results 1 – 25 of 66) sorted by relevance

123

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dhash.h88 uint32_t k1 = hash_get_block_32(blocks, i); in hash_x86_32() local
104 uint32_t k1 = 0; in hash_x86_32() local
144 uint32_t k1 = hash_get_block_32(blocks, i*4 + 0); in hash_x86_128() local
174 uint32_t k1 = 0; in hash_x86_128() local
242 uint64_t k1 = hash_get_block_64(blocks, i*2 + 0); in hash_x64_128() local
260 uint64_t k1 = 0; in hash_x64_128() local
/freebsd/crypto/openssl/include/openssl/
H A Ddes.h61 # define DES_ecb2_encrypt(i,o,k1,k2,e) \ argument
64 # define DES_ede2_cbc_encrypt(i,o,l,k1,k2,iv,e) \ argument
67 # define DES_ede2_cfb64_encrypt(i,o,l,k1,k2,iv,n,e) \ argument
70 # define DES_ede2_ofb64_encrypt(i,o,l,k1,k2,iv,n) \ argument
/freebsd/sys/contrib/ck/src/
H A Dck_ht_hash.h137 uint32_t k1 = getblock(blocks,i); in MurmurHash3_x86_32() local
153 uint32_t k1 = 0; in MurmurHash3_x86_32() local
246 uint32_t k1 = *data++; in MurmurHash64B() local
259 uint32_t k1 = *data++; in MurmurHash64B() local
/freebsd/crypto/openssh/regress/unittests/sshkey/
H A Dtest_fuzz.c52 struct sshkey *k1; in public_fuzz() local
113 struct sshkey *k1; in sshkey_fuzz_tests() local
H A Dtest_file.c46 struct sshkey *k1, *k2; in sshkey_file_tests() local
H A Dtest_sshkey.c184 struct sshkey *k1 = NULL, *k2 = NULL, *k3 = NULL, *kf = NULL; in sshkey_tests() local
/freebsd/contrib/unbound/util/storage/
H A Ddnstree.c47 int name_tree_compare(const void* k1, const void* k2) in name_tree_compare()
60 int addr_tree_compare(const void* k1, const void* k2) in addr_tree_compare()
74 int addr_tree_addrport_compare(const void* k1, const void* k2) in addr_tree_addrport_compare()
/freebsd/crypto/openssl/crypto/cmac/
H A Dcmac.c27 unsigned char k1[EVP_MAX_BLOCK_LENGTH]; member
39 static void make_kn(unsigned char *k1, const unsigned char *l, int bl) in make_kn()
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_shorthash/siphash24/ref/
H A Dshorthash_siphash24_ref.c16 uint64_t k1 = LOAD64_LE(k + 8); in crypto_shorthash_siphash24() local
H A Dshorthash_siphashx24_ref.c15 uint64_t k1 = LOAD64_LE(k + 8); in crypto_shorthash_siphashx24() local
/freebsd/crypto/openssl/crypto/des/
H A Dofb64ede.c25 DES_key_schedule *k1, DES_key_schedule *k2, in DES_ede3_ofb64_encrypt()
/freebsd/contrib/wpa/src/crypto/
H A Daes-siv.c126 const u8 *k1, *k2; in aes_siv_encrypt() local
169 const u8 *k1, *k2; in aes_siv_decrypt() local
/freebsd/sys/contrib/libsodium/test/default/
H A Dbox_easy2.c20 unsigned char *k1; in main() local
/freebsd/contrib/netbsd-tests/lib/libc/gen/
H A Dt_ftok.c65 key_t k1, k2, k3; in ATF_TC_BODY() local
/freebsd/lib/libc/db/btree/
H A Dbt_utils.c140 __bt_cmp(BTREE *t, const DBT *k1, EPG *e) in __bt_cmp()
/freebsd/contrib/unbound/util/
H A Dsiphash.c98 uint64_t k1 = U8TO64_LE(k + 8); in siphash() local
/freebsd/crypto/heimdal/appl/telnet/libtelnet/
H A Dencrypt.h69 #define SAMEKEY(k1, k2) (!memcmp(k1, k2, sizeof(des_cblock))) argument
/freebsd/contrib/telnet/libtelnet/
H A Dencrypt.h72 #define SAMEKEY(k1, k2) (!bcmp((void *)k1, (void *)k2, sizeof(Block))) argument
/freebsd/contrib/jemalloc/src/
H A Dckh.c548 ckh_string_keycomp(const void *k1, const void *k2) { in ckh_string_keycomp()
568 ckh_pointer_keycomp(const void *k1, const void *k2) { in ckh_pointer_keycomp()
/freebsd/crypto/openssl/crypto/sm4/
H A Dsm4.c179 #define SM4_RNDS(k0, k1, k2, k3, F) \ argument
/freebsd/usr.sbin/sa/
H A Dusrdb.c225 uid_compare(const DBT *k1, const DBT *k2) in uid_compare()
/freebsd/crypto/openssl/crypto/siphash/
H A Dsiphash.c112 uint64_t k1 = U8TO64_LE(k + 8); in SipHash_Init() local
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/
H A Dlac_sym_hash_sw_precomputes.c248 Cpa8U k1[LAC_HASH_CMAC_BLOCK_SIZE], in LacSymHash_AesECBPreCompute() local
/freebsd/contrib/libucl/src/
H A Ducl_hash.c109 ucl_hash_equal (const ucl_object_t *k1, const ucl_object_t *k2) in ucl_hash_equal()
183 ucl_hash_caseless_equal (const ucl_object_t *k1, const ucl_object_t *k2) in ucl_hash_caseless_equal()
/freebsd/crypto/openssh/
H A Dumac.c344 UINT32 k0,k1,k2,k3,k4,k5,k6,k7; in nh_aux() local
377 UINT32 k0,k1,k2,k3,k4,k5,k6,k7, in nh_aux() local
424 UINT32 k0,k1,k2,k3,k4,k5,k6,k7, in nh_aux() local
479 UINT32 k0,k1,k2,k3,k4,k5,k6,k7, in nh_aux() local

123