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

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DPKCS11.java311 * C_GetMechanismInfo obtains information about a particular
325 public native CK_MECHANISM_INFO C_GetMechanismInfo(long slotID, long type) throws PKCS11Exception; method in class:PKCS11
1511 public synchronized CK_MECHANISM_INFO C_GetMechanismInfo(long slotID, long type) throws PKCS11Exception { method in class:PKCS11.SynchronizedPKCS11
1512 return super.C_GetMechanismInfo(slotID, type);
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DToken.java349 result = p11.C_GetMechanismInfo(provider.slotID,
H A DSunPKCS11.java825 p11.C_GetMechanismInfo(slotID, longMech);
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dpkcs11f.h115 /* C_GetMechanismInfo obtains information about a particular
117 CK_PKCS11_FUNCTION_INFO(C_GetMechanismInfo)
H A Dp11_general.c674 * Method: C_GetMechanismInfo
697 rv = (*ckpFunctions->C_GetMechanismInfo)(ckSlotID, ckMechanismType,

Completed in 43 milliseconds