Searched refs:jCounterBits (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dp11_convert.c708 jlong jCounterBits; local
718 jCounterBits = (*env)->GetLongField(env, jParam, fieldID);
726 ckpParam->ulCounterBits = jLongToCKULong(jCounterBits);

Completed in 35 milliseconds