Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/crypto/io/
H A Dcrypto.c5442 caddr_t out_attributes; in nostore_generate_key() local
5510 out_attributes = STRUCT_FGETP(generate_key, ngk_out_attributes); in nostore_generate_key()
5511 if (!copyin_attributes(mode, sp, out_count, out_attributes, in nostore_generate_key()
5525 error = copyout_attributes(mode, out_attributes, in nostore_generate_key()
6417 caddr_t in_attributes, out_attributes; in nostore_derive_key() local
6485 out_attributes = STRUCT_FGETP(derive_key, ndk_out_attributes); in nostore_derive_key()
6486 if (!copyin_attributes(mode, sp, out_count, out_attributes, in nostore_derive_key()
6508 if (copyout_attributes(mode, out_attributes, out_count, in nostore_derive_key()