Home
last modified time | relevance | path

Searched refs:key (Results 3826 – 3850 of 5260) sorted by relevance

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

/openbmc/linux/drivers/net/wireless/ath/
H A Dath.h208 struct ieee80211_key_conf *key);
/openbmc/linux/include/scsi/
H A Dscsi_cmnd.h393 u8 key, u8 asc, u8 ascq);
/openbmc/qemu/tests/
H A DMakefile.include143 --filter-by-tags-include-empty-key) \
/openbmc/linux/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/
H A Dchcr_ktls.c79 unsigned char *key, *salt; in chcr_ktls_save_keys() local
93 key = info_128_gcm->key; in chcr_ktls_save_keys()
140 ret = aes_expandkey(&aes_ctx, key, keylen); in chcr_ktls_save_keys()
159 memcpy(kctx->key, key, keylen); in chcr_ktls_save_keys()
160 memcpy(kctx->key + keylen, ghash_h, ghash_size); in chcr_ktls_save_keys()
/openbmc/linux/net/netfilter/
H A Dnf_conntrack_core.c214 siphash_key_t key; in hash_conntrack_raw() local
218 key = nf_conntrack_hash_rnd; in hash_conntrack_raw()
220 key.key[0] ^= zoneid; in hash_conntrack_raw()
221 key.key[1] ^= net_hash_mix(net); in hash_conntrack_raw()
225 &key); in hash_conntrack_raw()
/openbmc/linux/drivers/input/
H A Dinput.c277 if (!!test_bit(code, dev->key) != !!value) { in input_get_disposition()
279 __change_bit(code, dev->key); in input_get_disposition()
740 for_each_set_bit(code, dev->key, KEY_CNT) { in input_dev_release_keys()
984 __test_and_clear_bit(old_keycode, dev->key)) { in input_set_keycode()
1628 INPUT_DEV_CAP_ATTR(KEY, key);
2277 INPUT_CLEANSE_BITMASK(dev, KEY, key); in input_cleanse_bitmasks()
2332 test_bit(dev->repeat_key, dev->key) && in input_repeat_key()
/openbmc/linux/security/apparmor/
H A Dapparmorfs.c667 const char *key; in query_data() local
678 key = query + strnlen(query, query_len) + 1; in query_data()
679 if (key + 1 >= query + query_len) in query_data()
681 if (key + strnlen(key, query + query_len - key) >= query + query_len) in query_data()
709 data = rhashtable_lookup_fast(profile->data, &key, in query_data()
/openbmc/u-boot/doc/imx/common/
H A Dmxs.txt45 with a zero key, which is the vast majority of use-cases. In
46 case you do need to produce image encrypted with non-zero key
128 BootStream. The BootStream is encrypted with zero key. In case you need
/openbmc/qemu/docs/specs/
H A Dfw_cfg.rst43 governed independently of Bit14 in the selector key value.
114 by selecting the "signature" item using key 0x0000 (``FW_CFG_SIGNATURE``),
148 uint16_t select; /* selector key of fw_cfg item, big-endian */
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/
H A Duap_cmd.c124 memcpy(&bss_config->wep_cfg[i].key, in mwifiex_set_secure_params()
428 memcpy(wep_key->key, bss_cfg->wep_cfg[i].key, in mwifiex_uap_bss_wep()
/openbmc/linux/io_uring/
H A Dpoll.c55 void *key);
424 void *key) in io_poll_wake() argument
428 __poll_t mask = key_to_poll(key); in io_poll_wake()
/openbmc/linux/drivers/acpi/
H A Dsysfs.c226 #define acpi_compare_param(val, key) \ in param_set_trace_state() argument
227 strncmp((val), (key), sizeof(key) - 1) in param_set_trace_state()
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-g-fbuf.rst242 chroma-key colors are replaced by framebuffer pixels, which is
279 - Use chroma-keying. The chroma-key color is determined by the
311 - Use source chroma-keying. The source chroma-key color is
/openbmc/linux/drivers/crypto/intel/keembay/
H A Docs-aes.c477 int ocs_aes_set_key(struct ocs_aes_dev *aes_dev, u32 key_size, const u8 *key, in ocs_aes_set_key() argument
499 if (!key) in ocs_aes_set_key()
502 key_u32 = (const u32 *)key; in ocs_aes_set_key()
/openbmc/linux/arch/arm/boot/dts/nvidia/
H A Dtegra30-cardhu.dtsi477 key-power {
486 key-volume-down {
493 key-volume-up {
/openbmc/linux/arch/arm64/boot/dts/qcom/
H A Dsdm845-oneplus-common.dtsi57 key-vol-down {
64 key-vol-up {
783 tri_state_key_default: tri-state-key-default-state {
H A Dsm8450-sony-xperia-nagara.dtsi38 key-camera-focus {
47 key-camera-snapshot {
56 key-volume-down {
H A Dsm8150-sony-xperia-kumano.dtsi57 key-camera-focus {
66 key-camera-snapshot {
75 key-vol-down {
/openbmc/linux/drivers/infiniband/hw/mlx4/
H A Dsysfs.c447 u8 key = m->virt2phys_pkey[p->slave][p->port_num - 1][tab_attr->index]; in show_port_pkey() local
449 if (key >= p->dev->dev->caps.pkey_table_len[p->port_num]) in show_port_pkey()
451 return sysfs_emit(buf, "%d\n", key); in show_port_pkey()
/openbmc/openbmc/meta-security/meta-integrity/
H A DREADME.md138 supports adding tha CA's public key to the kernel's system keyring by
141 system key ring via UEFI Secure Boot), one has to enable compilation
251 * On device creation of EVM hashes depends on secure key handling on the
/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/fans/phosphor-fan-control-events-config/
H A Devents.yaml200 description: Set floor speed from first entry with average less than key
204 description: Set ceiling speed based on key transition values with average
/openbmc/linux/drivers/acpi/nfit/
H A Dintel.c273 const struct nvdimm_key_data *key, in intel_security_erase() argument
296 memcpy(nd_cmd.cmd.passphrase, key->data, in intel_security_erase()
/openbmc/linux/drivers/net/wireless/marvell/libertas/
H A Dhost.h379 u8 key[32]; member
827 u8 key[32]; member
/openbmc/linux/drivers/net/ethernet/hisilicon/hns/
H A Dhnae.h524 int (*get_rss)(struct hnae_handle *handle, u32 *indir, u8 *key,
527 const u8 *key, const u8 hfunc);
/openbmc/linux/crypto/
H A Dcast5_generic.c475 int cast5_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int key_len) in cast5_setkey() argument
487 memcpy(p_key, key, key_len); in cast5_setkey()

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