34 typedef SmlBool (* SmlAuthVerifyCb)(
SmlChal *chal,
SmlCred *cred,
const char *username,
void *userdata,
SmlError **error);
40 void smlAuthSetVerifyCallback(
SmlAuthenticator *auth, SmlAuthVerifyCb callback,
void *userdata);
45 SmlBool smlAuthVerify(
SmlChal *chal,
SmlCred *cred,
const char *username,
const char *password,
SmlError **error);