Home
last modified time | relevance | path

Searched defs:k2 (Results 1 – 20 of 20) sorted by relevance

/linux-4.4.14/include/linux/
Dbtree-128.h21 static inline void *btree_lookup128(struct btree_head128 *head, u64 k1, u64 k2) in btree_lookup128()
28 u64 *k1, u64 *k2) in btree_get_prev128()
40 static inline int btree_insert128(struct btree_head128 *head, u64 k1, u64 k2, in btree_insert128()
48 static inline int btree_update128(struct btree_head128 *head, u64 k1, u64 k2, in btree_update128()
56 static inline void *btree_remove128(struct btree_head128 *head, u64 k1, u64 k2) in btree_remove128()
62 static inline void *btree_last128(struct btree_head128 *head, u64 *k1, u64 *k2) in btree_last128()
105 #define btree_for_each_safe128(head, k1, k2, val) \ argument
/linux-4.4.14/drivers/staging/skein/
Dthreefish_block.c9 k2 = key_ctx->key[2], k3 = key_ctx->key[3], in threefish_encrypt_256() local
502 k2 = key_ctx->key[2], k3 = key_ctx->key[3], in threefish_decrypt_256() local
1147 k2 = key_ctx->key[2], k3 = key_ctx->key[3], in threefish_encrypt_512() local
2108 k2 = key_ctx->key[2], k3 = key_ctx->key[3], in threefish_decrypt_512() local
3373 k2 = key_ctx->key[2], k3 = key_ctx->key[3], in threefish_encrypt_1024() local
5494 k2 = key_ctx->key[2], k3 = key_ctx->key[3], in threefish_decrypt_1024() local
/linux-4.4.14/arch/sh/kernel/cpu/sh3/
Dswsusp.S18 #define k2 r2 macro
Dentry.S73 #define k2 r2 macro
/linux-4.4.14/fs/hfsplus/
Dcatalog.c16 const hfsplus_btree_key *k2) in hfsplus_cat_case_cmp_key()
29 const hfsplus_btree_key *k2) in hfsplus_cat_bin_cmp_key()
Dattributes.c35 const hfsplus_btree_key *k2) in hfsplus_attr_bin_cmp_key()
Dextents.c20 const hfsplus_btree_key *k2) in hfsplus_ext_cmp_key()
/linux-4.4.14/crypto/
Dtea.c65 u32 k0, k1, k2, k3; in tea_encrypt() local
93 u32 k0, k1, k2, k3; in tea_decrypt() local
Dvmac.c246 #define k2 (*(((u32 *)kh)+INDEX_LOW)) in poly_step_func() macro
328 static u64 l3hash(u64 p1, u64 p2, u64 k1, u64 k2, u64 len) in l3hash()
/linux-4.4.14/fs/xfs/libxfs/
Dxfs_alloc_btree.c393 union xfs_btree_key *k2) in xfs_allocbt_keys_inorder()
Dxfs_ialloc_btree.c317 union xfs_btree_key *k2) in xfs_inobt_keys_inorder()
Dxfs_bmap_btree.c734 union xfs_btree_key *k2) in xfs_bmbt_keys_inorder()
/linux-4.4.14/net/core/
Dflow.c176 const flow_compare_t *k1, *k1_lim, *k2; in flow_key_compare() local
/linux-4.4.14/arch/sparc/crypto/
Ddes_glue.c207 u64 k2[DES_EXPKEY_WORDS / 2]; in des3_ede_set_key() local
/linux-4.4.14/scripts/kconfig/
Dexpr.c921 enum string_value_kind k1 = k_string, k2 = k_string; in expr_calc_value() local
/linux-4.4.14/drivers/crypto/ccp/
Dccp-crypto.h92 u8 k2[AES_BLOCK_SIZE]; member
/linux-4.4.14/drivers/media/usb/gspca/
Dsonixj.c1809 u8 k2; in setbrightness() local
1854 u8 k2; in setcontrast() local
/linux-4.4.14/security/selinux/ss/
Dpolicydb.c222 static int filenametr_cmp(struct hashtab *h, const void *k1, const void *k2) in filenametr_cmp()
251 static int rangetr_cmp(struct hashtab *h, const void *k1, const void *k2) in rangetr_cmp()
/linux-4.4.14/fs/reiserfs/
Dstree.c132 const struct reiserfs_key *k2) in comp_le_keys()
/linux-4.4.14/fs/btrfs/
Dctree.c1588 static int comp_keys(struct btrfs_disk_key *disk, struct btrfs_key *k2) in comp_keys()
1600 int btrfs_comp_cpu_keys(struct btrfs_key *k1, struct btrfs_key *k2) in btrfs_comp_cpu_keys()