Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/user_channel/
H A Dcipher_mgmt.cpp84 auto csKey = "CipherID" + std::to_string(csNum); in updateCSPrivilegesMap() local
89 static_cast<std::string>(jsonData[chKey][csKey])); in updateCSPrivilegesMap()
217 std::string csKey; in setCSPrivilegeLevels() local
221 csKey = "CipherID" + std::to_string(csNum); in setCSPrivilegeLevels()
228 privData[csKey] = convertToPrivLimitString(priv); in setCSPrivilegeLevels()