Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/user_channel/
H A Dusercommands.cpp339 size_t cmpLen = testPassword.size(); in ipmiSetUserPassword() local
340 bool pwLenDiffers = password.size() != cmpLen; in ipmiSetUserPassword()
350 bool pwBad = CRYPTO_memcmp(cmpPassword, testPassword.data(), cmpLen); in ipmiSetUserPassword()