Home
last modified time | relevance | path

Searched refs:KeyType (Results 1 – 9 of 9) sorted by relevance

/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dkey.hpp32 enum class KeyType{ enum
76 NLOHMANN_JSON_SERIALIZE_ENUM(KeyType, {
77 {KeyType::Invalid, "Invalid"},
78 {KeyType::NVMeoF, "NVMeoF"},
79 {KeyType::SSH, "SSH"},
/openbmc/linux/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_cam.h19 u16 KeyType, const u8 *MacAddr, u8 DefaultKey,
22 u16 KeyType, const u8 *MacAddr, u32 *KeyContent);
H A Drtl_cam.c52 u16 KeyType, const u8 *MacAddr, u32 *KeyContent) in rtl92e_set_swcam() argument
62 ieee->swcamtable[EntryNo].key_type = KeyType; in rtl92e_set_swcam()
69 u16 KeyType, const u8 *MacAddr, u8 DefaultKey, in rtl92e_set_key() argument
97 usConfig |= BIT15 | (KeyType << 2); in rtl92e_set_key()
99 usConfig |= BIT15 | (KeyType << 2) | KeyIndex; in rtl92e_set_key()
/openbmc/phosphor-psu-code-mgmt/tools/
H A Dgenerate-psu-tar212 echo KeyType="${key_type}" >> $manifest_location
/openbmc/phosphor-bmc-code-mgmt/
H A Dgen-bios-tar207 echo KeyType="${key_type}" >> $manifest_location
/openbmc/openpower-pnor-code-mgmt/
H A Dgenerate-tar292 echo KeyType="${key_type}" >> $manifest_location
/openbmc/docs/architecture/code-update/
H A Dcode-update.md24 purpose, version, KeyType (Key type used for signature), HashType (SHA type used
32 KeyType=OpenBMC
/openbmc/linux/drivers/staging/rtl8192u/
H A Dr8192U.h1120 void setKey(struct net_device *dev, u8 EntryNo, u8 KeyIndex, u16 KeyType,
/openbmc/openbmc/meta-phosphor/classes/
H A Dimage_types_phosphor.bbclass693 fd.write('KeyType={}\n'.format(get_pubkey_type(d)))