Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/crypto/io/
H A Dcrypto.c5529 caddr_t out_attributes; in nostore_generate_key() local
5598 out_attributes = STRUCT_FGETP(generate_key, ngk_out_attributes); in nostore_generate_key()
5599 if (!copyin_attributes(mode, sp, out_count, out_attributes, in nostore_generate_key()
5613 error = copyout_attributes(mode, out_attributes, in nostore_generate_key()
6507 caddr_t in_attributes, out_attributes; in nostore_derive_key() local
6576 out_attributes = STRUCT_FGETP(derive_key, ndk_out_attributes); in nostore_derive_key()
6577 if (!copyin_attributes(mode, sp, out_count, out_attributes, in nostore_derive_key()
6599 if (copyout_attributes(mode, out_attributes, out_count, in nostore_derive_key()