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

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DPKCS11.java294 * C_GetMechanismList obtains a list of mechanism types
307 public native long[] C_GetMechanismList(long slotID) throws PKCS11Exception; method in class:PKCS11
1507 public synchronized long[] C_GetMechanismList(long slotID) throws PKCS11Exception { method in class:PKCS11.SynchronizedPKCS11
1508 return super.C_GetMechanismList(slotID);
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dp11_general.c626 * Method: C_GetMechanismList
648 rv = (*ckpFunctions->C_GetMechanismList)(ckSlotID, NULL_PTR,
659 rv = (*ckpFunctions->C_GetMechanismList)(ckSlotID, ckpMechanismList,
H A Dpkcs11f.h103 /* C_GetMechanismList obtains a list of mechanism types
105 CK_PKCS11_FUNCTION_INFO(C_GetMechanismList)
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DSunPKCS11.java810 long[] supportedMechanisms = p11.C_GetMechanismList(slotID);

Completed in 33 milliseconds