Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/kpasswd/
H A Dkpasswdd.c77 uint16_t len, ap_rep_len; in send_reply() local
82 ap_rep_len = ap_rep->length; in send_reply()
84 ap_rep_len = 0; in send_reply()
86 len = 6 + ap_rep_len + rest->length; in send_reply()
92 *p++ = (ap_rep_len >> 8) & 0xFF; in send_reply()
93 *p++ = (ap_rep_len >> 0) & 0xFF; in send_reply()
107 if (ap_rep_len) { in send_reply()