Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/crypto/io/
H A Ddprov.c7233 int to_idx; /* token object index */ in dprov_object_task() local
7266 for (to_idx = 0; to_idx < DPROV_MAX_OBJECTS && in dprov_object_task()
7267 error == CRYPTO_SUCCESS; to_idx++) { in dprov_object_task()
7268 if ((object = softc->ds_objects[to_idx]) == NULL) in dprov_object_task()
7294 to_idx) in dprov_object_task()