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

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DCK_AES_CTR_PARAMS.java34 * CK_ULONG ulCounterBits;
44 private final long ulCounterBits; field in class:CK_AES_CTR_PARAMS
48 ulCounterBits = 128;
56 buffer.append("ulCounterBits: ");
57 buffer.append(ulCounterBits);
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dpkcs-11v2-20a3.h86 CK_ULONG ulCounterBits; member in struct:CK_AES_CTR_PARAMS
94 CK_ULONG ulCounterBits; member in struct:CK_CAMELLIA_CTR_PARAMS

Completed in 30 milliseconds