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

/openjdk7/jdk/src/share/classes/sun/security/jgss/wrapper/
H A DGSSLibStub.java90 native byte[] getMic(long pContext, int qop, byte[] msg); method in class:GSSLibStub
H A DNativeGSSContext.java468 return cStub.getMic(pContext, qop, inMsg);
/openjdk7/jdk/src/solaris/native/sun/security/jgss/wrapper/
H A DNativeFunc.c201 ftab->getMic = (GET_MIC_FN_PTR)dlsym(gssLib, GET_MIC);
202 if (ftab->getMic == NULL) {
H A DNativeFunc.h251 GET_MIC_FN_PTR getMic; member in struct:GSS_FUNCTION_TABLE
/openjdk7/jdk/test/sun/security/krb5/auto/
H A DContext.java72 * actions (wrap, unwrap, getMic and veryfyMiC):
417 public byte[] getMic(byte[] t) throws Exception { method in class:Context
424 System.out.printf("getMic from %s: ", me.name);
478 byte[] mic = s2.getMic(unwrapped);
/openjdk7/jdk/src/share/native/sun/security/jgss/wrapper/
H A DGSSLibStub.c1269 * Method: getMic
1300 (*ftab->getMic)(&minor, contextHdl, qop, &msg, &msgToken);

Completed in 2009 milliseconds