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

/freebsd-11-stable/crypto/heimdal/kdc/
H A Dmit_dump.c306 int tl_type, tl_length; local
311 tl_length = getint(&p); /* data length */
317 buf = malloc(tl_length);
320 getdata(&p, buf, tl_length); /* data itself */
331 buf = malloc(tl_length);
334 getdata(&p, buf, tl_length); /* data itself */

Completed in 273 milliseconds