Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/user_channel/
H A Dpasswd_mgr.cpp145 bool doEncrypt, const EVP_CIPHER* cipher, uint8_t* key, size_t keyLen, in encryptDecryptData() argument
158 if (!doEncrypt) in encryptDecryptData()
192 static_cast<int>(doEncrypt)); in encryptDecryptData()
222 if (doEncrypt) in encryptDecryptData()
H A Dpasswd_mgr.hpp122 bool doEncrypt, const EVP_CIPHER* cipher, uint8_t* key, size_t keyLen,