Classes | |
class | Bio |
class | CertificateBundleDecoder |
Helper class to decode a certificate bundle. More... | |
class | EvpMdCtx |
class | EvpPkeyCtx |
Functions | |
const EVP_MD * | digestAlgorithmToEvpMd (DigestAlgorithm algo) |
int | getEvpPkeyType (const EVP_PKEY *key) |
NDN_CXX_NODISCARD const EVP_MD * ndn::security::detail::digestAlgorithmToEvpMd | ( | DigestAlgorithm | algo | ) |
Definition at line 29 of file openssl-helper.cpp.
References ndn::BLAKE2B_512, ndn::BLAKE2S_256, ndn::SHA224, ndn::SHA256, ndn::SHA384, ndn::SHA3_224, ndn::SHA3_256, ndn::SHA3_384, ndn::SHA3_512, and ndn::SHA512.
Referenced by ndn::security::transform::DigestFilter::DigestFilter(), ndn::security::transform::SignerFilter::SignerFilter(), and ndn::security::transform::VerifierFilter::VerifierFilter().
NDN_CXX_NODISCARD int ndn::security::detail::getEvpPkeyType | ( | const EVP_PKEY * | key | ) |
Definition at line 60 of file openssl-helper.cpp.
Referenced by ndn::security::transform::PrivateKey::decrypt(), ndn::security::transform::PublicKey::encrypt(), ndn::security::transform::PublicKey::getKeyType(), and ndn::security::transform::PrivateKey::getKeyType().