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

/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dp11_general.c276 jmethodID jCtrId; local
289 jCtrId = (*env)->GetMethodID
292 if (jCtrId == NULL) { return NULL; }
308 jInfoObject = (*env)->NewObject(env, jInfoClass, jCtrId, jCryptokiVer,
412 jmethodID jCtrId; local
425 jCtrId = (*env)->GetMethodID
428 if (jCtrId == NULL) { return NULL; }
445 (env, jSlotInfoClass, jCtrId, jSlotDesc, jVendor, jFlags,
504 jmethodID jCtrId; local
530 jCtrId
719 jmethodID jCtrId; local
[all...]
H A Dp11_convert.c84 jmethodID jCtrId; local
95 jCtrId = (*env)->GetMethodID(env, jDateClass, "<init>", "([C[C[C)V");
96 if (jCtrId == NULL) { return NULL; }
108 (*env)->NewObject(env, jDateClass, jCtrId, jYear, jMonth, jDay);
130 jmethodID jCtrId; local
140 jCtrId = (*env)->GetMethodID(env, jVersionClass, "<init>", "(II)V");
141 if (jCtrId == NULL) { return NULL; }
149 (*env)->NewObject(env, jVersionClass, jCtrId, jMajor, jMinor);
168 jmethodID jCtrId; local
180 jCtrId
211 jmethodID jCtrId; local
[all...]

Completed in 33 milliseconds