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

/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dp11_keymgmt.c401 jobject jOutput; local
431 jOutput = (*env)->GetObjectField(env, jTLSPrfParams, fieldID);
436 if (jOutput != NULL) {
437 jLength = (*env)->GetArrayLength(env, jOutput);
438 jBytes = (*env)->GetByteArrayElements(env, jOutput, NULL);
446 (*env)->ReleaseByteArrayElements(env, jOutput, jBytes, 0);
H A Dp11_convert.c528 jobject jSeed, jLabel, jOutput; local
547 jOutput = (*env)->GetObjectField(env, jParam, fieldID);
564 jByteArrayToCKByteArray(env, jOutput, &(ckParam.pOutput), ckParam.pulOutputLen);

Completed in 36 milliseconds