Searched defs:pri_out_template (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/crypto/io/
H A Decc.c1043 crypto_object_attribute_t *pri_out_template, uint_t pri_out_attribute_count,
1109 if ((value_idx = find_attr(pri_out_template, pri_out_attribute_count,
1122 value = (uchar_t *)pri_out_template[value_idx].oa_value;
1123 valuelen = (int)pri_out_template[value_idx].oa_value_len;
1157 pri_out_template[value_idx].oa_value_len = privKey->privateValue.len;
1038 ecc_nostore_key_generate_pair(crypto_provider_handle_t provider, crypto_session_id_t session_id, crypto_mechanism_t *mechanism, crypto_object_attribute_t *pub_template, uint_t pub_attribute_count, crypto_object_attribute_t *pri_template, uint_t pri_attribute_count, crypto_object_attribute_t *pub_out_template, uint_t pub_out_attribute_count, crypto_object_attribute_t *pri_out_template, uint_t pri_out_attribute_count, crypto_req_handle_t req) argument

Completed in 56 milliseconds