Searched defs:auth_tok (Results 1 - 1 of 1) sorted by relevance

/sssd/src/providers/krb5/
H A Dkrb5_child.c461 struct sss_auth_token *auth_tok,
470 switch (sss_authtok_get_type(auth_tok)) {
472 ret = sss_authtok_get_password(auth_tok, &pwd, &len);
481 ret = sss_authtok_get_2fa(auth_tok, &pwd, &len, &fa2, &fa2_len);
459 tokeninfo_matches(TALLOC_CTX *mem_ctx, const krb5_responder_otp_tokeninfo *ti, struct sss_auth_token *auth_tok, char **out_token, char **out_pin) argument

Completed in 1753 milliseconds