/openbmc/u-boot/fs/ubifs/ |
H A D | lprops.c | 1135 key_read(c, ubifs_idx_key(c, idx), &snod->key); in scan_check_cb() 1139 found = ubifs_tnc_has_node(c, &snod->key, level, lnum, in scan_check_cb()
|
/openbmc/u-boot/doc/ |
H A D | README.rockchip | 158 Hit any key to stop autoboot: 0 335 is encoding using RC4 with the key 7c4e0304550509072d2c7b38170d1711. The SPL
|
/openbmc/linux/net/netfilter/ |
H A D | nf_nat_proto.c | 306 pr_debug("call_id -> 0x%04x\n", ntohs(tuple->dst.u.gre.key)); in gre_manip_pkt() 307 pgreh->call_id = tuple->dst.u.gre.key; in gre_manip_pkt()
|
/openbmc/linux/drivers/firewire/ |
H A D | core-transaction.c | 1339 .key = 0x81000000, 1346 .key = 0x81000000,
|
/openbmc/linux/arch/arm/boot/dts/samsung/ |
H A D | exynos3250-rinato.dts | 47 power-key { 50 label = "power key";
|
/openbmc/linux/include/linux/mlx5/ |
H A D | driver.h | 924 static inline u32 mlx5_base_mkey(const u32 key) in mlx5_base_mkey() argument 926 return key & 0xffffff00u; in mlx5_base_mkey()
|
/openbmc/linux/drivers/firmware/ |
H A D | qcom_scm.c | 1107 int qcom_scm_ice_set_key(u32 index, const u8 *key, u32 key_size, in qcom_scm_ice_set_key() argument 1140 memcpy(keybuf, key, key_size); in qcom_scm_ice_set_key()
|
/openbmc/openbmc-test-automation/lib/ |
H A D | dump_utils.robot | 396 ${key} ${value}= Set Variable ${task_dict["Payload"]["HttpHeaders"][-1].split(":")} 397 Run Keyword If '${key}' != 'Location' Fail
|
/openbmc/qemu/ |
H A D | hmp-commands-info.hx | 707 .help = "Display the value of a storage key", 714 Display the value of a storage key (s390 only)
|
/openbmc/linux/fs/ |
H A D | xattr.c | 1120 static int rbtree_simple_xattr_cmp(const void *key, const struct rb_node *node) in rbtree_simple_xattr_cmp() argument 1122 const char *xattr_name = key; in rbtree_simple_xattr_cmp()
|
/openbmc/openbmc/poky/documentation/dev-manual/ |
H A D | vulnerabilities.rst | 60 By default, no NVD API key is used to retrieve data from the CVE database, which 62 documentation on how to request and set a NVD API key.
|
/openbmc/linux/drivers/staging/rtl8723bs/core/ |
H A D | rtw_mlme.c | 1944 memcpy(&(psetkeyparm->key[0]), &(psecuritypriv->dot11DefKey[keyid].skey[0]), keylen); in rtw_set_key() 1948 memcpy(&(psetkeyparm->key[0]), &(psecuritypriv->dot11DefKey[keyid].skey[0]), keylen); in rtw_set_key() 1952 memcpy(&psetkeyparm->key, &psecuritypriv->dot118021XGrpKey[keyid], keylen); in rtw_set_key() 1957 memcpy(&psetkeyparm->key, &psecuritypriv->dot118021XGrpKey[keyid], keylen); in rtw_set_key()
|
/openbmc/linux/drivers/thunderbolt/ |
H A D | icm.c | 514 memcpy(request.key, sw->key, TB_SWITCH_KEY_SIZE); in icm_fr_add_switch_key() 1080 memcpy(request.key, sw->key, TB_SWITCH_KEY_SIZE); in icm_tr_add_switch_key()
|
/openbmc/x86-power-control/src/ |
H A D | power_control.cpp | 2450 for (auto& [key, dbusParamName] : dbusParams) in loadConfigValues() 2490 for (auto& [key, timerValue] : TimerMap) in loadConfigValues() 2492 if (timers.contains(key.c_str())) in loadConfigValues() 2494 timerValue = timers[key.c_str()]; in loadConfigValues()
|
/openbmc/qemu/qapi/ |
H A D | qom.json | 510 # @grab-toggle: the key or key combination that toggles device grab 1023 # @author-key-enabled: true if 'id-auth' blob contains the 'AUTHOR_KEY' 1046 '*author-key-enabled': 'bool',
|
/openbmc/qemu/system/ |
H A D | vl.c | 1725 if (!strchr(ent->key, '_')) { in keyval_dashify() 1728 new_key = g_strdup(ent->key); in keyval_dashify() 1735 error_setg(errp, "Conflict between '%s' and '%s'", ent->key, new_key); in keyval_dashify() 1740 qdict_del(qdict, ent->key); in keyval_dashify()
|
/openbmc/u-boot/tools/binman/ |
H A D | ftest.py | 1588 key = '%d.dat' % i 1589 start = entries[key].image_pos 1590 len = entries[key].size
|
/openbmc/linux/Documentation/security/ |
H A D | credentials.rst | 188 Keyrings are a special type of key. They carry sets of other keys and can 189 be searched for the desired key. Each process may subscribe to a number 196 When a process accesses a key, if not already present, it will normally be
|
/openbmc/linux/drivers/net/ethernet/brocade/bna/ |
H A D | bfi_enet.h | 548 u32 key[BFI_ENET_RSS_KEY_LEN]; member
|
/openbmc/openbmc/poky/meta/recipes-graphics/mesa/mesa-demos/ |
H A D | 0004-Use-DEMOS_DATA_DIR-to-locate-data-files.patch | 131 @@ -169,7 +169,7 @@ SpecialKey(int key, int x, int y)
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | zynqmp-zcu111-revA.dts | 54 gpio-key,wakeup;
|
H A D | sun4i-a10-inet9f-rev03.dts | 312 key_pins_inet9f: key-pins {
|
/openbmc/linux/Documentation/driver-api/usb/ |
H A D | hotplug.rst | 48 some kernel event. That name is used as the first key for further event
|
/openbmc/linux/drivers/crypto/marvell/cesa/ |
H A D | cesa.h | 240 __le32 key[8]; member
|
/openbmc/docs/designs/ |
H A D | redfish-resource-supplement-for-pfr.md | 238 3. Corrupt the security key's by directly mocking hardware and validate.
|