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

/illumos-gate/usr/src/uts/common/crypto/io/
H A Ddprov.c7339 size_t dprov_attribute_size; local
7345 dprov_attribute_size = sizeof (dh_value);
7350 dprov_attribute_size = sizeof (modulus);
7355 dprov_attribute_size = sizeof (public_exponent);
7360 dprov_attribute_size = sizeof (private_exponent);
7373 if (value_len < dprov_attribute_size)
7379 bcopy(dprov_attribute_value, value, dprov_attribute_size);

Completed in 72 milliseconds