Home
last modified time | relevance | path

Searched refs:keyType (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/net/wireless/ath/
H A Dkey.c44 u32 keyType; in ath_hw_keyreset() local
53 keyType = REG_READ(ah, AR_KEYTABLE_TYPE(entry)); in ath_hw_keyreset()
66 if (keyType == AR_KEYTABLE_TYPE_TKIP) { in ath_hw_keyreset()
135 u32 keyType; in ath_hw_set_keycache_entry() local
145 keyType = AR_KEYTABLE_TYPE_AES; in ath_hw_set_keycache_entry()
153 keyType = AR_KEYTABLE_TYPE_CCM; in ath_hw_set_keycache_entry()
156 keyType = AR_KEYTABLE_TYPE_TKIP; in ath_hw_set_keycache_entry()
170 keyType = AR_KEYTABLE_TYPE_40; in ath_hw_set_keycache_entry()
172 keyType = AR_KEYTABLE_TYPE_104; in ath_hw_set_keycache_entry()
174 keyType = AR_KEYTABLE_TYPE_128; in ath_hw_set_keycache_entry()
[all …]
/openbmc/openpower-pnor-code-mgmt/
H A Dimage_verify.cpp44 keyType = keyValues.at(keyTypeTag); in Signature()
167 for (const auto& keyType : keyTypes) in systemLevelVerify() local
169 auto keyHashPair = getKeyHashFileNames(keyType); in systemLevelVerify()
H A Dimage_verify.hpp212 Key_t keyType; member in openpower::software::image::Signature
/openbmc/phosphor-bmc-code-mgmt/bmc/
H A Dimage_verify.cpp45 keyType = Version::getValue(file, keyTypeTag); in Signature()
269 for (const auto& keyType : keyTypes) in systemLevelVerify() local
271 auto keyHashPair = getKeyHashFileNames(keyType); in systemLevelVerify()
H A Dimage_verify.hpp218 Key_t keyType; member in phosphor::software::image::Signature
/openbmc/phosphor-webui/app/common/directives/
H A Dserial-console.js6 if (configJSON.keyType == 'VT100+') {
11 if (configJSON.keyType == 'VT100+') {
/openbmc/bmcweb/include/
H A Dopenbmc_dbus_rest.hpp880 const std::string& keyType = codes[0]; in convertJsonToDbus() local
890 r = convertJsonToDbus(m, keyType, it.first); in convertJsonToDbus()