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

/bind-9.11.3/lib/dns/
H A Dopensslrsa_link.c1146 unsigned int mod_bytes; local
1172 mod_bytes = BN_num_bytes(n);
1188 if (r.length < e_bytes + mod_bytes)
1196 isc_buffer_add(data, e_bytes + mod_bytes);
H A Dpkcs11rsa_link.c1392 unsigned int e_bytes = 0, mod_bytes = 0; local
1409 mod_bytes = (unsigned int) attr->ulValueLen;
1429 if (r.length < e_bytes + mod_bytes)
1434 memmove(r.base, modulus, mod_bytes);
1436 isc_buffer_add(data, e_bytes + mod_bytes);
1445 unsigned int e_bytes, mod_bytes; local
1484 mod_bytes = r.length;
1486 key->key_size = pk11_numbits(modulus, mod_bytes);
1497 attr[0].pValue = isc_mem_get(key->mctx, mod_bytes);
1500 memmove(attr[0].pValue, modulus, mod_bytes);
[all...]

Completed in 17 milliseconds