Lines Matching refs:cp2
153 u_char buf[NS_MAXCDNAME], *cp2; in ns_sign2() local
177 cp2 = buf; in ns_sign2()
178 PUTSHORT(ns_c_any, cp2); in ns_sign2()
179 PUTLONG(0, cp2); in ns_sign2()
180 dst_sign_data(SIG_MODE_UPDATE, key, &ctx, buf, cp2-buf, in ns_sign2()
189 cp2 = buf; in ns_sign2()
190 PUTSHORT(0, cp2); /*%< Top 16 bits of time */ in ns_sign2()
192 PUTLONG(timesigned, cp2); in ns_sign2()
194 PUTLONG(in_timesigned, cp2); in ns_sign2()
195 PUTSHORT(NS_TSIG_FUDGE, cp2); in ns_sign2()
196 PUTSHORT(error, cp2); /*%< Error */ in ns_sign2()
198 PUTSHORT(0, cp2); /*%< Other data length */ in ns_sign2()
200 PUTSHORT(INT16SZ+INT32SZ, cp2); /*%< Other data length */ in ns_sign2()
201 PUTSHORT(0, cp2); /*%< Top 16 bits of time */ in ns_sign2()
202 PUTLONG(timesigned, cp2); in ns_sign2()
204 dst_sign_data(SIG_MODE_UPDATE, key, &ctx, buf, cp2-buf, in ns_sign2()
277 u_char buf[MAXDNAME], *cp2; in ns_sign_tcp2() local
344 cp2 = buf; in ns_sign_tcp2()
345 PUTSHORT(0, cp2); /*%< Top 16 bits of time */ in ns_sign_tcp2()
346 PUTLONG(timesigned, cp2); in ns_sign_tcp2()
347 PUTSHORT(NS_TSIG_FUDGE, cp2); in ns_sign_tcp2()
350 buf, cp2 - buf, NULL, 0); in ns_sign_tcp2()