Searched defs:CK_VERSION (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DCK_VERSION.java53 * class CK_VERSION describes the version of a Cryptoki interface, a Cryptoki
58 * typedef struct CK_VERSION {  
61 * } CK_VERSION;
67 public class CK_VERSION { class
85 public CK_VERSION(int major, int minor) { method in class:CK_VERSION
91 * Returns the string representation of CK_VERSION.
93 * @return the string representation of CK_VERSION
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dpkcs11t.h82 typedef struct CK_VERSION { struct
85 } CK_VERSION; typedef in typeref:struct:CK_VERSION
87 typedef CK_VERSION CK_PTR CK_VERSION_PTR;
93 CK_VERSION cryptokiVersion; /* Cryptoki interface ver */
99 CK_VERSION libraryVersion; /* version of library */
127 CK_VERSION hardwareVersion; /* version of hardware */
128 CK_VERSION firmwareVersion; /* version of firmware */
167 CK_VERSION hardwareVersion; /* version of hardware */
168 CK_VERSION firmwareVersion; /* version of firmware */

Completed in 1276 milliseconds