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