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

/freebsd-10.0-release/crypto/openssh/
H A Dgss-serv.c193 OM_uint32 oidl; local
212 oidl = get_u16(tok+2); /* length including next two bytes */
213 oidl = oidl-2; /* turn it into the _real_ length of the variable OID */
219 if (tok[4] != 0x06 || tok[5] != oidl ||
220 ename->length < oidl+6 ||
221 !ssh_gssapi_check_oid(ctx, tok+6, oidl))
224 offset = oidl+6;

Completed in 112 milliseconds