Lines Matching refs:cp2
159 u_char buf[NS_MAXCDNAME], *cp2;
183 cp2 = buf;
184 PUTSHORT(ns_c_any, cp2);
185 PUTLONG(0, cp2);
186 dst_sign_data(SIG_MODE_UPDATE, key, &ctx, buf, cp2-buf,
195 cp2 = buf;
196 PUTSHORT(0, cp2); /*%< Top 16 bits of time */
198 PUTLONG(timesigned, cp2);
200 PUTLONG(in_timesigned, cp2);
201 PUTSHORT(NS_TSIG_FUDGE, cp2);
202 PUTSHORT(error, cp2); /*%< Error */
204 PUTSHORT(0, cp2); /*%< Other data length */
206 PUTSHORT(INT16SZ+INT32SZ, cp2); /*%< Other data length */
207 PUTSHORT(0, cp2); /*%< Top 16 bits of time */
208 PUTLONG(timesigned, cp2);
210 dst_sign_data(SIG_MODE_UPDATE, key, &ctx, buf, cp2-buf,
283 u_char buf[MAXDNAME], *cp2;
350 cp2 = buf;
351 PUTSHORT(0, cp2); /*%< Top 16 bits of time */
352 PUTLONG(timesigned, cp2);
353 PUTSHORT(NS_TSIG_FUDGE, cp2);
356 buf, cp2 - buf, NULL, 0);