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

/bind-9.11.3/lib/dns/
H A Dopensslrsa_link.c1145 unsigned int e_bytes; local
1173 e_bytes = BN_num_bytes(e);
1175 if (e_bytes < 256) { /*%< key exponent is <= 2040 bits */
1178 isc_buffer_putuint8(data, (isc_uint8_t) e_bytes);
1184 isc_buffer_putuint16(data, (isc_uint16_t) e_bytes);
1188 if (r.length < e_bytes + mod_bytes)
1193 isc_region_consume(&r, e_bytes);
1196 isc_buffer_add(data, e_bytes + mod_bytes);
1211 unsigned int e_bytes; local
1232 e_bytes
[all...]
H A Dpkcs11rsa_link.c1392 unsigned int e_bytes = 0, mod_bytes = 0; local
1405 e_bytes = (unsigned int) attr->ulValueLen;
1416 if (e_bytes < 256) { /*%< key exponent is <= 2040 bits */
1419 isc_buffer_putuint8(data, (isc_uint8_t) e_bytes);
1425 isc_buffer_putuint16(data, (isc_uint16_t) e_bytes);
1429 if (r.length < e_bytes + mod_bytes)
1432 memmove(r.base, exponent, e_bytes);
1433 isc_region_consume(&r, e_bytes);
1436 isc_buffer_add(data, e_bytes + mod_bytes);
1445 unsigned int e_bytes, mod_byte local
[all...]

Completed in 16 milliseconds