Searched defs:key2 (Results 1 - 25 of 62) sorted by relevance

123

/linux-master/net/mptcp/
H A Dcrypto.c44 void mptcp_crypto_hmac_sha(u64 key1, u64 key2, u8 *msg, int len, void *hmac) argument
H A Dcrypto_test.c37 u64 key1, key2; local
/linux-master/security/selinux/ss/
H A Dsymtab.c28 static int symcmp(const void *key1, const void *key2) argument
H A Davtab.c98 avtab_node_cmp(const struct avtab_key *key1, const struct avtab_key *key2) argument
[all...]
/linux-master/tools/lib/bpf/
H A Dstrset.c30 static bool strset_equal_fn(long key1, long key2, void *ctx) argument
/linux-master/fs/hfs/
H A Dcatalog.c171 int hfs_cat_keycmp(const btree_key *key1, const btree_key *key2) argument
H A Dextent.c50 int hfs_ext_keycmp(const btree_key *key1, const btree_key *key2) argument
[all...]
/linux-master/tools/perf/util/
H A Dthreads.c18 static bool key_equal(long key1, long key2, void *ctx __maybe_unused) argument
/linux-master/fs/ubifs/
H A Dtnc_misc.c391 const union ubifs_key *key1, *key2; local
H A Dkey.h478 keys_cmp(const struct ubifs_info *c, const union ubifs_key *key1, const union ubifs_key *key2) argument
503 keys_eq(const struct ubifs_info *c, const union ubifs_key *key1, const union ubifs_key *key2) argument
[all...]
H A Dorphan.c694 union ubifs_key key1, key2; local
/linux-master/arch/arm/crypto/
H A Daes-ce-glue.c147 struct crypto_aes_ctx __aligned(8) key2; member in struct:crypto_aes_xts_ctx
/linux-master/fs/befs/
H A Dbtree.c712 befs_compare_strings(const void *key1, int keylen1, const void *key2, int keylen2) argument
[all...]
/linux-master/drivers/net/wireless/ath/
H A Dkey.c134 u32 key0, key1, key2, key3, key4; local
/linux-master/kernel/futex/
H A Dfutex.h212 static inline int futex_match(union futex_key *key1, union futex_key *key2) argument
H A Dwaitwake.c256 union futex_key key1 = FUTEX_KEY_INIT, key2 = FUTEX_KEY_INIT; local
H A Drequeue.c371 union futex_key key1 = FUTEX_KEY_INIT, key2 local
76 requeue_futex(struct futex_q *q, struct futex_hash_bucket *hb1, struct futex_hash_bucket *hb2, union futex_key *key2) argument
269 futex_proxy_trylock_atomic(u32 __user *pifutex, struct futex_hash_bucket *hb1, struct futex_hash_bucket *hb2, union futex_key *key1, union futex_key *key2, struct futex_pi_state **ps, struct task_struct **exiting, int set_waiters) argument
773 union futex_key key2 = FUTEX_KEY_INIT; local
[all...]
/linux-master/drivers/input/keyboard/
H A Dep93xx_keypad.c76 int key2; member in struct:ep93xx_keypad
88 int keycode, key1, key2; local
[all...]
/linux-master/drivers/crypto/cavium/cpt/
H A Dcptvf_algs.c238 const u8 *key2 = key + (keylen / 2); local
/linux-master/arch/arm64/crypto/
H A Dsm4-ce-glue.c58 struct sm4_ctx key2; member in struct:sm4_xts_ctx
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dkprobe_multi_test.c334 static bool symbol_equal(long key1, long key2, void *ctx __maybe_unused) argument
/linux-master/drivers/md/dm-vdo/indexer/
H A Dradix-sort.c66 static inline int compare(sort_key_t key1, sort_key_t key2, u16 offset, u16 length) argument
/linux-master/kernel/bpf/
H A Dlocal_storage.c44 const struct bpf_cgroup_storage_key *key2 = _key2; local
/linux-master/tools/testing/selftests/alsa/
H A Dconf.c366 snd_config_t *conf_get_subtree(snd_config_t *root, const char *key1, const char *key2) argument
380 int conf_get_count(snd_config_t *root, const char *key1, const char *key2) argument
349 conf_get_by_keys(snd_config_t *root, const char *key1, const char *key2, snd_config_t **result) argument
401 conf_get_string(snd_config_t *root, const char *key1, const char *key2, const char *def) argument
419 conf_get_long(snd_config_t *root, const char *key1, const char *key2, long def) argument
437 conf_get_bool(snd_config_t *root, const char *key1, const char *key2, int def) argument
455 conf_get_string_array(snd_config_t *root, const char *key1, const char *key2, const char **array, int array_size, const char *def) argument
[all...]
/linux-master/fs/xfs/libxfs/
H A Dxfs_refcount_btree.c309 xfs_refcountbt_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) argument

Completed in 850 milliseconds

123