Searched defs:verifyMic (Results 1 - 3 of 3) sorted by relevance

/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/solaris/native/sun/security/jgss/wrapper/
H A DNativeFunc.h252 VERIFY_MIC_FN_PTR verifyMic; member in struct:GSS_FUNCTION_TABLE
/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

Completed in 31 milliseconds