Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dgss-serv.c220 OM_uint32 oidl; in ssh_gssapi_parse_ename() local
239 oidl = get_u16(tok+2); /* length including next two bytes */ in ssh_gssapi_parse_ename()
240 oidl = oidl-2; /* turn it into the _real_ length of the variable OID */ in ssh_gssapi_parse_ename()
246 if (tok[4] != 0x06 || tok[5] != oidl || in ssh_gssapi_parse_ename()
247 ename->length < oidl+6 || in ssh_gssapi_parse_ename()
248 !ssh_gssapi_check_oid(ctx, tok+6, oidl)) in ssh_gssapi_parse_ename()
251 offset = oidl+6; in ssh_gssapi_parse_ename()