Lines Matching refs:auth_context
38 krb5_auth_context auth_context, in verify_checksum() argument
60 if (auth_context->remote_subkey) in verify_checksum()
61 key = auth_context->remote_subkey; in verify_checksum()
62 else if (auth_context->local_subkey) in verify_checksum()
63 key = auth_context->local_subkey; in verify_checksum()
65 key = auth_context->keyblock; in verify_checksum()
85 krb5_auth_context auth_context, in krb5_rd_safe() argument
96 if ((auth_context->flags & in krb5_rd_safe()
133 && auth_context->remote_address in krb5_rd_safe()
135 auth_context->remote_address, in krb5_rd_safe()
145 && auth_context->local_address in krb5_rd_safe()
147 auth_context->local_address, in krb5_rd_safe()
155 if (auth_context->flags & KRB5_AUTH_CONTEXT_DO_TIME) { in krb5_rd_safe()
174 if (auth_context->flags & KRB5_AUTH_CONTEXT_DO_SEQUENCE) { in krb5_rd_safe()
176 && auth_context->remote_seqnumber != 0) in krb5_rd_safe()
179 auth_context->remote_seqnumber)) { in krb5_rd_safe()
184 auth_context->remote_seqnumber++; in krb5_rd_safe()
187 ret = verify_checksum (context, auth_context, &safe); in krb5_rd_safe()
201 if ((auth_context->flags & in krb5_rd_safe()