|
Greenbone Vulnerability Management Libraries 22.32.0
|
#include <passwordbasedauthentication.h>

Data Fields | |
| char | pepper [MAX_PEPPER_SIZE] |
| unsigned int | count |
| char * | prefix |
PBASettings is used by pba_hash to control SALT, HASH function and computional costs.
Definition at line 22 of file passwordbasedauthentication.h.
| unsigned int PBASettings::count |
Definition at line 25 of file passwordbasedauthentication.h.
Referenced by Ensure(), Ensure(), pba_hash(), and pba_init().
| char PBASettings::pepper[MAX_PEPPER_SIZE] |
Definition at line 24 of file passwordbasedauthentication.h.
Referenced by Ensure(), Ensure(), Ensure(), pba_hash(), pba_init(), and pba_verify_hash().
| char* PBASettings::prefix |
Definition at line 26 of file passwordbasedauthentication.h.
Referenced by Ensure(), Ensure(), Ensure(), pba_hash(), pba_init(), and pba_verify_hash().