/openbmc/linux/drivers/acpi/x86/ |
H A D | apple.c | 69 union acpi_object *key = &props->package.elements[i * 2]; in acpi_extract_apple_properties() local 107 union acpi_object *key = &props->package.elements[i * 2]; in acpi_extract_apple_properties() local
|
/openbmc/linux/include/keys/ |
H A D | asymmetric-type.h | 70 const struct asymmetric_key_ids *asymmetric_key_ids(const struct key *key) in asymmetric_key_ids() 76 const struct public_key *asymmetric_key_public_key(const struct key *key) in asymmetric_key_public_key()
|
/openbmc/linux/include/crypto/ |
H A D | blake2s.h | 47 const void *key, size_t keylen) in __blake2s_init() 77 const size_t outlen, const void *key, in blake2s_init_key() 89 static inline void blake2s(u8 *out, const u8 *in, const u8 *key, in blake2s()
|
/openbmc/qemu/crypto/ |
H A D | pbkdf.c | 91 const uint8_t *key; member 104 const uint8_t *key = iters_data->key; in threaded_qcrypto_pbkdf2_count_iters() local 168 const uint8_t *key, size_t nkey, in qcrypto_pbkdf2_count_iters()
|
/openbmc/linux/drivers/media/platform/amphion/ |
H A D | vpu_cmds.c | 34 unsigned long key; member 164 unsigned long *key, int *sync) in vpu_request_cmd() 251 static bool check_is_responsed(struct vpu_inst *inst, unsigned long key) in check_is_responsed() 261 static int sync_session_response(struct vpu_inst *inst, unsigned long key, long timeout, int try) in sync_session_response() 304 unsigned long key; in vpu_session_send_cmd() local
|
/openbmc/qemu/qobject/ |
H A D | block-qdict.c | 25 void qdict_copy_default(QDict *dst, QDict *src, const char *key) in qdict_copy_default() 43 void qdict_set_default_str(QDict *dst, const char *key, const char *val) in qdict_set_default_str() 100 char *key, *new_key; in qdict_flatten_qdict() local 285 static void qdict_split_flat_key(const char *key, char **prefix, in qdict_split_flat_key() 507 char *key = g_strdup_printf("%zu", i); in qdict_crumple() local
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | additional_data.hpp | 66 void remove(const std::string& key) in remove() 110 void add(const std::string& key, const std::string& value) in add()
|
/openbmc/linux/net/ipv4/ |
H A D | fib_trie.c | 121 t_key key; member 218 #define get_cindex(key, kv) (((key) ^ (kv)->key) >> (kv)->pos) argument 220 static inline unsigned long get_index(t_key key, struct key_vector *kv) in get_index() 353 static struct key_vector *leaf_new(t_key key, struct fib_alias *fa) in leaf_new() 376 static struct key_vector *tnode_new(t_key key, int pos, int bits) in tnode_new() 468 static inline void put_child_root(struct key_vector *tp, t_key key, in put_child_root() 936 struct key_vector **tp, u32 key) in fib_find_node() 1110 struct fib_alias *new, t_key key) in fib_insert_node() 1161 struct fib_alias *fa, t_key key) in fib_insert_alias() 1210 u32 key; in fib_table_insert() local [all …]
|
/openbmc/linux/drivers/scsi/aic7xxx/aicasm/ |
H A D | aicasm_symbol.c | 85 DBT key; in symbol_delete() local 146 DBT key; in symtable_close() local 167 DBT key; in symtable_get() local 476 DBT key; in symtable_dump() local
|
/openbmc/linux/drivers/nvme/host/ |
H A D | pr.c | 109 u64 key, u64 sa_key, u8 op) in nvme_pr_command() 142 static int nvme_pr_reserve(struct block_device *bdev, u64 key, in nvme_pr_reserve() 163 static int nvme_pr_clear(struct block_device *bdev, u64 key) in nvme_pr_clear() 170 static int nvme_pr_release(struct block_device *bdev, u64 key, enum pr_type type) in nvme_pr_release()
|
/openbmc/linux/kernel/bpf/ |
H A D | queue_stack_maps.c | 235 static void *queue_stack_map_lookup_elem(struct bpf_map *map, void *key) in queue_stack_map_lookup_elem() 241 static long queue_stack_map_update_elem(struct bpf_map *map, void *key, in queue_stack_map_update_elem() 248 static long queue_stack_map_delete_elem(struct bpf_map *map, void *key) in queue_stack_map_delete_elem() 254 static int queue_stack_map_get_next_key(struct bpf_map *map, void *key, in queue_stack_map_get_next_key()
|
/openbmc/u-boot/cmd/ |
H A D | bootmenu.c | 26 char key[3]; /* key identifier of number */ member 81 enum bootmenu_key *key, int *esc) in bootmenu_autoboot_loop() 132 enum bootmenu_key *key, int *esc) in bootmenu_loop() 193 enum bootmenu_key key = KEY_NONE; in bootmenu_choice_entry() local
|
/openbmc/linux/arch/arm/crypto/ |
H A D | crc32-ce-glue.c | 38 u32 *key = crypto_tfm_ctx(tfm); in crc32_cra_init() local 46 u32 *key = crypto_tfm_ctx(tfm); in crc32c_cra_init() local 52 static int crc32_setkey(struct crypto_shash *hash, const u8 *key, in crc32_setkey()
|
/openbmc/linux/include/linux/ |
H A D | rbtree_latch.h | 106 __lt_find(void *key, struct latch_tree_root *ltr, int idx, in __lt_find() 107 int (*comp)(void *key, struct latch_tree_node *node)) in __lt_find() 200 latch_tree_find(void *key, struct latch_tree_root *root, in latch_tree_find()
|
/openbmc/obmc-ikvm/ |
H A D | ikvm_input.cpp | 160 void Input::keyEvent(rfbBool down, rfbKeySym key, rfbClientPtr cl) in keyEvent() 311 uint8_t Input::keyToMod(rfbKeySym key) in keyToMod() 327 uint8_t Input::keyToScancode(rfbKeySym key) in keyToScancode()
|
/openbmc/linux/security/integrity/ |
H A D | digsig_asymmetric.c | 24 struct key *key; in request_asymmetric_key() local 88 struct key *key; in asymmetric_verify() local
|
/openbmc/qemu/replay/ |
H A D | replay-input.c | 22 InputKeyEvent *key; in replay_save_input_event() local 80 InputKeyEvent key; in replay_read_input_event() local
|
/openbmc/linux/drivers/crypto/inside-secure/ |
H A D | safexcel_hash.c | 1046 unsigned int blocksize, const u8 *key, in safexcel_hmac_init_pad() 1116 static int __safexcel_hmac_setkey(const char *alg, const u8 *key, in __safexcel_hmac_setkey() 1167 int safexcel_hmac_setkey(struct safexcel_context *base, const u8 *key, in safexcel_hmac_setkey() 1190 static int safexcel_hmac_alg_setkey(struct crypto_ahash *tfm, const u8 *key, in safexcel_hmac_alg_setkey() 1199 static int safexcel_hmac_sha1_setkey(struct crypto_ahash *tfm, const u8 *key, in safexcel_hmac_sha1_setkey() 1352 static int safexcel_hmac_sha224_setkey(struct crypto_ahash *tfm, const u8 *key, in safexcel_hmac_sha224_setkey() 1424 static int safexcel_hmac_sha256_setkey(struct crypto_ahash *tfm, const u8 *key, in safexcel_hmac_sha256_setkey() 1610 static int safexcel_hmac_sha512_setkey(struct crypto_ahash *tfm, const u8 *key, in safexcel_hmac_sha512_setkey() 1682 static int safexcel_hmac_sha384_setkey(struct crypto_ahash *tfm, const u8 *key, in safexcel_hmac_sha384_setkey() 1835 static int safexcel_hmac_md5_setkey(struct crypto_ahash *tfm, const u8 *key, in safexcel_hmac_md5_setkey() [all …]
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | tc_tun_encap.c | 60 struct mlx5e_route_key key; member 634 static int hash_encap_info(struct mlx5e_encap_key *key) in hash_encap_info() 640 static int hash_decap_info(struct mlx5e_decap_key *key) in hash_decap_info() 656 mlx5e_encap_get(struct mlx5e_priv *priv, struct mlx5e_encap_key *key, in mlx5e_encap_get() 676 mlx5e_decap_get(struct mlx5e_priv *priv, struct mlx5e_decap_key *key, in mlx5e_decap_get() 836 struct mlx5e_encap_key key; in mlx5e_attach_encap() local 957 struct mlx5e_decap_key key; in mlx5e_attach_decap() local 1125 static u32 hash_route_info(struct mlx5e_route_key *key) in hash_route_info() 1167 mlx5e_route_get(struct mlx5e_tc_tun_encap *encap, struct mlx5e_route_key *key, in mlx5e_route_get() 1184 struct mlx5e_route_key *key, in mlx5e_route_get_create() [all …]
|
/openbmc/linux/drivers/crypto/intel/qat/qat_common/ |
H A D | adf_gen2_config.c | 15 char key[ADF_CFG_MAX_KEY_LEN_IN_BYTES]; in adf_gen2_crypto_dev_config() local 114 char key[ADF_CFG_MAX_KEY_LEN_IN_BYTES]; in adf_gen2_comp_dev_config() local
|
/openbmc/linux/net/mac80211/ |
H A D | michael.c | 27 static void michael_mic_hdr(struct michael_mic_ctx *mctx, const u8 *key, in michael_mic_hdr() 53 void michael_mic(const u8 *key, struct ieee80211_hdr *hdr, in michael_mic()
|
/openbmc/linux/samples/bpf/ |
H A D | tracex2_user.c | 45 struct hist_key key = {}, next_key; in print_hist_for_pid() local 84 struct hist_key key = {}, next_key; in print_hist() local 118 long key, next_key, value; in main() local
|
/openbmc/linux/tools/testing/selftests/kvm/s390x/ |
H A D | tprot.c | 22 static int set_storage_key(void *addr, uint8_t key) in set_storage_key() 47 static enum permission test_protection(void *addr, uint8_t key) in test_protection() 75 uint8_t key; member
|
/openbmc/linux/tools/include/linux/ |
H A D | hashtable.h | 57 #define hash_add(hashtable, node, key) \ argument 132 #define hash_for_each_possible(name, obj, member, key) \ argument 144 #define hash_for_each_possible_safe(name, obj, tmp, member, key) \ argument
|
/openbmc/linux/crypto/ |
H A D | crypto_null.c | 59 static int null_hash_setkey(struct crypto_shash *tfm, const u8 *key, in null_hash_setkey() 63 static int null_skcipher_setkey(struct crypto_skcipher *tfm, const u8 *key, in null_skcipher_setkey() 67 static int null_setkey(struct crypto_tfm *tfm, const u8 *key, in null_setkey()
|