gsasl  2.2.1
Functions
scram/parser.c File Reference
#include <config.h>
#include "parser.h"
#include <stdlib.h>
#include <string.h>
#include "validate.h"
#include "c-ctype.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 *sf)
 
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 sf 
)

Definition at line 218 of file scram/parser.c.