Home
last modified time | relevance | path

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

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