Searched refs:copyin_attributes (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/uts/common/crypto/io/ |
H A D | crypto.c | 2225 copyin_attributes(int mode, crypto_session_data_t *sp, in copyin_attributes() function 2408 if (copyin_attributes(mode, sp, count, in copyin_key() 4560 if (!copyin_attributes(mode, sp, count, oc_attributes, &k_attrs, in object_create() 4655 if (!copyin_attributes(mode, sp, count, oc_new_attributes, &k_attrs, in object_copy() 4826 if (!copyin_attributes(mode, sp, count, og_attributes, &k_attrs, in object_get_attribute_value() 4988 if (!copyin_attributes(mode, sp, count, sa_attributes, &k_attrs, in object_set_attribute_value() 5068 if (!copyin_attributes(mode, sp, count, attributes, &k_attrs, in object_find_init() 5370 if (!copyin_attributes(mode, sp, count, attributes, &k_attrs, in object_generate_key() 5503 if (!copyin_attributes(mode, sp, in_count, in_attributes, &k_in_attrs, in nostore_generate_key() 5511 if (!copyin_attributes(mode, sp, out_count, out_attributes, in nostore_generate_key() [all …]
|