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

/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dp11_convert.c589 jlong jMacSizeInBits, jKeySizeInBits, jIVSizeInBits; local
600 jMacSizeInBits = (*env)->GetLongField(env, jParam, fieldID);
652 ckParam.ulMacSizeInBits = jLongToCKULong(jMacSizeInBits);

Completed in 34 milliseconds