Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/crypto/io/
H A Ddprov.c4358 size_t nonce_len, auth_data_len, total_param_len; in copyin_aes_ccm_mech() local
4370 total_param_len = in copyin_aes_ccm_mech()
4372 aes_ccm_params = kmem_alloc(total_param_len, KM_NOSLEEP); in copyin_aes_ccm_mech()
4389 kmem_free(aes_ccm_params, total_param_len); in copyin_aes_ccm_mech()
4396 kmem_free(aes_ccm_params, total_param_len); in copyin_aes_ccm_mech()
4444 size_t nonce_len, auth_data_len, total_param_len; in copyin_aes_gcm_mech() local
4456 total_param_len = in copyin_aes_gcm_mech()
4458 aes_gcm_params = kmem_alloc(total_param_len, KM_NOSLEEP); in copyin_aes_gcm_mech()
4472 kmem_free(aes_gcm_params, total_param_len); in copyin_aes_gcm_mech()
4479 kmem_free(aes_gcm_params, total_param_len); in copyin_aes_gcm_mech()
[all …]