Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/crypto/io/
H A Ddprov.c4332 size_t nonce_len, auth_data_len, total_param_len; in copyin_aes_ccm_mech() local
4344 total_param_len = in copyin_aes_ccm_mech()
4346 aes_ccm_params = kmem_alloc(total_param_len, KM_NOSLEEP); in copyin_aes_ccm_mech()
4363 kmem_free(aes_ccm_params, total_param_len); in copyin_aes_ccm_mech()
4370 kmem_free(aes_ccm_params, total_param_len); in copyin_aes_ccm_mech()
4418 size_t nonce_len, auth_data_len, total_param_len; in copyin_aes_gcm_mech() local
4430 total_param_len = in copyin_aes_gcm_mech()
4432 aes_gcm_params = kmem_alloc(total_param_len, KM_NOSLEEP); in copyin_aes_gcm_mech()
4446 kmem_free(aes_gcm_params, total_param_len); in copyin_aes_gcm_mech()
4453 kmem_free(aes_gcm_params, total_param_len); in copyin_aes_gcm_mech()
[all …]