Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/crypto/io/
H A Dcrypto.c2273 size_t k_attrs_total_len = 0; in copyin_attributes() local
2323 k_attrs_total_len = k_attrs_buf_len + k_attrs_len; in copyin_attributes()
2325 rv = CRYPTO_BUFFER_CHECK(sp, k_attrs_total_len, *out_rctl_chk); in copyin_attributes()
2329 rctl_bytes = k_attrs_total_len; in copyin_attributes()
2332 k_attrs = kmem_alloc(k_attrs_total_len, KM_SLEEP); in copyin_attributes()
2344 kmem_free(k_attrs, k_attrs_total_len); in copyin_attributes()
2375 *k_attrs_size_out = k_attrs_total_len; in copyin_attributes()