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

/openjdk7/jdk/src/share/classes/sun/security/jgss/wrapper/
H A DGSSLibStub.java91 native void verifyMic(long pContext, byte[] token, byte[] msg, method in class:GSSLibStub
H A DNativeGSSContext.java500 cStub.verifyMic(pContext, token, msg, msgProp);
/openjdk7/jdk/src/solaris/native/sun/security/jgss/wrapper/
H A DNativeFunc.c207 ftab->verifyMic = (VERIFY_MIC_FN_PTR)dlsym(gssLib, VERIFY_MIC);
208 if (ftab->verifyMic == NULL) {
H A DNativeFunc.h252 VERIFY_MIC_FN_PTR verifyMic; member in struct:GSS_FUNCTION_TABLE
/openjdk7/jdk/test/sun/security/krb5/auto/
H A DContext.java438 public void verifyMic(byte[] t, final byte[] msg) throws Exception { method in class:Context
443 System.out.printf("verifyMic from %s: ", me.name);
479 s1.verifyMic(mic, messageBytes);
/openjdk7/jdk/src/share/native/sun/security/jgss/wrapper/
H A DGSSLibStub.c1312 * Method: verifyMic
1346 (*ftab->verifyMic)(&minor, contextHdl, &msg, &msgToken, &qop);

Completed in 42 milliseconds