Lines Matching defs:p_bytes
532 unsigned int t, p_bytes;
546 p_bytes = 64 + 8 * t;
558 isc_region_consume(&r, p_bytes);
560 isc_region_consume(&r, p_bytes);
562 isc_region_consume(&r, p_bytes);
574 unsigned int t, p_bytes;
594 p_bytes = 64 + 8 * t;
596 if (r.length < ISC_SHA1_DIGESTLENGTH + 3 * p_bytes) {
604 p = BN_bin2bn(r.base, p_bytes, NULL);
605 isc_region_consume(&r, p_bytes);
607 g = BN_bin2bn(r.base, p_bytes, NULL);
608 isc_region_consume(&r, p_bytes);
610 pub_key = BN_bin2bn(r.base, p_bytes, NULL);
611 isc_region_consume(&r, p_bytes);
624 key->key_size = p_bytes * 8;
626 isc_buffer_forward(data, 1 + ISC_SHA1_DIGESTLENGTH + 3 * p_bytes);