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

/illumos-gate/usr/src/uts/common/crypto/io/
H A Ddprov.c9253 int ta_idx; /* template attribute index */ local
9256 for (ta_idx = 0; ta_idx < nattr; ta_idx++) {
9258 if (template[ta_idx].oa_value == NULL)
9262 type = template[ta_idx].oa_type;
9269 tlen = template[ta_idx].oa_value_len;
9281 if (bcmp(&template[ta_idx].oa_value[diff],

Completed in 146 milliseconds