Searched defs:ti (Results 1 - 2 of 2) sorted by relevance
/sssd-io/src/db/ |
H A D | sysdb_search.c | 2376 int ti = 0; local 2393 ts_attrs->a[ti] = attrs->a[i]; 2394 ti++; 2397 ts_attrs->num = ti;
|
/sssd-io/src/providers/krb5/ |
H A D | krb5_child.c | 312 const krb5_responder_otp_tokeninfo *ti, 321 if (ti->flags & KRB5_RESPONDER_OTP_FLAGS_NEXTOTP) { 325 if (ti->challenge != NULL) { 330 if (ti->length == 0) { 334 if (ti->flags & KRB5_RESPONDER_OTP_FLAGS_COLLECT_TOKEN) { 335 if (ti->length > 0 && ti->length != fa2_len) { 338 "do not match.\n", ti->length, fa2_len); 342 if (ti->flags & KRB5_RESPONDER_OTP_FLAGS_COLLECT_PIN) { 343 if (ti 311 tokeninfo_matches_2fa(TALLOC_CTX *mem_ctx, const krb5_responder_otp_tokeninfo *ti, const char *fa1, size_t fa1_len, const char *fa2, size_t fa2_len, char **out_token, char **out_pin) argument 391 tokeninfo_matches_pwd(TALLOC_CTX *mem_ctx, const krb5_responder_otp_tokeninfo *ti, const char *pwd, size_t len, char **out_token, char **out_pin) argument 487 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 [all...] |
Completed in 12 milliseconds