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

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DCK_AES_CTR_PARAMS.java30 * the CKM_AES_CTR mechanism as defined in CK_AES_CTR_PARAMS structure.<p>
33 * typedef struct CK_AES_CTR_PARAMS {
36 * } CK_AES_CTR_PARAMS;
42 public class CK_AES_CTR_PARAMS { class
47 public CK_AES_CTR_PARAMS(byte[] cb) { method in class:CK_AES_CTR_PARAMS
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dpkcs-11v2-20a3.h84 /* CK_AES_CTR_PARAMS is new for PKCS #11 v2.20 amendment 3 */
85 typedef struct CK_AES_CTR_PARAMS { struct
88 } CK_AES_CTR_PARAMS; typedef in typeref:struct:CK_AES_CTR_PARAMS
90 typedef CK_AES_CTR_PARAMS CK_PTR CK_AES_CTR_PARAMS_PTR;

Completed in 31 milliseconds