Searched refs:ulObjectCount (Results 1 - 6 of 6) sorted by relevance

/bind-9.6-ESV-R11/contrib/pkcs11-keygen/
H A Dlistobjs.c30 CK_ULONG ulObjectCount; local
125 ulObjectCount = 1;
126 while (ulObjectCount) {
127 rv = C_FindObjects(hSession, akey, 50, &ulObjectCount);
134 for (i = 0; i < ulObjectCount; i++) {
H A Dset_key_id.c30 CK_ULONG ulObjectCount; local
124 ulObjectCount = 1;
125 while(ulObjectCount) {
126 rv = C_FindObjects(hSession, &akey, 1, &ulObjectCount);
131 } else if (ulObjectCount) {
H A Ddestroyobj.c30 CK_ULONG ulObjectCount; local
117 rv = C_FindObjects(hSession, akey, 50, &ulObjectCount);
124 for (i = 0; i < ulObjectCount; i++) {
161 for (i = 0; i < ulObjectCount; i++) {
H A Dreadkey.c39 CK_ULONG ulObjectCount; local
146 rv = C_FindObjects(hSession, &key, 1, &ulObjectCount);
152 if (ulObjectCount == 0) {
187 rv = C_FindObjects(hSession, &key, 1, &ulObjectCount);
193 if (ulObjectCount != 0) {
H A Dgenkey.c47 CK_ULONG ulObjectCount; local
160 rv = C_FindObjects(hSession, &privatekey, 1, &ulObjectCount);
166 if (ulObjectCount != 0) {
H A Dwritekey.c43 CK_ULONG ulObjectCount; local
176 rv = C_FindObjects(hSession, &key, 1, &ulObjectCount);
182 if (ulObjectCount != 0) {

Completed in 1337 milliseconds