|
gsasl
2.2.2
|
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 103 of file scram/validate.c.
| bool scram_valid_client_first | ( | struct scram_client_first * | cf | ) |
Definition at line 31 of file scram/validate.c.
| bool scram_valid_server_final | ( | struct scram_server_final * | sl | ) |
Definition at line 133 of file scram/validate.c.
| bool scram_valid_server_first | ( | struct scram_server_first * | sf | ) |
Definition at line 78 of file scram/validate.c.