gsasl
2.2.1
|
Go to the source code of this file.
Functions | |
bool | scram_valid_client_first (struct scram_client_first *cf) |
bool | scram_valid_server_first (struct scram_server_first *sf) |
bool | scram_valid_client_final (struct scram_client_final *cl) |
bool | scram_valid_server_final (struct scram_server_final *sl) |
bool scram_valid_client_final | ( | struct scram_client_final * | cl | ) |
Definition at line 104 of file scram/validate.c.
bool scram_valid_client_first | ( | struct scram_client_first * | cf | ) |
Definition at line 32 of file scram/validate.c.
bool scram_valid_server_final | ( | struct scram_server_final * | sl | ) |
Definition at line 134 of file scram/validate.c.
bool scram_valid_server_first | ( | struct scram_server_first * | sf | ) |
Definition at line 79 of file scram/validate.c.