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

/bind-9.6-ESV-R11/lib/dns/
H A Dopenssldsa_link.c402 unsigned int t, p_bytes; local
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; local
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;
[all...]

Completed in 9 milliseconds