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

/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dp11_keymgmt.c402 jint jLength; local
437 jLength = (*env)->GetArrayLength(env, jOutput);
442 for (i=0; i < jLength; i++) {
637 jint jLength; local
709 jLength = (*env)->GetArrayLength(env, jIV);
713 for (i=0; i < jLength; i++) {
729 jLength = (*env)->GetArrayLength(env, jIV);
733 for (i=0; i < jLength; i++) {
H A Dp11_util.c561 jlong jLength; local
570 jLength = (*env)->GetArrayLength(env, jArray);
571 *ckpLength = jLongToCKULong(jLength);
577 TRACE1(", converting %d attibutes", jLength);

Completed in 42 milliseconds