MySQL 8.4.4
Source Code Documentation
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
AuthBase Member List

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

connection_has_public_key(MysqlRoutingClassicConnectionBase *connection)AuthBasestatic
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
strip_trailing_null(std::string_view s)AuthBasestatic