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

/openjdk7/jdk/src/share/classes/sun/security/jgss/wrapper/
H A DGSSLibStub.java59 native Oid[] inquireNamesForMech() throws GSSException; method in class:GSSLibStub
H A DGSSNameElement.java61 supportedNTs = stub.inquireNamesForMech();
69 supportedNTs = stub.inquireNamesForMech();
H A DNativeGSSFactory.java182 return cStub.inquireNamesForMech();
/openjdk7/jdk/src/solaris/native/sun/security/jgss/wrapper/
H A DNativeFunc.c231 ftab->inquireNamesForMech = (INQUIRE_NAMES_FOR_MECH_FN_PTR)
233 if (ftab->inquireNamesForMech == NULL) {
H A DNativeFunc.h256 INQUIRE_NAMES_FOR_MECH_FN_PTR inquireNamesForMech; member in struct:GSS_FUNCTION_TABLE
/openjdk7/jdk/src/share/native/sun/security/jgss/wrapper/
H A DGSSLibStub.c233 * Method: inquireNamesForMech
245 if (ftab->inquireNamesForMech != NULL) {
251 major = (*ftab->inquireNamesForMech)(&minor, mech, &nameTypes);

Completed in 46 milliseconds