Searched defs:e_bytes (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/lib/dns/
H A Dopensslrsa_link.c847 unsigned int e_bytes; local
872 e_bytes = BN_num_bytes(rsa->e);
875 if (e_bytes < 256) { /*%< key exponent is <= 2040 bits */
878 isc_buffer_putuint8(data, (isc_uint8_t) e_bytes);
884 isc_buffer_putuint16(data, (isc_uint16_t) e_bytes);
888 if (r.length < e_bytes + mod_bytes)
892 isc_region_consume(&r, e_bytes);
895 isc_buffer_add(data, e_bytes + mod_bytes);
910 unsigned int e_bytes; local
928 e_bytes
[all...]

Completed in 76 milliseconds