/external/ipsec-tools/src/racoon/doc/ |
README.gssapi | 1 The gss-api authentication mechanism implementation for racoon was 2 based on the ietf draft draft-ietf-ipsec-isakmp-gss-auth-06.txt. 4 The implementation uses the Heimdal gss-api library, i.e. gss-api 5 on top of Kerberos 5. The Heimdal gss-api library had to be modified 6 to meet the requirements of using gss-api in a daemon. More specifically, 19 The modification to the Heimdal gss-api library implements the 24 it in a memory-based credential cache, part of the gss credential 37 GSS endpoint attribute will be specified in the first SA sent. 38 However, if the initiator does specify a GSS endpoint attribute [all...] |
FAQ | 65 Enable GSS-API, for Kerberos V support.
|
/external/ipsec-tools/src/racoon/samples/ |
racoon.conf.sample-gssapi | 11 # Uncomment the following for GSS-API to work with older versions of 12 # racoon that (incorrectly) used ISO-Latin-1 encoding for the GSS-API 25 # The default GSS-API ID is "host/hostname", where 30 # you can change the GSS-API ID here.
|
/external/kernel-headers/original/linux/sunrpc/ |
auth_gss.h | 39 /* on-the-wire gss cred: */ 48 /* on-the-wire gss verifier: */ 54 /* return from gss NULL PROC init sec context */ 65 * gc_gss_ctx is the context handle that is used to do gss-api calls, while
|
gss_api.h | 4 * Somewhat simplified version of the gss api. 21 /* The mechanism-independent gss-api context: */ 34 /* gss-api prototypes; note that these are somewhat simplified versions of 71 /* Different mechanisms (e.g., krb5 or spkm3) may implement gss-api, and
|
auth.h | 71 /* for gss, used to calculate au_rslack: */ 78 * au_ops->au_flavor in gss
|
gss_asn1.h | 4 * minimal asn1 for generic encoding/decoding of gss tokens
|
xprt.h | 76 u32 rq_seqno; /* gss seq no. used on req. */ 79 gss privacy code */
|
svc.h | 162 int rq_sendfile_ok; /* turned off in gss privacy
|
/libcore/luni/src/main/java/org/apache/harmony/security/x509/ |
GeneralSubtrees.java | 84 GeneralSubtrees gss = (GeneralSubtrees) object; 85 return (gss.generalSubtrees == null) 87 : gss.generalSubtrees;
|
/external/ipsec-tools/src/racoon/ |
localconf.h | 64 #define LC_GSSENC_UTF16LE 0 /* GSS ID in UTF-16LE */ 65 #define LC_GSSENC_LATIN1 1 /* GSS ID in ISO-Latin-1 */ 114 int gss_id_enc; /* GSS ID encoding to use */
|
gssapi.h | 52 gss_buffer_desc gss[3]; /* gss-api tokens. */ member in struct:gssapi_ph1_state
|
gssapi.c | 245 * XXXJRT Did this debug message ever work? This is a GSS name 310 itoken = &gps->gss[gps->gsscnt]; 360 itoken = &gps->gss[gps->gsscnt]; 435 gsstoken = &gps->gss[gps->gsscnt - 1]; 459 len += gps->gss[i].length; 466 memcpy(p, gps->gss[i].value, gps->gss[i].length); 467 p += gps->gss[i].length; 727 * XXXJRT Did this debug message ever work? This is a GSS name
|
oakley.h | 96 * MD5("A GSS-API Authentication Method for IKE") 145 * MD5("A GSS-API Authentication Method for IKE")
|
vendorid.h | 49 /* Refer to draft-ietf-ipsec-isakmp-gss-auth-06.txt. */
|
isakmp.h | 117 * MD5("A GSS-API Authentication Method for IKE") 121 * See draft-ietf-ipsec-isakmp-gss-auth-06.txt. 123 #define ISAKMP_NPTYPE_GSS 129 /* GSS token */
|
main.c | 112 "- GSS-API authentication\n"
|
vendorid.c | 69 { VENDORID_GSSAPI_LONG, "A GSS-API Authentication Method for IKE" },
|
handler.h | 188 void *gssapi_state; /* GSS-API specific state. */ 190 vchar_t *gi_i; /* optional initiator GSS id */ 191 vchar_t *gi_r; /* optional responder GSS id */
|
strnames.c | 315 { ISAKMP_NPTYPE_GSS, "gss id", NULL }, 655 { OAKLEY_ATTR_GSS_ID, "GSS-API endpoint name",NULL }, 719 { OAKLEY_ATTR_AUTH_METHOD_GSSAPI_KRB, "GSS-API on Kerberos 5", NULL },
|
/external/chromium/net/third_party/gssapi/ |
gssapi.h | 318 * nametypes(6) gss-host-based-services(2)). The constant 351 * 6(nametypes), 3(gss-anonymous-name)}. The constant 363 * 6(nametypes), 4(gss-api-exported-name)}. The constant 446 * Finally, function prototypes for the GSS-API routines.
|
/external/valgrind/main/coregrind/ |
m_aspacehl.c | 48 starts = VG_(malloc)( "main.gss.1", n_starts * sizeof(Addr) );
|
/ndk/sources/host-tools/sed-4.2.1/ |
ABOUT-NLS | 268 gss | | 446 gss | [] | [all...] |
/external/ipsec-tools/ |
NEWS | 23 o do not set default gss id if xauth is used
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/ |
nis_object.x | 49 const NIS_PK_DHEXT = 4; /* Extended Diffie-Hellman for RPC-GSS */
|