Searched refs:k_attrs_len (Results 1 – 1 of 1) sorted by relevance
2235 size_t k_attrs_len; in copyin_attributes() local2286 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()