Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dimpl.h1220 out_pub_count, out_priv_template, out_priv_count, req) ( \ argument
1225 priv_template, priv_count, out_pub_template, out_pub_count, \
/illumos-gate/usr/src/uts/common/crypto/io/
H A Dcrypto.c5843 uint_t out_pub_count; in nostore_generate_key_pair() local
5851 out_pub_count = 0; in nostore_generate_key_pair()
5918 out_pub_count = STRUCT_FGET(generate_key_pair, nkp_out_public_count); in nostore_generate_key_pair()
5923 if (!copyin_attributes(mode, sp, out_pub_count, out_pub_attributes, in nostore_generate_key_pair()
5940 out_pub_count, k_out_pri_attrs, out_pri_count); in nostore_generate_key_pair()
5946 out_pub_count, k_out_pub_attrs, u_pub_attrs); in nostore_generate_key_pair()
5977 kmem_free(u_pub_attrs, out_pub_count * STRUCT_SIZE(oa)); in nostore_generate_key_pair()