Lines Matching refs:pcounter
101 unsigned char **pcounter)
107 && (pcounter == NULL
108 || (*pcounter = WPACKET_get_curr(pkt)) != NULL)
120 uint32_t keylen_bits, unsigned char **pcounter)
134 && DER_w_keyinfo(pkt, der_oid, der_oidlen, pcounter)
208 unsigned char *pcounter = NULL, *der_buf = NULL;
236 keylen_bits, &pcounter))
251 if (pcounter == NULL
252 || pcounter[0] != 0x04
253 || pcounter[1] != 0x04)
255 *out_ctr = (pcounter + 2);