Lines Matching defs:in
7 * Redistribution and use in source and binary forms, with or without
12 * 2. Redistributions in binary form must reproduce the above copyright
13 * notice, this list of conditions and the following disclaimer in the
19 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
23 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
24 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
571 /* We need to check here, too, in case the child got corrupted */
757 /* See comment in servconf.h */
834 /* no password authentication in Android. */
978 fatal("UsePAM not set, but ended up in %s anyway", __func__);
1193 /* Save temporarily for comparison in verify */
1717 gss_buffer_desc in;
1726 in.value = buffer_get_string(m, &len);
1727 in.length = len;
1728 major = ssh_gssapi_accept_ctx(gsscontext, &in, &out, &flags);
1729 free(in.value);