Searched defs:key1 (Results 1 - 25 of 60) sorted by relevance

123

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dtimer_mim.c10 int err, prog_fd, key1 = 1; local
H A Dkprobe_multi_test.c334 static bool symbol_equal(long key1, long key2, void *ctx __maybe_unused) argument
/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
/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/crypto/
H A Dxcbc.c57 u8 key1[XCBC_BLOCKSIZE]; local
/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
485 union ubifs_key key1, *key = &zbr->key; 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.c146 struct crypto_aes_ctx key1; member in struct:crypto_aes_xts_ctx
/linux-master/fs/befs/
H A Dbtree.c712 befs_compare_strings(const void *key1, int keylen1, 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 = FUTEX_KEY_INIT; local
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
[all...]
/linux-master/drivers/input/keyboard/
H A Dep93xx_keypad.c75 int key1; member in struct:ep93xx_keypad
88 int keycode, key1, key2; local
[all...]
/linux-master/drivers/crypto/cavium/cpt/
H A Dcptvf_algs.c237 const u8 *key1 = key; local
/linux-master/arch/arm64/crypto/
H A Dsm4-ce-glue.c57 struct sm4_ctx key1; member in struct:sm4_xts_ctx
/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.c43 const struct bpf_cgroup_storage_key *key1 = _key1; local
/linux-master/tools/testing/selftests/alsa/
H A Dconf.c349 static int conf_get_by_keys(snd_config_t *root, const char *key1, argument
366 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
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...]

Completed in 209 milliseconds

123