MySQL 9.1.0
Source Code Documentation
|
Interface for cryptographic digest generation. More...
#include <i_sha2_password_common.h>
Public Member Functions | |
virtual bool | update_digest (const void *src, unsigned int length)=0 |
virtual bool | retrieve_digest (unsigned char *digest, unsigned int length)=0 |
virtual void | scrub ()=0 |
virtual | ~Generate_digest ()=default |
Interface for cryptographic digest generation.
|
virtualdefault |
|
pure virtual |
Implemented in sha2_password::SHA256_digest.
|
pure virtual |
Implemented in sha2_password::SHA256_digest.
|
pure virtual |
Implemented in sha2_password::SHA256_digest.