Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/crypto/io/
H A Dcrypto.c5844 uint_t out_pri_count; in nostore_generate_key_pair() local
5852 out_pri_count = 0; in nostore_generate_key_pair()
5919 out_pri_count = STRUCT_FGET(generate_key_pair, nkp_out_private_count); in nostore_generate_key_pair()
5931 if (!copyin_attributes(mode, sp, out_pri_count, out_pri_attributes, in nostore_generate_key_pair()
5940 out_pub_count, k_out_pri_attrs, out_pri_count); in nostore_generate_key_pair()
5950 out_pri_count, k_out_pri_attrs, u_pri_attrs); in nostore_generate_key_pair()
5980 kmem_free(u_pri_attrs, out_pri_count * STRUCT_SIZE(oa)); in nostore_generate_key_pair()