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

/bind-9.6-ESV-R11/contrib/pkcs11-keygen/
H A Dlistobjs.c1 /* listobjs [-P] [-s slot] [-i $id | -l $label] [-p $pin] */
21 CK_SLOT_ID slot = 0; local
43 slot = atoi(optarg);
67 "usage: listobjs [-P] [-s slot] [-p pin] -i id | $label\n");
72 if (slot)
73 printf("slot %d\n", slot);
92 /* Open a session on the slot found */
93 rv = C_OpenSession(slot, CKF_SERIAL_SESSION,
H A Dreadkey.c1 /* readkey [-s $slot] -l $label [-p $pin] -f $filename */
29 CK_SLOT_ID slot = 0; local
64 slot = atoi(optarg);
87 "usage: readkey [-s slot] -l label [-p pin] -f filename\n");
90 if (slot)
91 printf("slot %d\n", slot);
109 /* Open a session on the slot found */
110 rv = C_OpenSession(slot, CKF_SERIAL_SESSION,
H A Ddestroyobj.c1 /* destroyobj [-s $slot] [-i $id | -l $label] [-p $pin] */
21 CK_SLOT_ID slot = 0; local
40 slot = atoi(optarg);
64 "usage: destroykey [-s slot] [-i id | -l label] [-p pin]\n");
85 /* Open a session on the slot found */
86 rv = C_OpenSession(slot, CKF_RW_SESSION+CKF_SERIAL_SESSION,
H A Dgenkey.c9 * genkey [-P] [-s slot] -b keysize -l label [-p pin]
35 CK_SLOT_ID slot = 0; local
76 slot = atoi(optarg);
99 "usage: genkey [-P] [-s slot] -b keysize -l label [-p pin]\n");
128 /* Open a session on the slot found */
129 rv = C_OpenSession(slot, CKF_RW_SESSION+CKF_SERIAL_SESSION,
H A Dset_key_id.c1 /* set_key_id [-s slot] [-p $pin] -n $keytag {-i $id | -l $label} */
21 CK_SLOT_ID slot = 0; local
41 slot = atoi(optarg);
73 "usage: set_key_id [-s slot] [-p pin] -n new_id "
93 /* Open a session on the slot found */
94 rv = C_OpenSession(slot, CKF_RW_SESSION+CKF_SERIAL_SESSION,
H A Dwritekey.c1 /* writekey [-s $slot] [-p $pin] -l $label -i $id -f $filename */
33 CK_SLOT_ID slot = 0; local
54 slot = atoi(optarg);
81 "usage: writekey [-s slot] [-p pin] -l label -i id "
131 /* Open a session on the slot found */
132 rv = C_OpenSession(slot, CKF_RW_SESSION+CKF_SERIAL_SESSION,
/bind-9.6-ESV-R11/lib/dns/
H A Dzone.c10124 * This transfer finishing freed up a transfer quota slot.
11040 * slot that was just vacated.
11061 * We successfully filled the slot. We're done.
11485 unsigned int i, slot = UNREACH_CHACHE_SIZE, oldest = 0; local
11495 /* Empty slot? */
11497 slot = i;
11498 /* Least recently used slot? */
11515 } else if (slot != UNREACH_CHACHE_SIZE) {
11517 * Found a empty slot. Add a new entry to the cache.
11519 zmgr->unreachable[slot]
[all...]

Completed in 39 milliseconds