Home
last modified time | relevance | path

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

/openbmc/phosphor-certificate-manager/
H A Dcertificate.cpp631 EVPPkeyPtr pubKey(X509_get_pubkey(cert.get()), ::EVP_PKEY_free); in compareKeys() local
632 if (!pubKey) in compareKeys()
663 int32_t rc = EVP_PKEY_cmp(priKey.get(), pubKey.get()); in compareKeys()
665 int32_t rc = EVP_PKEY_eq(priKey.get(), pubKey.get()); in compareKeys()