Home
last modified time | relevance | path

Searched refs:key (Results 4151 – 4175 of 5270) sorted by relevance

1...<<161162163164165166167168169170>>...211

/openbmc/linux/drivers/infiniband/hw/bnxt_re/
H A Dqplib_sp.c519 req.key = cpu_to_le32(mrw->rkey); in bnxt_qplib_free_mrw()
521 req.key = cpu_to_le32(mrw->lkey); in bnxt_qplib_free_mrw()
666 req.key = cpu_to_le32(mr->lkey); in bnxt_qplib_reg_mr()
/openbmc/qemu/net/
H A Dcolo-compare.c246 ConnectionKey key; in packet_enqueue() local
266 fill_connection_key(pkt, &key, false); in packet_enqueue()
269 &key, in packet_enqueue()
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dsstatetests.py789 def recursecb(key, hash1, hash2): argument
793 hashfiles = find_siginfo(key, None, hashes)
801 latesthashes = sorted(matches.keys(), key=lambda h: matches[h]['time'])[-2:]
/openbmc/linux/Documentation/power/
H A Dswsusp.rst338 During suspend a temporary key is created and this key is used to
340 read back into memory the temporary key is destroyed which simply
345 boot. This asserts that any temporary key from an oopsed suspend or
/openbmc/linux/kernel/
H A Dseccomp.c1466 void *key) in recv_wake_function() argument
1469 if (key && !(key_to_poll(key) & (EPOLLIN | EPOLLERR))) in recv_wake_function()
1471 return autoremove_wake_function(wait, mode, sync, key); in recv_wake_function()
/openbmc/linux/drivers/video/fbdev/
H A Dudlfb.c1601 u16 key; in dlfb_parse_vendor_descriptor() local
1603 key = *desc++; in dlfb_parse_vendor_descriptor()
1604 key |= (u16)*desc++ << 8; in dlfb_parse_vendor_descriptor()
1607 switch (key) { in dlfb_parse_vendor_descriptor()
/openbmc/linux/drivers/staging/rtl8712/
H A Drtl871x_mlme.c1175 memcpy(psetkeyparm->key, in r8712_set_key()
1180 memcpy(psetkeyparm->key, in r8712_set_key()
1189 memcpy(psetkeyparm->key, in r8712_set_key()
1199 memcpy(psetkeyparm->key, in r8712_set_key()
/openbmc/linux/crypto/
H A Dserpent_generic.c269 int __serpent_setkey(struct serpent_ctx *ctx, const u8 *key, in __serpent_setkey() argument
281 k8[i] = key[i]; in __serpent_setkey()
452 int serpent_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen) in serpent_setkey() argument
454 return __serpent_setkey(crypto_tfm_ctx(tfm), key, keylen); in serpent_setkey()
/openbmc/linux/net/mac80211/
H A Ddriver-ops.h235 struct ieee80211_key_conf *key);
364 struct ieee80211_key *key, in drv_get_key_seq() argument
368 local->ops->get_key_seq(&local->hw, &key->conf, seq); in drv_get_key_seq()
369 trace_drv_get_key_seq(local, &key->conf); in drv_get_key_seq()
/openbmc/linux/drivers/infiniband/sw/siw/
H A Dsiw_cm.c612 if (memcmp(req->key, MPA_KEY_REQ, 16)) in siw_proc_mpareq()
616 memcpy(req->key, MPA_KEY_REP, 16); in siw_proc_mpareq()
743 if (memcmp(rep->key, MPA_KEY_REP, 16)) { in siw_proc_mpareply()
1484 memcpy(cep->mpa.hdr.key, MPA_KEY_REQ, 16); in siw_connect()
/openbmc/telemetry/tests/src/
H A Dtest_report.cpp687 const auto& [key, value] = GetParam(); in TEST_P()
689 ASSERT_THAT(storedConfiguration.at(key), Eq(value)); in TEST_P()
699 const auto& [key, value] = GetParam(); in TEST_P()
701 ASSERT_THAT(storedConfiguration.at(key), Eq(value)); in TEST_P()
/openbmc/linux/drivers/scsi/
H A Dwd33c93.c1752 check_setup_args(char *key, int *flags, int *val, char *buf) in check_setup_args() argument
1760 if (!strncmp(setup_args[x], key, strlen(key))) in check_setup_args()
1768 cp = setup_args[x] + strlen(key); in check_setup_args()
/openbmc/openbmc-test-automation/openpower/ext_interfaces/
H A Dtest_vmicert_management.robot581 ${CSR_KEY}= Catenate SEPARATOR=_ ${csr_gen_time} csr_server.key
588 # Run openssl command to create a new private key and use that to generate a CSR string
724 # Now do subject and public key verification
744 Remove Files *.csr *.key *.cert
759 Remove Files *.csr *.key *.cert
/openbmc/linux/include/net/
H A Dmac80211.h2088 u8 key[]; member
4327 struct ieee80211_key_conf *key);
4356 struct ieee80211_key_conf *key,
6370 struct ieee80211_key_conf *key,
6394 struct ieee80211_key_conf *key,
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dui-bootstrap-tpls-0.11.0.js8key:b,value:c})},get:function(b){for(var c=0;c<a.length;c++)if(b==a[c].key)return a[c]},keys:funct…
H A Dui-bootstrap-tpls-0.11.0.min.js8key:b,value:c})},get:function(b){for(var c=0;c<a.length;c++)if(b==a[c].key)return a[c]},keys:funct…
/openbmc/linux/drivers/platform/x86/
H A DKconfig104 tristate "Xiaomi WMI key driver"
125 tristate "Lenovo Yoga Book tablet key driver"
132 Say Y here if you want to support the 'Pen' key and keyboard backlight
512 support for Fn-Fx key combinations, Bluetooth control, video
621 the hot key press events. If you know your ThinkPad model does not
938 support for Fn-Fx key combinations, keyboard backlight, and airplane mode
1085 that delivers key events when these buttons are pressed.
/openbmc/linux/tools/testing/selftests/net/mptcp/
H A Dmptcp_join.sh3960 local key
3961 for key in "${!all_tests[@]}"; do
3962 echo " -${key} ${all_tests[${key}]}"
4003 key="${subtests%@*}"
4006 all_tests_args+="${key}"
4008 all_tests[${key}]="${value}"
/openbmc/linux/net/tipc/
H A Dsocket.c2912 u32 key; in tipc_sk_publish() local
2916 key = tsk->portid + tsk->pub_count + 1; in tipc_sk_publish()
2917 if (key == tsk->portid) in tipc_sk_publish()
2921 p = tipc_nametbl_publish(net, ua, &skaddr, key); in tipc_sk_publish()
2942 tipc_nametbl_withdraw(net, &_ua, &p->sk, p->key); in tipc_sk_withdraw()
2954 tipc_nametbl_withdraw(net, ua, &p->sk, p->key); in tipc_sk_withdraw()
3721 if (nla_put_u32(skb, TIPC_NLA_PUBL_KEY, publ->key)) in __tipc_nl_add_sk_publ()
3753 if (p->key == *last_publ) in __tipc_nl_list_sk_publ()
3775 *last_publ = p->key; in __tipc_nl_list_sk_publ()
/openbmc/linux/drivers/net/wireless/ralink/rt2x00/
H A Drt2800lib.c1655 struct ieee80211_key_conf *key) in rt2800_config_wcid_attr_cipher() argument
1698 iveiv_entry.iv[3] |= key->keyidx << 6; in rt2800_config_wcid_attr_cipher()
1705 struct ieee80211_key_conf *key) in rt2800_config_shared_key() argument
1713 key->hw_key_idx = (4 * crypto->bssidx) + key->keyidx; in rt2800_config_shared_key()
1715 memcpy(key_entry.key, crypto->key, in rt2800_config_shared_key()
1716 sizeof(key_entry.key)); in rt2800_config_shared_key()
1758 struct ieee80211_key_conf *key) in rt2800_config_pairwise_key() argument
1770 key->hw_key_idx = crypto->wcid; in rt2800_config_pairwise_key()
1772 memcpy(key_entry.key, crypto->key, in rt2800_config_pairwise_key()
1773 sizeof(key_entry.key)); in rt2800_config_pairwise_key()
[all …]
/openbmc/linux/drivers/s390/net/
H A Dqeth_core_main.c549 unsigned int key = ipv4_addr_hash(cmd->addrs[i].addr); in qeth_add_local_addrs4() local
572 hash_add_rcu(card->local_addrs4, &addr->hnode, key); in qeth_add_local_addrs4()
592 u32 key = ipv6_addr_hash(&cmd->addrs[i].addr); in qeth_add_local_addrs6() local
615 hash_add_rcu(card->local_addrs6, &addr->hnode, key); in qeth_add_local_addrs6()
636 unsigned int key = ipv4_addr_hash(addr->addr); in qeth_del_local_addrs4() local
639 hash_for_each_possible(card->local_addrs4, tmp, hnode, key) { in qeth_del_local_addrs4()
666 u32 key = ipv6_addr_hash(&addr->addr); in qeth_del_local_addrs6() local
685 unsigned int key; in qeth_next_hop_is_local_v4() local
694 key = ipv4_addr_hash(next_hop); in qeth_next_hop_is_local_v4()
713 u32 key; in qeth_next_hop_is_local_v6() local
[all …]
/openbmc/linux/arch/mips/include/asm/
H A Dsgiarcs.h87 ULONG key; /* completely magic */ member
/openbmc/linux/Documentation/ABI/obsolete/
H A Dsysfs-driver-hid-roccat-savu56 which profile and key to read.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/hostapd/hostapd/
H A Ddefconfig121 # PKCS#12 (PFX) support (used to read private key and certificate file from
/openbmc/u-boot/board/freescale/ls1021aqds/
H A DREADME67 - Public key hardware accelerator

1...<<161162163164165166167168169170>>...211