Searched refs:find_idx (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dnew_host.c1130 count = MIN(ulMaxObjectCount, (sess->find_count - sess->find_idx));
1132 (void) memcpy(phObject, sess->find_list + sess->find_idx,
1136 sess->find_idx += count;
1171 sess->find_idx = 0;
H A Dobj_mgr.c1175 sess->find_idx = 0;
1335 sess->find_idx = 0;
H A Dtpmtok_int.h312 CK_ULONG find_idx; // current position member in struct:_SESSION

Completed in 69 milliseconds