Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/crypto/io/
H A Decc.c1177 int params_idx, value_idx = -1, out_value_idx = -1; in ecc_nostore_key_derive() local
1261 if ((out_value_idx = find_attr(out_attrs, out_attr_count, in ecc_nostore_key_derive()
1284 if (key_len > out_attrs[out_value_idx].oa_value_len) { in ecc_nostore_key_derive()
1289 (uchar_t *)out_attrs[out_value_idx].oa_value, key_len); in ecc_nostore_key_derive()
1290 out_attrs[out_value_idx].oa_value_len = key_len; in ecc_nostore_key_derive()