Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/crypto/io/
H A Dcrypto.c2235 size_t k_attrs_len; in copyin_attributes() local
2286 k_attrs_len = count * sizeof (crypto_object_attribute_t); in copyin_attributes()
2287 k_attrs_total_len = k_attrs_buf_len + k_attrs_len; in copyin_attributes()
2297 k_attrs_buf = (char *)k_attrs + k_attrs_len; in copyin_attributes()