Searched refs:p_bytes (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/lib/dns/
H A Dpkcs11dsa_link.c717 unsigned int t, p_bytes; local
751 p_bytes = 64 + 8 * t;
768 isc_region_consume(&r, p_bytes);
772 isc_region_consume(&r, p_bytes);
776 isc_region_consume(&r, p_bytes);
787 unsigned int t, p_bytes; local
807 p_bytes = 64 + 8 * t;
809 if (r.length < ISC_SHA1_DIGESTLENGTH + 3 * p_bytes) {
819 isc_region_consume(&r, p_bytes);
822 isc_region_consume(&r, p_bytes);
[all...]
H A Dopenssldsa_link.c532 unsigned int t, p_bytes; local
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; local
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);
[all...]

Completed in 16 milliseconds