Searched defs:jKeySizeInBits (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
605 jKeySizeInBits = (*env)->GetLongField(env, jParam, fieldID);
653 ckParam.ulKeySizeInBits = jLongToCKULong(jKeySizeInBits);

Completed in 35 milliseconds