MySQL 9.1.0
Source Code Documentation
|
Go to the source code of this file.
Namespaces | |
namespace | routing |
namespace | routing::impl |
Functions | |
template<class Ret , bool nonce_before_double_hashed_password> | |
std::optional< Ret > | routing::impl::scramble (std::string_view nonce, std::string_view password, const EVP_MD *digest_func) |
template<class Ret > | |
std::optional< Ret > | mysql_native_password_scramble (std::string_view nonce, std::string_view pwd) |
template<class Ret > | |
std::optional< Ret > | caching_sha2_password_scramble (std::string_view nonce, std::string_view pwd) |
std::optional< Ret > caching_sha2_password_scramble | ( | std::string_view | nonce, |
std::string_view | pwd | ||
) |
std::optional< Ret > mysql_native_password_scramble | ( | std::string_view | nonce, |
std::string_view | pwd | ||
) |