Searched refs:CK_SLOT_ID_PTR (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dpkcs11f.h75 CK_SLOT_ID_PTR pSlotList, /* receives array of slot IDs */
909 CK_SLOT_ID_PTR pSlot, /* location that receives the slot ID */
H A Dp11_general.c330 * @return jlongArray jSlotList CK_SLOT_ID_PTR pSlotList
338 CK_SLOT_ID_PTR ckpSlotList;
352 ckpSlotList = (CK_SLOT_ID_PTR) malloc(ckTokenNumber * sizeof(CK_SLOT_ID));
598 * @return jlong jSlotID CK_SLOT_ID_PTR pSlot
H A Dpkcs11t.h115 typedef CK_SLOT_ID CK_PTR CK_SLOT_ID_PTR; typedef

Completed in 44 milliseconds