/bind-9.11.3/bin/tests/pkcs11/benchmarks/ |
H A D | session.c | 35 /* 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 D | find.c | 33 /* 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 D | login.c | 35 /* 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 D | random.c | 35 /* 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 D | sha1.c | 35 /* 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 D | create.c | 35 /* 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 D | genrsa.c | 35 /* 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 D | privrsa.c | 35 /* 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 D | pubrsa.c | 35 /* 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 D | verify.c | 35 /* 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 D | sign.c | 35 /* 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/tests/pkcs11/ |
H A D | pkcs11-md5sum.c | 41 * 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 D | pkcs11-hmacmd5.c | 41 * 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 D | pk11.h | 37 CK_SLOT_ID slot; member in struct:pk11_object 107 CK_SLOT_ID slot); 123 * slot: device slot ID
|
/bind-9.11.3/bin/pkcs11/ |
H A D | pkcs11-destroy.c | 44 * 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 D | pkcs11-list.c | 35 /* 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 D | pkcs11-keygen.c | 50 * 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/lib/isc/ |
H A D | pk11.c | 340 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/lib/dns/ |
H A D | zone.c | 15264 * 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...] |