![]() |
MySQL 9.7.0
Source Code Documentation
|
Classes for caching_sha2_authentication plugin. More...
#include <atomic>#include <optional>#include <string>#include <unordered_map>#include "crypt_genhash_impl.h"#include "mysql/plugin.h"#include "mysql/psi/mysql_rwlock.h"#include "sql/auth/i_sha2_password_common.h"#include <openssl/evp.h>Go to the source code of this file.
Classes | |
| struct | sha2_password::sha2_cache_entry |
| class | sha2_password::SHA2_password_cache |
| Password cache used for caching_sha2_authentication. More... | |
| class | sha2_password::Caching_sha2_password |
| Class to handle caching_sha2_authentication Provides methods for: More... | |
Namespaces | |
| namespace | sha2_password_unittest |
| namespace | sha2_password |
Typedefs | |
| typedef struct sha2_password::sha2_cache_entry | sha2_password::sha2_cache_entry |
Enumerations | |
| enum class | sha2_password::Stored_digest_info { sha2_password::CRYPT5 = 0 , sha2_password::PBKDF2_SHA512 , sha2_password::LAST } |
Classes for caching_sha2_authentication plugin.