Searched refs:KeyType (Results 1 – 9 of 9) sorted by relevance
/openbmc/bmcweb/redfish-core/include/generated/enums/ |
H A D | key.hpp | 32 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 D | rtl_cam.h | 19 u16 KeyType, const u8 *MacAddr, u8 DefaultKey, 22 u16 KeyType, const u8 *MacAddr, u32 *KeyContent);
|
H A D | rtl_cam.c | 52 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 D | generate-psu-tar | 212 echo KeyType="${key_type}" >> $manifest_location
|
/openbmc/phosphor-bmc-code-mgmt/ |
H A D | gen-bios-tar | 207 echo KeyType="${key_type}" >> $manifest_location
|
/openbmc/openpower-pnor-code-mgmt/ |
H A D | generate-tar | 292 echo KeyType="${key_type}" >> $manifest_location
|
/openbmc/docs/architecture/code-update/ |
H A D | code-update.md | 24 purpose, version, KeyType (Key type used for signature), HashType (SHA type used 32 KeyType=OpenBMC
|
/openbmc/linux/drivers/staging/rtl8192u/ |
H A D | r8192U.h | 1120 void setKey(struct net_device *dev, u8 EntryNo, u8 KeyIndex, u16 KeyType,
|
/openbmc/openbmc/meta-phosphor/classes/ |
H A D | image_types_phosphor.bbclass | 693 fd.write('KeyType={}\n'.format(get_pubkey_type(d)))
|