|
gsasl
1.8.0
|
#include <stddef.h>Go to the source code of this file.
Data Structures | |
| struct | scram_client_first |
| struct | scram_server_first |
| struct | scram_client_final |
| struct | scram_server_final |
Functions | |
| void | scram_free_client_first (struct scram_client_first *cf) |
| void | scram_free_server_first (struct scram_server_first *sf) |
| void | scram_free_client_final (struct scram_client_final *cl) |
| void | scram_free_server_final (struct scram_server_final *sl) |
| void scram_free_client_final | ( | struct scram_client_final * | cl | ) |
| void scram_free_client_first | ( | struct scram_client_first * | cf | ) |
| void scram_free_server_final | ( | struct scram_server_final * | sl | ) |
| void scram_free_server_first | ( | struct scram_server_first * | sf | ) |
1.7.6.1