Home
last modified time | relevance | path

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

/openbmc/phosphor-certificate-manager/
H A Dcertificate.cpp570 EVPPkeyPtr priKey( in checkAndAppendPrivateKey() local
573 if (!priKey) in checkAndAppendPrivateKey()
656 EVPPkeyPtr priKey( in compareKeys() local
659 if (!priKey) in compareKeys()
669 int32_t rc = EVP_PKEY_cmp(priKey.get(), pubKey.get()); in compareKeys()
671 int32_t rc = EVP_PKEY_eq(priKey.get(), pubKey.get()); in compareKeys()