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

/illumos-gate/usr/src/uts/common/crypto/io/
H A Ddprov.c7338 void *value, *dprov_attribute_value; local
7346 dprov_attribute_value = dh_value;
7351 dprov_attribute_value = modulus;
7356 dprov_attribute_value = public_exponent;
7361 dprov_attribute_value = private_exponent;
7379 bcopy(dprov_attribute_value, value, dprov_attribute_size);

Completed in 78 milliseconds