Searched refs:k_attrs_total_len (Results 1 – 1 of 1) sorted by relevance
2237 size_t k_attrs_total_len = 0; in copyin_attributes() local2287 k_attrs_total_len = k_attrs_buf_len + k_attrs_len; in copyin_attributes()2289 rv = CRYPTO_BUFFER_CHECK(sp, k_attrs_total_len, *out_rctl_chk); in copyin_attributes()2293 rctl_bytes = k_attrs_total_len; in copyin_attributes()2296 k_attrs = kmem_alloc(k_attrs_total_len, KM_SLEEP); in copyin_attributes()2308 kmem_free(k_attrs, k_attrs_total_len); in copyin_attributes()2339 *k_attrs_size_out = k_attrs_total_len; in copyin_attributes()