Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/crypto/io/
H A Ddprov.c132 static int dprov_max_digestsz = INT_MAX; variable
1791 dprov_max_digestsz = ddi_prop_get_int(DDI_DEV_T_ANY, dip, in dprov_attach()
1793 if (dprov_max_digestsz != INT_MAX && dprov_max_digestsz != 0 && in dprov_attach()
1794 dprov_max_digestsz != DDI_PROP_NOT_FOUND) { in dprov_attach()
1965 if (dprov_no_multipart && data->cd_length > dprov_max_digestsz) in dprov_digest()
2063 if (dprov_no_multipart && data->cd_length > dprov_max_digestsz) in dprov_digest_atomic()
8548 ext_info->ei_hash_max_input_len = dprov_max_digestsz; in dprov_mgmt_task()
8549 ext_info->ei_hmac_max_input_len = dprov_max_digestsz; in dprov_mgmt_task()