Lines Matching defs:contpkt
189 PACKET contpkt, tmppkt;
195 || !ossl_decode_der_length(pkt, &contpkt))
199 tmppkt = contpkt;
211 if (BN_bin2bn(PACKET_data(&contpkt),
212 (int)PACKET_remaining(&contpkt), n) == NULL)
237 PACKET pkt, contpkt;
243 || !ossl_decode_der_length(&pkt, &contpkt)
244 || !ossl_decode_der_integer(&contpkt, r)
245 || !ossl_decode_der_integer(&contpkt, s)
246 || PACKET_remaining(&contpkt) != 0)