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

/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dp11_general.c383 CK_SLOT_INFO ckSlotInfo; local
392 rv = (*ckpFunctions->C_GetSlotInfo)(ckSlotID, &ckSlotInfo);
394 jSlotInfoObject = ckSlotInfoPtrToJSlotInfo(env, &ckSlotInfo);

Completed in 31 milliseconds