Lines Matching +full:special +full:- +full:purpose
4 * Adapted from MIT Kerberos 5-1.2.1 lib/gssapi/krb5/k5unseal.c
6 * Copyright (c) 2000-2008 The Regents of the University of Michigan.
16 * and its documentation for any purpose is hereby granted without fee,
23 * purpose. It is provided "as is" without express or implied warranty.
27 * EVENT SHALL OPENVISION BE LIABLE FOR ANY SPECIAL, INDIRECT OR
45 * distribute this software and its documentation for any purpose and
52 * this software for any purpose. It is provided "as is" without express
57 * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
74 struct crypto_ahash *tfm = ctx->initiate ? in gss_krb5_verify_mic_v2()
75 ctx->acceptor_sign : ctx->initiator_sign; in gss_krb5_verify_mic_v2()
78 .len = ctx->gk5e->cksumlength, in gss_krb5_verify_mic_v2()
81 u8 *ptr = read_token->data; in gss_krb5_verify_mic_v2()
94 if ((!ctx->initiate && (flags & KG2_TOKEN_FLAG_SENTBYACCEPTOR)) || in gss_krb5_verify_mic_v2()
95 (ctx->initiate && !(flags & KG2_TOKEN_FLAG_SENTBYACCEPTOR))) in gss_krb5_verify_mic_v2()
112 ctx->gk5e->cksumlength)) in gss_krb5_verify_mic_v2()
117 if (now > ctx->endtime) in gss_krb5_verify_mic_v2()