Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/crypto/io/
H A Ddprov.c134 static int dprov_max_digestsz = INT_MAX; variable
1812 dprov_max_digestsz = ddi_prop_get_int(DDI_DEV_T_ANY, dip, in dprov_attach()
1814 if (dprov_max_digestsz != INT_MAX && dprov_max_digestsz != 0 && in dprov_attach()
1815 dprov_max_digestsz != DDI_PROP_NOT_FOUND) { in dprov_attach()
1988 if (dprov_no_multipart && data->cd_length > dprov_max_digestsz) in dprov_digest()
2086 if (dprov_no_multipart && data->cd_length > dprov_max_digestsz) in dprov_digest_atomic()
8575 ext_info->ei_hash_max_input_len = dprov_max_digestsz; in dprov_mgmt_task()
8576 ext_info->ei_hmac_max_input_len = dprov_max_digestsz; in dprov_mgmt_task()