Home
last modified time | relevance | path

Searched refs:key (Results 3951 – 3975 of 5261) sorted by relevance

1...<<151152153154155156157158159160>>...211

/openbmc/linux/Documentation/sphinx/
H A Dautomarkup.py104 sorted_matches = sorted(chain(*match_iterators), key=lambda m: m.start())
/openbmc/linux/arch/arm/boot/dts/st/
H A Dste-href-tvk1281618-r3.dtsi149 bootloader-key = /bits/ 8 <0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07>;
/openbmc/linux/arch/arm/boot/dts/marvell/
H A Darmada-381-netgear-gs110emx.dts27 key-factory-default {
/openbmc/linux/arch/arm/boot/dts/nvidia/
H A Dtegra30-apalis-eval.dts196 key-wakeup {
H A Dtegra20-colibri-eval-v3.dts214 key-wakeup {
/openbmc/openbmc-test-automation/lib/
H A Dresource.robot48 # Assign BMC password as default. User can input using -v option to key in
/openbmc/linux/drivers/scsi/
H A Dsd.c1882 rsv->key = get_unaligned_be64(&data[8]); in sd_pr_read_reservation()
1887 static int sd_pr_out_command(struct block_device *bdev, u8 sa, u64 key, in sd_pr_out_command() argument
1905 put_unaligned_be64(key, &data[0]); in sd_pr_out_command()
1935 static int sd_pr_reserve(struct block_device *bdev, u64 key, enum pr_type type, in sd_pr_reserve() argument
1940 return sd_pr_out_command(bdev, 0x01, key, 0, in sd_pr_reserve()
1944 static int sd_pr_release(struct block_device *bdev, u64 key, enum pr_type type) in sd_pr_release() argument
1946 return sd_pr_out_command(bdev, 0x02, key, 0, in sd_pr_release()
1957 static int sd_pr_clear(struct block_device *bdev, u64 key) in sd_pr_clear() argument
1959 return sd_pr_out_command(bdev, 0x03, key, 0, 0, 0); in sd_pr_clear()
/openbmc/linux/mm/
H A Dvmscan.c3348 key[1] = hash >> BLOOM_FILTER_SHIFT; in get_item_key()
3353 int key[2]; in test_bloom_filter() local
3361 get_item_key(item, key); in test_bloom_filter()
3363 return test_bit(key[0], filter) && test_bit(key[1], filter); in test_bloom_filter()
3368 int key[2]; in update_bloom_filter() local
3376 get_item_key(item, key); in update_bloom_filter()
3378 if (!test_bit(key[0], filter)) in update_bloom_filter()
3379 set_bit(key[0], filter); in update_bloom_filter()
3380 if (!test_bit(key[1], filter)) in update_bloom_filter()
3381 set_bit(key[1], filter); in update_bloom_filter()
[all …]
/openbmc/openbmc/poky/meta/classes-global/
H A Dpackage_rpm.bbclass53 key = "FILE" + varname + ":" + dfile + ":" + pkg
54 deps = filter_nativesdk_deps(srcname, d.getVar(key) or "")
115 # append the name of tarball to key word 'SOURCE' in xxx.spec.
278 key = "FILE" + varname + ":" + dfile + ":" + pkg
279 depends = d.getVar(key)
/openbmc/linux/drivers/net/wireless/zydas/
H A Dzd1201.c1405 struct iw_request_info *info, union iwreq_data *wrqu, char *key) in zd1201_set_encode() argument
1430 err = zd1201_setconfig(zd, rid, key, erq->length, 1); in zd1201_set_encode()
1434 memcpy(zd->encode_keys[i], key, erq->length); in zd1201_set_encode()
1463 struct iw_request_info *info, union iwreq_data *wrqu, char *key) in zd1201_get_encode() argument
1491 memcpy(key, zd->encode_keys[i], erq->length); in zd1201_get_encode()
/openbmc/linux/drivers/media/usb/dvb-usb-v2/
H A Daf9035.c1862 u32 key; in af9035_rc_query() local
1875 key = RC_SCANCODE_NEC(buf[0], buf[2]); in af9035_rc_query()
1879 key = RC_SCANCODE_NECX(buf[0] << 8 | buf[1], buf[2]); in af9035_rc_query()
1884 key = RC_SCANCODE_NEC32(buf[0] << 24 | buf[1] << 16 | in af9035_rc_query()
1891 rc_keydown(d->rc_dev, proto, key, 0); in af9035_rc_query()
/openbmc/linux/arch/arm64/kernel/
H A Dptrace.c1260 static __uint128_t pac_key_to_user(const struct ptrauth_key *key) in pac_key_to_user() argument
1262 return (__uint128_t)key->hi << 64 | key->lo; in pac_key_to_user()
1267 struct ptrauth_key key = { in pac_key_from_user() local
1272 return key; in pac_key_from_user()
/openbmc/linux/net/wireless/
H A Dsme.c171 auth_req.key = params->key; in cfg80211_conn_do_work()
1494 connect->key = connkeys->params[idx].key; in cfg80211_connect()
1516 connect->key = NULL; in cfg80211_connect()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dops.c822 struct ieee80211_key_conf *key, in iwl_mvm_frob_txf_key_iter() argument
830 switch (key->cipher) { in iwl_mvm_frob_txf_key_iter()
832 keydata = key->key; in iwl_mvm_frob_txf_key_iter()
833 keylen = key->keylen; in iwl_mvm_frob_txf_key_iter()
/openbmc/linux/arch/x86/crypto/
H A Daesni-intel_asm.S193 # once per key.
1834 movups (UKEYP), %xmm0 # user key (first 16 bytes)
1836 lea 0x10(KEYP), TKEYP # key addr
1842 movups 0x10(UKEYP), %xmm2 # other user key
1873 movq 0x10(UKEYP), %xmm2 # other user key
1949 movl 480(KEYP), KLEN # key length
1974 movaps (KEYP), KEY # key
2037 movaps (KEYP), KEY # key
2138 mov 480(KEYP), KLEN # key length
2164 movaps (KEYP), KEY # key
[all …]
/openbmc/linux/net/core/
H A Dfilter.c4669 to->tunnel_id = be64_to_cpu(info->key.tun_id); in BPF_CALL_4()
4670 to->tunnel_tos = info->key.tos; in BPF_CALL_4()
4671 to->tunnel_ttl = info->key.ttl; in BPF_CALL_4()
4673 to->tunnel_flags = info->key.tun_flags; in BPF_CALL_4()
4788 info->key.tun_flags |= TUNNEL_DONT_FRAGMENT; in BPF_CALL_4()
4790 info->key.tun_flags &= ~TUNNEL_CSUM; in BPF_CALL_4()
4792 info->key.tun_flags |= TUNNEL_SEQ; in BPF_CALL_4()
4794 info->key.tun_flags &= ~TUNNEL_KEY; in BPF_CALL_4()
4797 info->key.tos = from->tunnel_tos; in BPF_CALL_4()
4798 info->key.ttl = from->tunnel_ttl; in BPF_CALL_4()
[all …]
/openbmc/qemu/docs/system/
H A Dpr-manager.rst69 As of August 2017, a reservation key must be specified in ``multipath.conf``
/openbmc/u-boot/fs/btrfs/
H A Dbtrfs_tree.h488 struct btrfs_key key; member
/openbmc/qemu/pc-bios/keymaps/
H A Dsv19 # Translate Menu to the Windows Application key.
/openbmc/linux/Documentation/driver-api/80211/
H A Dmac80211-advanced.rst190 .. kernel-doc:: net/mac80211/key.c
/openbmc/linux/Documentation/admin-guide/media/
H A Dremote-controller.rst40 layer, i.e. you'll see the keys of the remote as normal key strokes
/openbmc/linux/Documentation/admin-guide/cifs/
H A Dauthors.rst50 - Aurelien Aptel (for DFS SMB3 work and some key bug fixes)
/openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/
H A Dn1sdp.md4 …ess to the Arm Neoverse N1 SoC. The N1SDP enables software development for key enterprise technolo…
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Telemetry/
H A DTrigger.interface.yaml33 used as map's key. Its value is a metadata that is used to store user
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/liboauth/liboauth/
H A D0001-Support-OpenSSL-1.1.0.patch40 return xstrdup("liboauth/OpenSSL: can not read private key");

1...<<151152153154155156157158159160>>...211