|
Android-cuttlefish cvd tool
|
#include <openssl/base.h>#include <optional>#include <string>

Go to the source code of this file.
Namespaces | |
| namespace | adb |
| namespace | adb::tls |
Functions | |
| bssl::UniquePtr< X509_NAME > | adb::tls::CreateCAIssuerFromEncodedKey (std::string_view key) |
| std::optional< std::string > | adb::tls::ParseEncodedKeyFromCAIssuer (X509_NAME *issuer) |
| std::string | adb::tls::SHA256BitsToHexString (std::string_view sha256) |
| std::optional< std::string > | adb::tls::SHA256HexStringToBits (std::string_view sha256_str) |