Searched refs:slot (Results 1 - 22 of 22) sorted by relevance

/bind-9.11.3/lib/isc/
H A Dpk11.c340 isc_boolean_t logon, const char *pin, CK_SLOT_ID slot)
389 if (token->slotid == slot)
397 if (token->slotid == slot)
583 CK_SLOT_ID slot; local
601 slot = slotList[i];
602 PK11_TRACE2("slot#%u=0x%lx\n", i, slot);
604 rv = pkcs_C_GetTokenInfo(slot, &tokenInfo);
610 token->slotid = slot;
628 rv = pkcs_C_GetMechanismInfo(slot, CKM_RSA_PKCS_KEY_PAIR_GE
338 pk11_get_session(pk11_context_t *ctx, pk11_optype_t optype, isc_boolean_t need_services, isc_boolean_t rw, isc_boolean_t logon, const char *pin, CK_SLOT_ID slot) argument
[all...]
/bind-9.11.3/bin/tests/pkcs11/benchmarks/
H A Drandom.c35 /* random [-m module] [-s $slot] [-n count] */
89 CK_SLOT_ID slot = 0; local
108 slot = atoi(isc_commandline_argument);
131 "\trandom [-m module] [-s slot] [-n count]\n");
142 ISC_FALSE, NULL, slot);
H A Dfind.c33 /* find [-m module] [-s $slot] [-p pin] [-n count] */
91 CK_SLOT_ID slot = 0; local
116 slot = atoi(isc_commandline_argument);
142 "\tfind [-m module] [-s slot] [-p pin] [-n count]\n");
156 ISC_TRUE, (const char *) pin, slot);
H A Dlogin.c35 /* login [-m module] [-s $slot] [-p pin] [-n count] */
90 CK_SLOT_ID slot = 0; local
107 slot = atoi(isc_commandline_argument);
132 "\tlogin [-m module] [-s slot] [-p pin] [-n count]\n");
173 rv = pkcs_C_OpenSession(slot, CKF_SERIAL_SESSION,
H A Dsession.c35 /* session [-m module] [-s $slot] [-n count] */
86 CK_SLOT_ID slot = 0; local
102 slot = atoi(isc_commandline_argument);
124 "\tsession [-m module] [-s slot] [-n count]\n");
162 rv = pkcs_C_OpenSession(slot, CKF_SERIAL_SESSION,
H A Dsha1.c35 /* sha1 [-m module] [-s $slot] [-n count] */
89 CK_SLOT_ID slot = 0; local
109 slot = atoi(isc_commandline_argument);
132 "\tssha1 [-m module] [-s slot] [-n count]\n");
143 ISC_FALSE, NULL, slot);
H A Dcreate.c35 /* create [-m module] [-s $slot] [-p pin] [-t] [-n count] */
97 CK_SLOT_ID slot = 0; local
127 slot = atoi(isc_commandline_argument);
155 "\tcreate [-m module] [-s slot] [-t] [-n count]\n");
179 ISC_TRUE, (const char *) pin, slot);
H A Dgenrsa.c35 /* genrsa [-m module] [-s $slot] [-p pin] [-t] [-b bits] [-n count] */
94 CK_SLOT_ID slot = 0; local
140 slot = atoi(isc_commandline_argument);
172 "\tgenrsa [-m module] [-s slot] [-p pin] "
206 ISC_TRUE, (const char *) pin, slot);
H A Dpubrsa.c35 /* pubrsa [-m module] [-s $slot] [-p pin] [-t] [-n count] */
117 CK_SLOT_ID slot = 0; local
151 slot = atoi(isc_commandline_argument);
180 "\tpubrsa [-m module] [-s slot] [-p pin] "
205 ISC_TRUE, (const char *) pin, slot);
H A Dverify.c35 /* verify [-m module] [-s $slot] [-p pin] [-t] [-n count] */
118 CK_SLOT_ID slot = 0; local
154 slot = atoi(isc_commandline_argument);
183 "\tverify [-m module] [-s slot] [-p pin] "
198 ISC_TRUE, (const char *) pin, slot);
H A Dprivrsa.c35 /* privrsa [-m module] [-s $slot] [-p pin] [-t] [-n count] */
190 CK_SLOT_ID slot = 0; local
230 slot = atoi(isc_commandline_argument);
259 "\tprivrsa [-m module] [-s slot] [-p pin] "
284 ISC_TRUE, (const char *) pin, slot);
H A Dsign.c35 /* signrsa [-m module] [-s $slot] [-p pin] [-t] [-n count] */
191 CK_SLOT_ID slot = 0; local
233 slot = atoi(isc_commandline_argument);
262 "\tsign [-m module] [-s slot] [-p pin] "
277 ISC_TRUE, (const char *) pin, slot);
/bind-9.11.3/bin/pkcs11/
H A Dpkcs11-list.c35 /* pkcs11-list [-P] [-m module] [-s slot] [-i $id | -l $label] [-p $pin] */
64 CK_SLOT_ID slot = 0; local
89 slot = atoi(isc_commandline_argument);
116 fprintf(stderr, "\tpkcs11-list [-P] [-m module] [-s slot] "
124 if (slot)
125 printf("slot %lu\n", slot);
148 logon, pin, slot);
H A Dpkcs11-destroy.c44 * pkcs11-destroy [-m module] [-s $slot] [-i $id | -l $label]
79 CK_SLOT_ID slot = 0; local
102 slot = atoi(isc_commandline_argument);
133 fprintf(stderr, "\tpkcs11-destroy [-m module] [-s slot] "
157 ISC_TRUE, (const char *) pin, slot);
H A Dpkcs11-keygen.c50 * pkcs11-keygen [-P] [-m module] [-s slot] [-e] [-b keysize]
265 "[-s slot] [-e] [-S] [-i id] [-p PIN]\n");
273 CK_SLOT_ID slot = 0; local
316 slot = atoi(isc_commandline_argument);
569 ISC_TRUE, (const char *) pin, slot);
/bind-9.11.3/bin/tests/pkcs11/
H A Dpkcs11-md5sum.c41 * pkcs11-md5sum [-m module] [-s $slot] [-n] [-p $pin]
82 CK_SLOT_ID slot = 0; local
102 slot = atoi(isc_commandline_argument);
128 "\tpkcs11-md5sum [-m module] [-s slot] [-n|-p pin]\n");
142 (const char *) pin, slot);
H A Dpkcs11-hmacmd5.c41 * pkcs11-hmacmd5 [-m module] [-s $slot] [-n] [-p $pin]
87 CK_SLOT_ID slot = 0; local
120 slot = atoi(isc_commandline_argument);
149 "\tpkcs11-hmacmd5 [-m module] [-s slot] "
220 (const char *) pin, slot);
/bind-9.11.3/lib/isc/include/pk11/
H A Dpk11.h37 CK_SLOT_ID slot; member in struct:pk11_object
107 CK_SLOT_ID slot);
123 * slot: device slot ID
/bind-9.11.3/lib/dns/
H A Dpkcs11eddsa_link.c165 slotid = ec->slot;
291 slotid = ec->slot;
846 ec->reqlogon, NULL, ec->slot);
1059 ec->reqlogon, NULL, ec->slot);
H A Dpkcs11ecdsa_link.c92 slotid = ec->slot;
860 ec->reqlogon, NULL, ec->slot);
1073 ec->reqlogon, NULL, ec->slot);
H A Dpkcs11rsa_link.c128 slotid = rsa->slot;
657 slotid = rsa->slot;
1760 rsa->reqlogon, NULL, rsa->slot);
2100 rsa->reqlogon, NULL, rsa->slot);
H A Dzone.c15264 * This transfer finishing freed up a transfer quota slot.
16360 * slot that was just vacated.
16381 * We successfully filled the slot. We're done.
16840 unsigned int i, slot = UNREACH_CHACHE_SIZE, oldest = 0; local
16850 /* Empty slot? */
16852 slot = i;
16853 /* Least recently used slot? */
16870 } else if (slot != UNREACH_CHACHE_SIZE) {
16872 * Found a empty slot. Add a new entry to the cache.
16874 zmgr->unreachable[slot]
[all...]

Completed in 62 milliseconds