Home
last modified time | relevance | path

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

/openbmc/openpower-pnor-code-mgmt/
H A Dimage_verify.cpp227 auto hashStruct = EVP_get_digestbyname(hashFunc.c_str()); in verifyFile() local
228 if (!hashStruct) in verifyFile()
235 auto result = EVP_DigestVerifyInit(rsaVerifyCtx.get(), nullptr, hashStruct, in verifyFile()
/openbmc/phosphor-bmc-code-mgmt/
H A Dimage_verify.cpp330 auto hashStruct = EVP_get_digestbyname(hashFunc.c_str()); in verifyFile() local
331 if (!hashStruct) in verifyFile()
338 auto result = EVP_DigestVerifyInit(rsaVerifyCtx.get(), nullptr, hashStruct, in verifyFile()