| /onnv/onnv-gate/usr/src/cmd/cmd-crypto/pktool/ |
| tokens.c | 47 CK_ULONG slot_count = 0; local 64 if ((rv = get_token_slots(&slots, &slot_count)) != CKR_OK) { 72 if (slot_count == 0) { 81 for (i = 0; i < slot_count; i++) {
|
| /onnv/onnv-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/ |
| kernelSlottable.c | 34 CK_ULONG slot_count = 0; variable 64 slot_count = pl->pl_count; 231 if (rv != CKR_OK || slot_count == 0) { 236 slot_table = malloc(sizeof (kernel_slot_t *) * slot_count); 242 for (i = 0; i < slot_count; i++) { 267 pl = malloc(slot_count * sizeof (crypto_get_provider_list_t)); 273 pl->pl_count = slot_count; 290 for (i = 0; i < slot_count; i++) { 298 for (i = 0; i < slot_count; i++) {
|
| /onnv/onnv-gate/usr/src/lib/pkcs11/libpkcs11/common/ |
| metaSlotManager.c | 72 CK_ULONG slot_count = 0; local 88 slot_count++; 95 if (slot_count < 1) { 100 slots = calloc(slot_count, sizeof (slot_data_t)); 110 for (i = 0; i < slot_count; i++) { 115 num_slots = slot_count;
|
| pkcs11Conf.c | 456 uint_t slot_count = 0; local 819 slot_count++; 869 if (slot_count == 0) {
|
| metaUtil.c | 859 mechinfo_t ***slots, unsigned long *slot_count, boolean_t token_only, 885 *slot_count = 1; 907 *slot_count = mech_support_info->num_supporting_slots; 1468 unsigned long i, slot_count = 0; local [all...] |
| /onnv/onnv-gate/usr/src/lib/libkmf/libkmf/common/ |
| pk11tokens.c | 96 CK_ULONG *slot_count) 125 *slot_count = 0; 139 *slot_count = tmp_count; 297 CK_ULONG slot_count = 0; local 338 kmf_rv = kmf_get_token_slots(handle, &slot_list, &slot_count); 345 if (slot_count == 0) { 351 for (i = 0; i < slot_count; i++) { 394 if (i < slot_count) {
|
| /onnv/onnv-gate/usr/src/cmd/cmd-crypto/cryptoadm/ |
| adm_uef.c | 192 CK_ULONG slot_count; local 278 rv = prov_funcs->C_GetSlotList(FALSE, NULL_PTR, &slot_count); 283 } else if (slot_count == 0) { 292 prov_slots = malloc(slot_count * sizeof (CK_SLOT_ID)); 300 rv = prov_funcs->C_GetSlotList(FALSE, prov_slots, &slot_count); 309 (void) printf(gettext("Number of slots: %d\n"), slot_count); 313 for (i = 0; i < slot_count; i++) { [all...] |
| /onnv/onnv-gate/usr/src/lib/libtnf/ |
| libtnf.h | 79 unsigned slot_count; member in struct:taginfo::slotinfo
|