54 const char *p = cf->
cbname;
56 while (*p && strchr (
"ABCDEFGHIJKLMNOPQRSTUVWXYZ"
57 "abcdefghijklmnopqrstuvwxyz" "0123456789.-", *p))
86 if (strchr (sf->
nonce,
','))
90 if (sf->
salt == NULL || *sf->
salt ==
'\0')
94 if (strchr (sf->
salt,
','))
111 if (strchr (cl->
cbind,
','))
119 if (strchr (cl->
nonce,
','))
127 if (strchr (cl->
proof,
','))
bool scram_valid_client_first(struct scram_client_first *cf)
bool scram_valid_server_final(struct scram_server_final *sl)
bool scram_valid_server_first(struct scram_server_first *sf)
bool scram_valid_client_final(struct scram_client_final *cl)