gsasl  2.2.1
Functions
scram/parser.h File Reference
#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)
 

Function Documentation

◆ scram_parse_client_final()

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.

◆ scram_parse_client_first()

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.

◆ scram_parse_server_final()

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.

◆ scram_parse_server_first()

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.