Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_prov_lib.c427 ulong_t authd_len; in kcf_copyin_aes_ccm_param() local
444 authd_len = STRUCT_FGET(in_param, ulAuthDataSize); in kcf_copyin_aes_ccm_param()
450 authd_len > kcf_param_copyin_max) { in kcf_copyin_aes_ccm_param()
459 s2 = roundup(authd_len, sizeof (caddr_t)); in kcf_copyin_aes_ccm_param()
483 if (copyin(uptr, authd, authd_len) != 0) in kcf_copyin_aes_ccm_param()
491 out_param->ulAuthDataSize = authd_len; in kcf_copyin_aes_ccm_param()