Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/crypto/io/
H A Ddprov.c4630 size_t param_len, shared_data_len, public_data_len; in copyin_ecc_mech() local
4654 shared_data_len = STRUCT_FGET(params, ulSharedDataLen); in copyin_ecc_mech()
4658 roundup(shared_data_len, sizeof (caddr_t)) + in copyin_ecc_mech()
4667 roundup(shared_data_len, sizeof (caddr_t)); in copyin_ecc_mech()
4669 ecc_params->pSharedData, shared_data_len) != 0) { in copyin_ecc_mech()
4671 roundup(shared_data_len, sizeof (caddr_t)) + in copyin_ecc_mech()
4677 ecc_params->ulSharedDataLen = shared_data_len; in copyin_ecc_mech()
4682 roundup(shared_data_len, sizeof (caddr_t)) + in copyin_ecc_mech()