Home
last modified time | relevance | path

Searched refs:s_bytes (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/crypto/dh/
H A Ddh_impl.c258 uint32_t s_bytes = 0; in dh_key_derive() local
341 s_bytes = dhkey.g.len * (int)sizeof (BIG_CHUNK_TYPE); in dh_key_derive()
342 bignum2bytestring(s, &(dhkey.g), s_bytes); in dh_key_derive()
367 *secretkey_len = s_bytes; in dh_key_derive()
370 if (*secretkey_len > s_bytes) { in dh_key_derive()
379 (void) memcpy(secretkey, (s + s_bytes - *secretkey_len), in dh_key_derive()
/illumos-gate/usr/src/lib/libdwarf/common/
H A Dpro_section.c3551 Dwarf_Ptr s_bytes = 0; in dwarf_get_section_bytes() local
3558 &s_bytes, in dwarf_get_section_bytes()
3566 return s_bytes; in dwarf_get_section_bytes()