Home
last modified time | relevance | path

Searched defs:key (Results 476 – 500 of 2495) sorted by relevance

1...<<11121314151617181920>>...100

/openbmc/linux/include/uapi/linux/
H A Dpr.h34 __u64 key; member
54 __u64 key; member
/openbmc/openbmc/poky/scripts/
H A Doe-build-perf-report144 def get_data_item(data, key): argument
160 def _metadata_diff(key): argument
/openbmc/u-boot/drivers/net/
H A Dne2000_base.c244 dp83902a_send(u8 *data, int total_len, u32 key) in dp83902a_send()
516 u32 key; in dp83902a_TxEvent() local
672 void uboot_push_tx_done(int key, int val) { in uboot_push_tx_done()
/openbmc/linux/drivers/input/keyboard/
H A Dhil_kbd.c170 unsigned int key = kbd->data[i]; in hil_dev_handle_kbd_events() local
181 unsigned int key = kbd->data[i]; in hil_dev_handle_kbd_events() local
192 unsigned int key = kbd->data[i]; in hil_dev_handle_kbd_events() local
/openbmc/linux/drivers/crypto/qce/
H A Dskcipher.c170 static int qce_skcipher_setkey(struct crypto_skcipher *ablk, const u8 *key, in qce_skcipher_setkey()
211 static int qce_des_setkey(struct crypto_skcipher *ablk, const u8 *key, in qce_des_setkey()
226 static int qce_des3_setkey(struct crypto_skcipher *ablk, const u8 *key, in qce_des3_setkey()
/openbmc/linux/lib/crypto/
H A Daesgcm.c46 int aesgcm_expandkey(struct aesgcm_ctx *ctx, const u8 *key, in aesgcm_expandkey()
64 static void aesgcm_ghash(be128 *ghash, const be128 *key, const void *src, in aesgcm_ghash()
549 u8 key[AES_MAX_KEY_SIZE]; member
/openbmc/linux/fs/btrfs/
H A Dverity.c114 struct btrfs_key key; in drop_verity_items() local
224 struct btrfs_key key; in write_key_bytes() local
303 struct btrfs_key key; in read_key_bytes() local
H A Dsend.c932 struct btrfs_key key; in get_inode_info() local
1754 struct btrfs_key key; in read_symlink() local
2000 struct btrfs_key key; in lookup_dir_item_inode() local
2033 struct btrfs_key key; in get_first_ref() local
2520 struct btrfs_key key; in send_subvol_begin() local
2735 struct btrfs_key key; in send_utimes() local
2958 struct btrfs_key key; in did_create_dir() local
3208 struct btrfs_key key; in can_rmdir() local
3774 struct btrfs_key key; in wait_for_dest_dir_move() local
3901 struct btrfs_key key; in is_ancestor() local
[all …]
H A Dvolumes.c1598 struct btrfs_key key; in find_free_dev_extent() local
1744 struct btrfs_key key; in btrfs_free_dev_extent() local
1813 struct btrfs_key key; in find_next_devid() local
1863 struct btrfs_key key; in btrfs_add_dev_item() local
1937 struct btrfs_key key; in btrfs_rm_dev_item() local
2553 struct btrfs_key key; in btrfs_finish_sprout() local
2874 struct btrfs_key key; in btrfs_update_device() local
2961 struct btrfs_key key; in btrfs_free_chunk() local
3001 struct btrfs_key key; in btrfs_del_sys_chunk() local
3339 struct btrfs_key key; in btrfs_relocate_sys_chunks() local
[all …]
/openbmc/linux/drivers/net/dsa/sja1105/
H A Dsja1105_flower.c177 struct sja1105_key *key, in sja1105_flower_policer()
198 struct sja1105_key *key) in sja1105_flower_parse_key()
352 struct sja1105_key key; in sja1105_cls_flower_add() local
/openbmc/linux/net/ipv4/
H A Dtcp_cong.c65 struct tcp_congestion_ops *tcp_ca_find_key(u32 key) in tcp_ca_find_key()
187 u32 key = TCP_CA_UNSPEC; in tcp_ca_get_key_by_name() local
202 char *tcp_ca_get_name_by_key(u32 key, char *buffer) in tcp_ca_get_name_by_key()
/openbmc/linux/drivers/crypto/bcm/
H A Dcipher.c1763 static int des_setkey(struct crypto_skcipher *cipher, const u8 *key, in des_setkey()
1777 static int threedes_setkey(struct crypto_skcipher *cipher, const u8 *key, in threedes_setkey()
1791 static int aes_setkey(struct crypto_skcipher *cipher, const u8 *key, in aes_setkey()
1818 static int skcipher_setkey(struct crypto_skcipher *cipher, const u8 *key, in skcipher_setkey()
2251 static int ahash_setkey(struct crypto_ahash *ahash, const u8 *key, in ahash_setkey()
2315 static int ahash_hmac_setkey(struct crypto_ahash *ahash, const u8 *key, in ahash_hmac_setkey()
2720 const u8 *key, unsigned int keylen) in aead_authenc_setkey()
2815 const u8 *key, unsigned int keylen) in aead_gcm_ccm_setkey()
2897 const u8 *key, unsigned int keylen) in aead_gcm_esp_setkey()
2929 const u8 *key, unsigned int keylen) in rfc4543_gcm_esp_setkey()
[all …]
/openbmc/linux/drivers/crypto/caam/
H A Dcaamalg_qi2.c82 u8 key[CAAM_MAX_KEY_SIZE]; member
724 const u8 *key, unsigned int keylen) in gcm_setkey()
819 const u8 *key, unsigned int keylen) in rfc4106_setkey()
918 const u8 *key, unsigned int keylen) in rfc4543_setkey()
987 const u8 *key, unsigned int keylen) in aes_skcipher_setkey()
999 const u8 *key, unsigned int keylen) in rfc3686_skcipher_setkey()
1020 const u8 *key, unsigned int keylen) in ctr_skcipher_setkey()
1040 const u8 *key, unsigned int keylen) in chacha20_skcipher_setkey()
1049 const u8 *key, unsigned int keylen) in des_skcipher_setkey()
1056 const u8 *key, unsigned int keylen) in des3_skcipher_setkey()
[all …]
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_sockmap_invalid_update.c16 __u32 key = 0; in bpf_sockmap() local
H A Dtest_obj_id.c19 __u32 key = 0; in test_obj_id() local
/openbmc/linux/drivers/crypto/vmx/
H A Daesp8-ppc.h6 u8 key[AES_MAX_KEYLENGTH]; member
/openbmc/u-boot/fs/ubifs/
H A Dtnc_misc.c128 const union ubifs_key *key, int *n) in ubifs_search_zbranch()
452 union ubifs_key key1, *key = &zbr->key; in ubifs_tnc_read_node() local
/openbmc/linux/security/tomoyo/
H A Dsecurityfs_if.c134 const u8 key = (uintptr_t) file_inode(file)->i_private; in tomoyo_open() local
225 struct dentry *parent, const u8 key) in tomoyo_create_entry()
/openbmc/qemu/crypto/
H A Dakcipher.c35 const uint8_t *key, size_t keylen, in qcrypto_akcipher_new()
113 uint8_t *key, size_t keylen, in qcrypto_akcipher_export_p8info()
H A Dtlscredspsk.c35 lookup_key(const char *pskfile, const char *username, gnutls_datum_t *key, in lookup_key()
79 gnutls_datum_t key = { .data = NULL }; in qcrypto_tls_creds_psk_load() local
/openbmc/linux/tools/testing/selftests/bpf/benchs/
H A Dbench_local_storage.c33 static error_t parse_arg(int key, char *arg, struct argp_state *state) in parse_arg()
101 int i, key, val; in prepopulate_hashmap() local
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dpci_mac.c23 struct ieee80211_key_conf *key = info->control.hw_key; in mt7615_write_fw_txp() local
67 struct ieee80211_key_conf *key = info->control.hw_key; in mt7615_tx_prepare_skb() local
/openbmc/linux/crypto/asymmetric_keys/
H A Drestrict.c76 struct key *key; in restrict_link_by_signature() local
208 struct key *key = NULL; in key_or_keyring_common() local
/openbmc/linux/crypto/
H A Dpolyval-generic.c108 void polyval_update_non4k(const u8 *key, const u8 *in, in polyval_update_non4k()
120 const u8 *key, unsigned int keylen) in polyval_setkey()
/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_cmdbuf_res.c87 unsigned long key = user_key | (res_type << 24); in vmw_cmdbuf_res_lookup() local
242 unsigned long key = user_key | (res_type << 24); in vmw_cmdbuf_res_remove() local

1...<<11121314151617181920>>...100