MySQL 8.4.0
Source Code Documentation
AuthSha256Password Member List

This is the complete list of members for AuthSha256Password, including all inherited members.

connection_has_public_key(MysqlRoutingClassicConnectionBase *connection)AuthBasestatic
is_public_key(const std::string_view &data)AuthSha256Passwordstatic
is_public_key_request(const std::string_view &data)AuthSha256Passwordstatic
kEmptyPasswordAuthSha256Passwordstatic
kNameAuthSha256Passwordstatic
kNonceLengthAuthSha256Passwordstatic
kPublicKeyRequestAuthSha256Passwordstatic
private_key_decrypt(std::string_view ciphertext, EVP_PKEY *priv)AuthBasestatic
public_key_encrypt(std::string plaintext, EVP_PKEY *pkey)AuthBasestatic
public_key_from_pem(std::string_view pubkey)AuthBasestatic
public_key_from_ssl_ctx_as_pem(SSL_CTX *ssl_ctx)AuthBasestatic
rsa_decrypt_password(SSL_CTX *ssl_ctx, std::string_view encrypted, std::string_view nonce)AuthBasestatic
rsa_encrypt_password(const EvpPkey &pkey, std::string_view password, std::string_view nonce)AuthBasestatic
scramble(std::string_view nonce, std::string_view pwd)AuthSha256Passwordstatic
send_encrypted_password(Channel &dst_channel, ClassicProtocolState &dst_protocol, const std::string &password)AuthSha256Passwordstatic
send_plaintext_password(Channel &dst_channel, ClassicProtocolState &dst_protocol, const std::string &password)AuthSha256Passwordstatic
send_public_key(Channel &dst_channel, ClassicProtocolState &dst_protocol, const std::string &public_key)AuthSha256Passwordstatic
send_public_key_request(Channel &dst_channel, ClassicProtocolState &dst_protocol)AuthSha256Passwordstatic
strip_trailing_null(std::string_view s)AuthBasestatic