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

/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dp11_general.c68 jfieldID mech_mechanismID; variable
119 mech_mechanismID = (*env)->GetFieldID(env, tmpClass, "mechanism", "J");
120 if (mech_mechanismID == NULL) { return; }
H A Dpkcs11wrapper.h433 extern jfieldID mech_mechanismID;
H A Dp11_convert.c746 jlong jMechanismType = (*env)->GetLongField(env, jMechanism, mech_mechanismID);

Completed in 38 milliseconds