Searched refs:CK_AES_CTR_PARAMS (Results 1 - 5 of 5) 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
H A DCK_MECHANISM.java131 public CK_MECHANISM(long mechanism, CK_AES_CTR_PARAMS 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;
H A Dp11_convert.c698 * converts the Java CK_AES_CTR_PARAMS object to a CK_AES_CTR_PARAMS structure
701 * @param jParam - the Java CK_AES_CTR_PARAMS object to convert
702 * @param ckpParam - pointer to the new CK_AES_CTR_PARAMS structure
1091 * CK_AES_CTR_PARAMS
1095 ckpParam = (CK_AES_CTR_PARAMS_PTR) malloc(sizeof(CK_AES_CTR_PARAMS));
1109 *ckpLength = sizeof(CK_AES_CTR_PARAMS);
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DP11Cipher.java423 new CK_MECHANISM(mechanism, new CK_AES_CTR_PARAMS(iv)) :

Completed in 55 milliseconds