Greenbone Vulnerability Management Libraries 22.8.0
PBASettings Struct Reference

#include <passwordbasedauthentication.h>

Collaboration diagram for PBASettings:
Collaboration graph

Data Fields

char pepper [MAX_PEPPER_SIZE]
 
unsigned int count
 
char * prefix
 

Detailed Description

PBASettings is used by pba_hash to control SALT, HASH function and computional costs.

Definition at line 22 of file passwordbasedauthentication.h.

Field Documentation

◆ count

unsigned int PBASettings::count

Definition at line 25 of file passwordbasedauthentication.h.

Referenced by Ensure(), pba_hash(), and pba_init().

◆ pepper

char PBASettings::pepper[MAX_PEPPER_SIZE]

Definition at line 24 of file passwordbasedauthentication.h.

Referenced by Ensure(), pba_hash(), pba_init(), and pba_verify_hash().

◆ prefix

char* PBASettings::prefix

Definition at line 26 of file passwordbasedauthentication.h.

Referenced by Ensure(), pba_hash(), pba_init(), and pba_verify_hash().


The documentation for this struct was generated from the following file: