proxygen
|
Go to the source code of this file.
Namespaces | |
fizz | |
fizz::detail | |
Functions | |
void | fizz::detail::validateECKey (const folly::ssl::EvpPkeyUniquePtr &key, int curveNid) |
folly::ssl::EvpPkeyUniquePtr | fizz::detail::generateECKeyPair (int curveNid) |
folly::ssl::EvpPkeyUniquePtr | fizz::detail::decodeECPublicKey (folly::ByteRange range, int curveNid) |
std::unique_ptr< folly::IOBuf > | fizz::detail::encodeECPublicKey (const folly::ssl::EvpPkeyUniquePtr &key) |
std::unique_ptr< folly::IOBuf > | fizz::detail::encodeECPublicKey (const folly::ssl::EcKeyUniquePtr &ecKey) |
std::unique_ptr< folly::IOBuf > | fizz::detail::generateEvpSharedSecret (const folly::ssl::EvpPkeyUniquePtr &key, const folly::ssl::EvpPkeyUniquePtr &peerKey) |
std::string | fizz::detail::getOpenSSLError () |