Searched refs:k_out_attrs (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/uts/common/crypto/io/ |
H A D | crypto.c | 5437 crypto_object_attribute_t *k_out_attrs = NULL; in nostore_generate_key() local 5512 &k_out_attrs, in nostore_generate_key() 5520 NULL, 0, NULL, k_out_attrs, out_count, NULL, 0); in nostore_generate_key() 5526 out_count, k_out_attrs, u_attrs); in nostore_generate_key() 5536 if (k_out_attrs != NULL) { in nostore_generate_key() 5537 bzero(k_out_attrs, k_out_attrs_size); in nostore_generate_key() 5538 kmem_free(k_out_attrs, k_out_attrs_size); in nostore_generate_key() 6403 crypto_object_attribute_t *k_out_attrs = NULL; in nostore_derive_key() local 6487 &k_out_attrs, &k_out_attrs_size, &u_attrs, &rv, &error, in nostore_derive_key() 6495 NULL, 0, &base_key, k_out_attrs, out_count, NULL, 0); in nostore_derive_key() [all …]
|