gsasl
2.2.1
|
#include "tokens.h"
Go to the source code of this file.
Functions | |
int | scram_parse_client_first (const char *str, size_t len, struct scram_client_first *cf) |
int | scram_parse_server_first (const char *str, size_t len, struct scram_server_first *cf) |
int | scram_parse_client_final (const char *str, size_t len, struct scram_client_final *cl) |
int | scram_parse_server_final (const char *str, size_t len, struct scram_server_final *sl) |
int scram_parse_client_final | ( | const char * | str, |
size_t | len, | ||
struct scram_client_final * | cl | ||
) |
Definition at line 329 of file scram/parser.c.
int scram_parse_client_first | ( | const char * | str, |
size_t | len, | ||
struct scram_client_first * | cf | ||
) |
Definition at line 76 of file scram/parser.c.
int scram_parse_server_final | ( | const char * | str, |
size_t | len, | ||
struct scram_server_final * | sl | ||
) |
Definition at line 459 of file scram/parser.c.
int scram_parse_server_first | ( | const char * | str, |
size_t | len, | ||
struct scram_server_first * | cf | ||
) |
Definition at line 218 of file scram/parser.c.