Lines Matching defs:p_bytes
402 unsigned int t, p_bytes;
413 p_bytes = 64 + 8 * t;
423 r.base += p_bytes;
425 r.base += p_bytes;
427 r.base += p_bytes;
438 unsigned int t, p_bytes;
457 p_bytes = 64 + 8 * t;
459 if (r.length < 1 + ISC_SHA1_DIGESTLENGTH + 3 * p_bytes) {
467 dsa->p = BN_bin2bn(r.base, p_bytes, NULL);
468 r.base += p_bytes;
470 dsa->g = BN_bin2bn(r.base, p_bytes, NULL);
471 r.base += p_bytes;
473 dsa->pub_key = BN_bin2bn(r.base, p_bytes, NULL);
474 r.base += p_bytes;
476 key->key_size = p_bytes * 8;
478 isc_buffer_forward(data, 1 + ISC_SHA1_DIGESTLENGTH + 3 * p_bytes);