Searched refs:krb5_auth_send (Results 1 - 4 of 4) sorted by relevance

/sssd-io/src/tests/cmocka/
H A Dtest_krb5_wait_queue.c46 struct tevent_req *krb5_auth_send(TALLOC_CTX *mem_ctx, function
171 will_return(krb5_auth_send, username);
172 will_return(krb5_auth_send, us_delay);
173 will_return(krb5_auth_send, ret);
174 will_return(krb5_auth_send, pam_status);
175 will_return(krb5_auth_send, dp_err);
/sssd-io/src/providers/krb5/
H A Dkrb5_auth.h91 /* Please use krb5_auth_send/recv *only* if you're certain there can't
96 struct tevent_req *krb5_auth_send(TALLOC_CTX *mem_ctx,
H A Dkrb5_wait_queue.c56 req = krb5_auth_send(qe->parent_req, qe->be_ctx->ev,
59 DEBUG(SSSDBG_CRIT_FAILURE, "krb5_auth_send failed.\n");
287 subreq = krb5_auth_send(req, ev, be_ctx, pd, krb5_ctx);
289 DEBUG(SSSDBG_CRIT_FAILURE, "krb5_auth_send failed.\n");
H A Dkrb5_auth.c452 struct tevent_req *krb5_auth_send(TALLOC_CTX *mem_ctx, function
1239 DEBUG(SSSDBG_CRIT_FAILURE, "krb5_auth_send failed.\n");

Completed in 10 milliseconds