Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/crypto/io/
H A Ddprov.c9281 int oa_idx; /* object attribute index */ in dprov_attributes_match() local
9290 oa_idx = dprov_find_attr(object->do_attr, DPROV_MAX_ATTR, type); in dprov_attributes_match()
9292 if (oa_idx == -1) in dprov_attributes_match()
9297 olen = object->do_attr[oa_idx].oa_value_len; in dprov_attributes_match()
9309 object->do_attr[oa_idx].oa_value, olen) != 0) in dprov_attributes_match()