/openbmc/linux/drivers/thunderbolt/ |
H A D | tb_msgs.h | 244 u32 key[8]; member 414 u32 key[8]; member
|
/openbmc/linux/drivers/infiniband/ulp/iser/ |
H A D | iser_memory.c | 287 wr->key = mr->rkey; in iser_reg_sig_mr() 334 wr->key = mr->rkey; in iser_fast_reg_mr()
|
/openbmc/linux/include/linux/ |
H A D | kernfs.h | 431 struct lock_class_key *key); 527 void *priv, const void *ns, struct lock_class_key *key) in __kernfs_create_file() argument
|
H A D | workqueue.h | 705 void *arg, struct lock_class_key *key); 718 void *arg, struct lock_class_key *key);
|
/openbmc/qemu/scripts/qapi/ |
H A D | introspect.py | 151 for key, value in sorted(obj.items()): 153 to_c_string(key),
|
/openbmc/qemu/io/ |
H A D | trace-events | 58 … *upgrade, const char *key) "Websocket HTTP request ioc=%p protocols='%s' version='%s' host='%s' c…
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 233.out | 10 Generating a random key for user 'psk1' 11 Generating a random key for user 'psk2'
|
/openbmc/linux/arch/arm64/boot/dts/freescale/ |
H A D | imx8qxp.dtsi | 234 compatible = "fsl,imx8qxp-sc-key", "fsl,imx-sc-key";
|
/openbmc/linux/Documentation/input/ |
H A D | event-codes.rst | 41 - Used to describe state changes of keyboards, buttons, or other key-like 124 to represent the 'A' key on a keyboard. When a key is depressed, an event with 125 the key's code is emitted with value 1. When the key is released, an event is 126 emitted with value 0. Some hardware send events when a key is repeated. These
|
/openbmc/linux/arch/x86/crypto/ |
H A D | camellia-aesni-avx2-asm_64.S | 63 t7, mem_cd, key) \ argument 147 vpbroadcastq key, t0; /* higher 64-bit duplicate ignored */ \ 515 y6, y7, rio, key) \ argument 516 vpbroadcastq key, x0; \ 561 y5, y6, y7, key, stack_tmp0, stack_tmp1) \ argument 567 vpbroadcastq key, x0; \
|
/openbmc/linux/drivers/crypto/intel/keembay/ |
H A D | keembay-ocs-aes-core.c | 49 u8 key[OCS_AES_KEYSIZE_256]; member 174 memcpy(tctx->key, in_key, key_len); in save_key() 959 err = ocs_aes_set_key(tctx->aes_dev, tctx->key_len, tctx->key, in kmb_ocs_aes_sk_do_one_request() 983 err = ocs_aes_set_key(tctx->aes_dev, tctx->key_len, tctx->key, in kmb_ocs_aes_aead_do_one_request() 1175 memzero_explicit(tctx->key, OCS_AES_KEYSIZE_256); in clear_key() 1180 tctx->key, OCS_AES); in clear_key()
|
/openbmc/linux/kernel/trace/ |
H A D | trace_output.c | 682 unsigned key; in ftrace_find_event() local 684 key = type & (EVENT_HASHSIZE - 1); in ftrace_find_event() 686 hlist_for_each_entry(event, &event_hash[key], node) { in ftrace_find_event() 741 unsigned key; in register_trace_event() local 774 key = event->type & (EVENT_HASHSIZE - 1); in register_trace_event() 776 hlist_add_head(&event->node, &event_hash[key]); in register_trace_event()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum.c | 2809 memset(key, 0, sizeof(*key)); in mlxsw_sp_sample_trigger_key_init() 2810 key->type = trigger->type; in mlxsw_sp_sample_trigger_key_init() 2811 key->local_port = trigger->local_port; in mlxsw_sp_sample_trigger_key_init() 2820 struct mlxsw_sp_sample_trigger key; in mlxsw_sp_sample_trigger_params_lookup() local 2822 mlxsw_sp_sample_trigger_key_init(&key, trigger); in mlxsw_sp_sample_trigger_params_lookup() 2877 struct mlxsw_sp_sample_trigger key; in mlxsw_sp_sample_trigger_params_set() local 2884 &key, in mlxsw_sp_sample_trigger_params_set() 2913 struct mlxsw_sp_sample_trigger key; in mlxsw_sp_sample_trigger_params_unset() local 2920 &key, in mlxsw_sp_sample_trigger_params_unset() 2953 struct in6_addr key; member [all …]
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
H A D | typeahead.jquery.js | 65 $.each(obj, function(key, val) { argument 66 if (!(result = test.call(null, val, key, obj))) { 77 $.each(obj, function(key, val) { argument 78 if (result = test.call(null, val, key, obj)) { 1535 _.each($input.data(keys.attrs), function(val, key) { argument 1536 _.isUndefined(val) ? $input.removeAttr(key) : $input.attr(key, val);
|
/openbmc/linux/drivers/md/ |
H A D | dm-cache-policy-smq.c | 1653 const char *key, const char *value) in mq_set_config_value() argument 1660 if (!strcasecmp(key, "random_threshold") || in mq_set_config_value() 1661 !strcasecmp(key, "sequential_threshold") || in mq_set_config_value() 1662 !strcasecmp(key, "discard_promote_adjustment") || in mq_set_config_value() 1663 !strcasecmp(key, "read_promote_adjustment") || in mq_set_config_value() 1664 !strcasecmp(key, "write_promote_adjustment")) { in mq_set_config_value() 1665 DMWARN("tunable '%s' no longer has any effect, mq policy is now an alias for smq", key); in mq_set_config_value()
|
/openbmc/linux/drivers/crypto/ |
H A D | Kconfig | 95 tristate "Kernel API for protected key handling" 104 API for proteced key handling. 119 AES cipher algorithms for use with protected key. 122 for example to use protected key encrypted devices. 552 bool "Symmetric-key ciphers only" 555 Enable symmetric-key ciphers only: 669 Xilinx ZynqMP has AES-GCM engine used for symmetric key
|
/openbmc/linux/drivers/net/ethernet/intel/iavf/ |
H A D | iavf_ethtool.c | 1920 static int iavf_get_rxfh(struct net_device *netdev, u32 *indir, u8 *key, in iavf_get_rxfh() argument 1928 if (key) in iavf_get_rxfh() 1929 memcpy(key, adapter->rss_key, adapter->rss_key_size); in iavf_get_rxfh() 1950 const u8 *key, const u8 hfunc) in iavf_set_rxfh() argument 1959 if (!key && !indir) in iavf_set_rxfh() 1962 if (key) in iavf_set_rxfh() 1963 memcpy(adapter->rss_key, key, adapter->rss_key_size); in iavf_set_rxfh()
|
/openbmc/linux/arch/arm64/boot/dts/qcom/ |
H A D | sm8350-sony-xperia-sagami.dtsi | 55 key-camera-focus { 64 key-camera-snapshot { 73 key-google-assist { 82 key-vol-down {
|
/openbmc/linux/arch/arm/boot/dts/samsung/ |
H A D | exynos4210-i9100.dts | 98 key-vol-down { 105 key-vol-up { 112 key-power { 120 key-ok {
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7921/ |
H A D | mac.c | 755 struct ieee80211_key_conf *key, int pid, in mt7921_usb_sdio_write_txwi() argument 761 mt76_connac2_mac_write_txwi(&dev->mt76, txwi, skb, wcid, key, pid, qid, 0); in mt7921_usb_sdio_write_txwi() 772 struct ieee80211_key_conf *key = info->control.hw_key; in mt7921_usb_sdio_tx_prepare_skb() local 796 mt7921_usb_sdio_write_txwi(dev, wcid, qid, sta, key, pktid, skb); in mt7921_usb_sdio_tx_prepare_skb()
|
/openbmc/linux/kernel/locking/ |
H A D | rwsem.c | 311 struct lock_class_key *key) in __init_rwsem() argument 318 lockdep_init_map_wait(&sem->dep_map, name, key, 0, LD_WAIT_SLEEP); in __init_rwsem() 1436 struct lock_class_key *key) in __init_rwsem() argument 1442 lockdep_init_map_wait(&sem->dep_map, name, key, 0, LD_WAIT_SLEEP); in __init_rwsem()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | op_helper.c | 754 const void *HELPER(access_check_cp_reg)(CPUARMState *env, uint32_t key, in HELPER() 758 const ARMCPRegInfo *ri = get_arm_cp_reginfo(cpu->cp_regs, key); in HELPER() 885 const void *HELPER(lookup_cp_reg)(CPUARMState *env, uint32_t key) in HELPER() 888 const ARMCPRegInfo *ri = get_arm_cp_reginfo(cpu->cp_regs, key); in HELPER()
|
/openbmc/linux/drivers/net/ethernet/apm/xgene/ |
H A D | xgene_enet_cle.h | 230 struct xgene_cle_ptree_key key[32]; member
|
/openbmc/linux/fs/orangefs/ |
H A D | protocol.h | 218 char key[ORANGEFS_MAX_XATTR_NAMELEN]; member
|
/openbmc/u-boot/doc/imx/habv4/guides/ |
H A D | encrypted_boot.txt | 10 Therefore, this key is needed to decrypt the data during the
|