|
PostgreSQL Source Code git master
|
Data Fields | |
| fe_scram_state_enum | state |
| PGconn * | conn |
| char * | password |
| char * | sasl_mechanism |
| pg_cryptohash_type | hash_type |
| int | key_length |
| uint8 | SaltedPassword [SCRAM_MAX_KEY_LEN] |
| char * | client_nonce |
| char * | client_first_message_bare |
| char * | client_final_message_without_proof |
| char * | server_first_message |
| uint8 * | salt |
| int | saltlen |
| int | iterations |
| char * | nonce |
| char * | server_final_message |
| uint8 | ServerSignature [SCRAM_MAX_KEY_LEN] |
Definition at line 52 of file fe-auth-scram.c.
| char* fe_scram_state::client_final_message_without_proof |
Definition at line 69 of file fe-auth-scram.c.
| char* fe_scram_state::client_first_message_bare |
Definition at line 68 of file fe-auth-scram.c.
| char* fe_scram_state::client_nonce |
Definition at line 67 of file fe-auth-scram.c.
| PGconn* fe_scram_state::conn |
Definition at line 57 of file fe-auth-scram.c.
| pg_cryptohash_type fe_scram_state::hash_type |
Definition at line 62 of file fe-auth-scram.c.
| int fe_scram_state::iterations |
Definition at line 75 of file fe-auth-scram.c.
| int fe_scram_state::key_length |
Definition at line 63 of file fe-auth-scram.c.
| char* fe_scram_state::nonce |
Definition at line 76 of file fe-auth-scram.c.
| char* fe_scram_state::password |
Definition at line 58 of file fe-auth-scram.c.
| uint8* fe_scram_state::salt |
Definition at line 73 of file fe-auth-scram.c.
| uint8 fe_scram_state::SaltedPassword[SCRAM_MAX_KEY_LEN] |
Definition at line 66 of file fe-auth-scram.c.
| int fe_scram_state::saltlen |
Definition at line 74 of file fe-auth-scram.c.
| char* fe_scram_state::sasl_mechanism |
Definition at line 59 of file fe-auth-scram.c.
| char* fe_scram_state::server_final_message |
Definition at line 79 of file fe-auth-scram.c.
| char* fe_scram_state::server_first_message |
Definition at line 72 of file fe-auth-scram.c.
| uint8 fe_scram_state::ServerSignature[SCRAM_MAX_KEY_LEN] |
Definition at line 80 of file fe-auth-scram.c.
| fe_scram_state_enum fe_scram_state::state |
Definition at line 54 of file fe-auth-scram.c.