Home
last modified time | relevance | path

Searched refs:key2 (Results 76 - 100 of 124) sorted by relevance

12345

/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_alloc_btree.c437 const union xfs_btree_key *key2, in xfs_allocbt_keys_contiguous()
443 be32_to_cpu(key2->alloc.ar_startblock)); in xfs_allocbt_keys_contiguous()
434 xfs_allocbt_keys_contiguous( struct xfs_btree_cur *cur, const union xfs_btree_key *key1, const union xfs_btree_key *key2, const union xfs_btree_key *mask) xfs_allocbt_keys_contiguous() argument
/kernel/linux/linux-6.6/tools/perf/util/
H A Dstat.c299 uint64_t *key2 = (uint64_t *) __key2; in pkg_id_equal() local
301 return *key1 == *key2; in pkg_id_equal()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H A Dice_flex_type.h229 struct ice_boost_key_value key2; member
/kernel/linux/linux-5.10/security/selinux/ss/
H A Dpolicydb.c468 const struct range_trans *key1 = k1, *key2 = k2; in rangetr_cmp() local
471 v = key1->source_type - key2->source_type; in rangetr_cmp()
475 v = key1->target_type - key2->target_type; in rangetr_cmp()
479 v = key1->target_class - key2->target_class; in rangetr_cmp()
504 const struct role_trans_key *key1 = k1, *key2 = k2; in role_trans_cmp() local
507 v = key1->role - key2->role; in role_trans_cmp()
511 v = key1->type - key2->type; in role_trans_cmp()
515 return key1->tclass - key2->tclass; in role_trans_cmp()
/kernel/linux/linux-6.6/security/selinux/ss/
H A Dpolicydb.c463 const struct range_trans *key1 = k1, *key2 = k2; in rangetr_cmp() local
466 v = key1->source_type - key2->source_type; in rangetr_cmp()
470 v = key1->target_type - key2->target_type; in rangetr_cmp()
474 v = key1->target_class - key2->target_class; in rangetr_cmp()
499 const struct role_trans_key *key1 = k1, *key2 = k2; in role_trans_cmp() local
502 v = key1->role - key2->role; in role_trans_cmp()
506 v = key1->type - key2->type; in role_trans_cmp()
510 return key1->tclass - key2->tclass; in role_trans_cmp()
/kernel/linux/linux-6.6/security/keys/trusted-keys/
H A Dtrusted_tpm1.c260 const unsigned char *key2, in TSS_checkhmac2()
341 ret = TSS_rawhmac(testhmac2, key2, keylen2, SHA1_DIGEST_SIZE, in TSS_checkhmac2()
255 TSS_checkhmac2(unsigned char *buffer, const uint32_t command, const unsigned char *ononce, const unsigned char *key1, unsigned int keylen1, const unsigned char *key2, unsigned int keylen2, ...) TSS_checkhmac2() argument
/kernel/linux/linux-5.10/fs/ubifs/
H A Dtnc.c2904 union ubifs_key key1, key2; in ubifs_tnc_remove_ino() local
2944 highest_ino_key(c, &key2, xattr_inum); in ubifs_tnc_remove_ino()
2945 err = ubifs_tnc_remove_range(c, &key1, &key2); in ubifs_tnc_remove_ino()
2959 highest_ino_key(c, &key2, inum); in ubifs_tnc_remove_ino()
2961 return ubifs_tnc_remove_range(c, &key1, &key2); in ubifs_tnc_remove_ino()
H A Djournal.c1714 union ubifs_key xent_key, key1, key2; in ubifs_jnl_delete_xattr() local
1786 highest_ino_key(c, &key2, inode->i_ino); in ubifs_jnl_delete_xattr()
1787 err = ubifs_tnc_remove_range(c, &key1, &key2); in ubifs_jnl_delete_xattr()
/kernel/linux/linux-6.6/fs/ubifs/
H A Dtnc.c2905 union ubifs_key key1, key2; in ubifs_tnc_remove_ino() local
2945 highest_ino_key(c, &key2, xattr_inum); in ubifs_tnc_remove_ino()
2946 err = ubifs_tnc_remove_range(c, &key1, &key2); in ubifs_tnc_remove_ino()
2960 highest_ino_key(c, &key2, inum); in ubifs_tnc_remove_ino()
2962 return ubifs_tnc_remove_range(c, &key1, &key2); in ubifs_tnc_remove_ino()
H A Djournal.c1724 union ubifs_key xent_key, key1, key2; in ubifs_jnl_delete_xattr() local
1796 highest_ino_key(c, &key2, inode->i_ino); in ubifs_jnl_delete_xattr()
1797 err = ubifs_tnc_remove_range(c, &key1, &key2); in ubifs_jnl_delete_xattr()
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/
H A Dmr.c660 struct mlx5r_cache_rb_key key2) in cache_ent_key_cmp()
664 res = key1.ats - key2.ats; in cache_ent_key_cmp()
668 res = key1.access_mode - key2.access_mode; in cache_ent_key_cmp()
672 res = key1.access_flags - key2.access_flags; in cache_ent_key_cmp()
681 return key1.ndescs - key2.ndescs; in cache_ent_key_cmp()
659 cache_ent_key_cmp(struct mlx5r_cache_rb_key key1, struct mlx5r_cache_rb_key key2) cache_ent_key_cmp() argument
/kernel/linux/linux-5.10/drivers/crypto/cavium/nitrox/
H A Dnitrox_req.h145 u8 key2[64]; member
H A Dnitrox_skcipher.c357 memcpy(fctx->auth.u.key2, (key + keylen), keylen); in nitrox_aes_xts_setkey()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_btree.h145 * Difference between key2 and key1 -- positive if key1 > key2,
146 * negative if key1 < key2, and zero if equal.
150 union xfs_btree_key *key2);
/kernel/linux/linux-5.10/net/mptcp/
H A Dprotocol.h434 void mptcp_crypto_hmac_sha(u64 key1, u64 key2, u8 *msg, int len, void *hmac);
H A Dsubflow.c45 static void subflow_generate_hmac(u64 key1, u64 key2, u32 nonce1, u32 nonce2, in subflow_generate_hmac() argument
53 mptcp_crypto_hmac_sha(key1, key2, msg, 8, hmac); in subflow_generate_hmac()
/kernel/linux/linux-6.6/drivers/crypto/cavium/nitrox/
H A Dnitrox_req.h145 u8 key2[64]; member
H A Dnitrox_skcipher.c356 memcpy(fctx->auth.u.key2, (key + keylen), keylen); in nitrox_aes_xts_setkey()
/kernel/linux/linux-5.10/net/openvswitch/
H A Dflow_table.c668 const struct sw_flow_key *key2, in cmp_key()
672 const long *cp2 = (const long *)((const u8 *)key2 + key_start); in cmp_key()
667 cmp_key(const struct sw_flow_key *key1, const struct sw_flow_key *key2, int key_start, int key_end) cmp_key() argument
/kernel/linux/linux-5.10/security/keys/trusted-keys/
H A Dtrusted_tpm1.c267 const unsigned char *key2, in TSS_checkhmac2()
348 ret = TSS_rawhmac(testhmac2, key2, keylen2, SHA1_DIGEST_SIZE, in TSS_checkhmac2()
262 TSS_checkhmac2(unsigned char *buffer, const uint32_t command, const unsigned char *ononce, const unsigned char *key1, unsigned int keylen1, const unsigned char *key2, unsigned int keylen2, ...) TSS_checkhmac2() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_acl_erp.c1223 const struct mlxsw_sp_acl_erp_key *key2 = obj2; in mlxsw_sp_acl_erp_hints_obj_cmp() local
1229 return memcmp(key1->mask, key2->mask, sizeof(key1->mask)); in mlxsw_sp_acl_erp_hints_obj_cmp()
/kernel/linux/linux-6.6/net/openvswitch/
H A Dflow_table.c669 const struct sw_flow_key *key2, in cmp_key()
673 const long *cp2 = (const long *)((const u8 *)key2 + key_start); in cmp_key()
668 cmp_key(const struct sw_flow_key *key1, const struct sw_flow_key *key2, int key_start, int key_end) cmp_key() argument
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dusdt.c895 static bool specs_equal_fn(long key1, long key2, void *ctx) in specs_equal_fn() argument
897 return strcmp((char *)key1, (char *)key2) == 0; in specs_equal_fn()
/kernel/linux/linux-6.6/fs/smb/server/
H A Doplock.c492 const char *guid2, *key2; in compare_guid_key() local
495 key2 = opinfo->o_lease->lease_key; in compare_guid_key()
497 !memcmp(key1, key2, SMB2_LEASE_KEY_SIZE)) in compare_guid_key()
/kernel/linux/linux-5.10/drivers/net/hippi/
H A Drrunner.h617 u32 key2; member

Completed in 49 milliseconds

12345