Home
last modified time | relevance | path

Searched refs:key (Results 3701 – 3725 of 5270) sorted by relevance

1...<<141142143144145146147148149150>>...211

/openbmc/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dt3_hw.c2935 u32 addr, key[4], mask[4]; in t3_config_trace_filter() local
2937 key[0] = tp->sport | (tp->sip << 16); in t3_config_trace_filter()
2938 key[1] = (tp->sip >> 16) | (tp->dport << 16); in t3_config_trace_filter()
2939 key[2] = tp->dip; in t3_config_trace_filter()
2940 key[3] = tp->proto | (tp->vlan << 8) | (tp->intf << 20); in t3_config_trace_filter()
2948 key[3] |= (1 << 29); in t3_config_trace_filter()
2950 key[3] |= (1 << 28); in t3_config_trace_filter()
2953 tp_wr_indirect(adapter, addr++, key[0]); in t3_config_trace_filter()
2955 tp_wr_indirect(adapter, addr++, key[1]); in t3_config_trace_filter()
2957 tp_wr_indirect(adapter, addr++, key[2]); in t3_config_trace_filter()
[all …]
/openbmc/linux/drivers/media/pci/bt8xx/
H A Dbttv-cards.c4629 int key = input % 4; in ivc120_muxsel() local
4633 btv->c.nr, input, matrix, key); in ivc120_muxsel()
4637 ((matrix == 3) ? (key | key << 2) : 0x00), 1); in ivc120_muxsel()
4639 ((matrix == 0) ? (key | key << 2) : 0x00), 1); in ivc120_muxsel()
4641 ((matrix == 1) ? (key | key << 2) : 0x00), 1); in ivc120_muxsel()
4643 ((matrix == 2) ? (key | key << 2) : 0x00), 1); in ivc120_muxsel()
/openbmc/docs/designs/
H A Dredfish-spdm-attestation.md208 - Each manager assumes access to both the private key and the public key (e.g.,
215 - Device certificate does not assume private key access. It is used for identity
216 authentication only. It does not provide CSR signing services. The private key
/openbmc/linux/drivers/media/usb/dvb-usb-v2/
H A Dlmedm04.c273 u32 key; in lme2510_int_response() local
305 key = RC_SCANCODE_NEC32(ibuf[2] << 24 | in lme2510_int_response()
310 deb_info(1, "INT Key = 0x%08x", key); in lme2510_int_response()
311 rc_keydown(adap_to_d(adap)->rc_dev, RC_PROTO_NEC32, key, in lme2510_int_response()
/openbmc/linux/drivers/net/ethernet/hisilicon/hns/
H A Dhns_ethtool.c1190 hns_get_rss(struct net_device *netdev, u32 *indir, u8 *key, u8 *hfunc) in hns_get_rss() argument
1206 return ops->get_rss(priv->ae_handle, indir, key, hfunc); in hns_get_rss()
1210 hns_set_rss(struct net_device *netdev, const u32 *indir, const u8 *key, in hns_set_rss() argument
1229 return ops->set_rss(priv->ae_handle, indir, key, hfunc); in hns_set_rss()
/openbmc/linux/Documentation/arch/x86/
H A Dsgx.rst82 power transitions when the ephemeral key that encrypts enclave memory is lost.
175 checks that the measurement is correct and signature is signed with the key
177 SHA256 of a public key.
182 the MSRs to match the enclave's signing key.
/openbmc/linux/drivers/regulator/
H A Dqcom_smd-regulator.c34 __le32 key; member
50 req[reqlen].key = cpu_to_le32(RPM_KEY_SWEN); in rpm_reg_write_active()
57 req[reqlen].key = cpu_to_le32(RPM_KEY_UV); in rpm_reg_write_active()
64 req[reqlen].key = cpu_to_le32(RPM_KEY_MA); in rpm_reg_write_active()
/openbmc/linux/net/tls/
H A Dtls_main.c66 static_assert(sizeof_field(struct ci, key) == cipher ## _KEY_SIZE); \
72 .key_offset = offsetof(struct ci, key), \
80 .key = cipher ## _KEY_SIZE, \
92 .key = cipher ## _KEY_SIZE, \
/openbmc/openpower-vpd-parser/
H A Dibm_vpd_utils.cpp299 filePath = itemFRUS.key(); in getVpdFilePath()
769 if (postAction.key() == "pin") in executePostFailAction()
773 else if (postAction.key() == "value") in executePostFailAction()
1239 const auto fruPath = fru.key(); in isReadOnlyEEPROM()
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dsensorcommands.cpp1792 record.key.owner_id = bmcI2CAddr; in constructSensorSdrHeaderKey()
1793 record.key.owner_lun = lun; in constructSensorSdrHeaderKey()
1794 record.key.sensor_number = sensornumber; in constructSensorSdrHeaderKey()
2054 record.key.owner_id = bmcI2CAddr; in constructEventSdrHeaderKey()
2055 record.key.owner_lun = lun; in constructEventSdrHeaderKey()
2056 record.key.sensor_number = sensornumber; in constructEventSdrHeaderKey()
2210 if (readBytes <= sizeof(record.header) + sizeof(record.key)) in getSensorDataRecord()
2236 if (readBytes <= sizeof(record.header) + sizeof(record.key)) in getSensorDataRecord()
2260 if (readBytes <= sizeof(record.header) + sizeof(record.key)) in getSensorDataRecord()
/openbmc/qemu/docs/system/s390x/
H A D3270.rst62 * Multiple commands in one inbound buffer (for example, when the reset key
/openbmc/linux/drivers/crypto/hisilicon/sec/
H A Dsec_drv.h244 u8 *key; member
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Dparselogs-ignores-common.txt55 [pulseaudio] authkey.c: Failed to load authentication key
/openbmc/linux/include/linux/
H A Dcrypto.h238 int (*cia_setkey)(struct crypto_tfm *tfm, const u8 *key,
/openbmc/linux/include/drm/
H A Ddrm_legacy.h59 unsigned long key; member
/openbmc/linux/drivers/net/wireless/microchip/wilc1000/
H A Dnetdev.h41 u8 *key; member
/openbmc/linux/include/net/
H A Dflow_dissector.h134 __be32 key; member
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dnvm-reg.h282 __le32 key; member
/openbmc/linux/drivers/platform/x86/hp/
H A DKconfig71 using digital certificates and public-key cryptography that eliminate
/openbmc/linux/arch/arm/boot/dts/allwinner/
H A Dsun8i-h3-nanopi-duo2.dts43 key-0 {
/openbmc/linux/Documentation/hwmon/
H A Doxp-sensors.rst23 button of the device. It will change the key event that it triggers with
/openbmc/linux/Documentation/sphinx/
H A Dcdomain.py114 matches = sorted(chain(*match_iterators), key=lambda m: m.start())
/openbmc/linux/arch/s390/kernel/
H A Ddumpstack.c166 psw->key, psw->mcheck, psw->wait, psw->pstate, psw->as, psw->cc, psw->pm); in show_registers()
/openbmc/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx51-apf51dev.dts56 user-key {
/openbmc/linux/Documentation/admin-guide/
H A Dindex.rst62 analysis of kernel interactions with applications, and key kernel

1...<<141142143144145146147148149150>>...211