HomeSort by relevance Sort by last modified time
    Searched full:gss (Results 1 - 25 of 133) sorted by null

1 2 3 4 5 6

  /packages/services/Car/car_product/sepolicy/
device.te 4 #device type for gss device nodes, ie /dev/gss
system_server.te 7 # For gss
  /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...]
  /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/curl/lib/
socks_gssapi.c 43 * Helper GSS-API error functions.
60 /* convert major status code (GSS-API error) to text */
94 failf(data, "GSS-API error: %s failed:\n%s", function, buf);
122 unsigned char socksreq[4]; /* room for GSS-API exchange header only */
125 /* GSS-API request looks like
187 failf(data, "Failed to initial GSS-API token.");
192 socksreq[0] = 1; /* GSS-API subnegotiation version */
199 failf(data, "Failed to send GSS-API authentication request.");
211 failf(data, "Failed to send GSS-API authentication token.");
227 /* GSS-API response looks lik
    [all...]
curl_gssapi.h 31 # include <gss.h>
45 /* Common method for using GSS-API */
58 /* Helper to log a GSS-API error status */
socks_sspi.c 70 /* Needs GSS-API authentication */
85 unsigned char socksreq[4]; /* room for GSS-API exchange header only */
88 /* GSS-API request looks like
195 socksreq[0] = 1; /* GSS-API subnegotiation version */
246 /* GSS-API response looks like
323 infof(data, "SOCKS5 server authencticated user %s with GSS-API.\n",
328 socksreq[0] = 1; /* GSS-API subnegotiation version */
339 infof(data, "SOCKS5 server supports GSS-API %s data protection.\n",
358 * first version of the SOCKS/GSS-API protocol
365 * - "token" is the GSS-API encapsulated protection leve
    [all...]
socks.h 68 * This function handles the SOCKS5 GSS-API negotiation and initialisation
  /external/curl/tests/data/
test86 72 User-Agent: curl/7.10.7-pre4 (i686-pc-linux-gnu) libcurl/7.10.7-pre4 OpenSSL/0.9.7a ipv6 zlib/1.1.3 GSS
77 User-Agent: curl/7.10.7-pre4 (i686-pc-linux-gnu) libcurl/7.10.7-pre4 OpenSSL/0.9.7a ipv6 zlib/1.1.3 GSS
82 User-Agent: curl/7.10.7-pre4 (i686-pc-linux-gnu) libcurl/7.10.7-pre4 OpenSSL/0.9.7a ipv6 zlib/1.1.3 GSS
test175 70 User-Agent: curl/7.12.1-CVS (i686-pc-linux-gnu) libcurl/7.12.1-CVS OpenSSL/0.9.6b ipv6 zlib/1.1.4 GSS libidn/0.4.6
77 User-Agent: curl/7.12.1-CVS (i686-pc-linux-gnu) libcurl/7.12.1-CVS OpenSSL/0.9.6b ipv6 zlib/1.1.4 GSS libidn/0.4.6
test176 73 User-Agent: curl/7.12.1-CVS (i686-pc-linux-gnu) libcurl/7.12.1-CVS OpenSSL/0.9.6b ipv6 zlib/1.1.4 GSS libidn/0.4.6
80 User-Agent: curl/7.12.1-CVS (i686-pc-linux-gnu) libcurl/7.12.1-CVS OpenSSL/0.9.6b ipv6 zlib/1.1.4 GSS libidn/0.4.6
test174 43 User-Agent: curl/7.12.1-CVS (i686-pc-linux-gnu) libcurl/7.12.1-CVS OpenSSL/0.9.6b ipv6 zlib/1.1.4 GSS libidn/0.4.6
test177 46 User-Agent: curl/7.12.1-CVS (i686-pc-linux-gnu) libcurl/7.12.1-CVS OpenSSL/0.9.6b ipv6 zlib/1.1.4 GSS libidn/0.4.6
test158 40 User-Agent: curl/7.11.2-CVS (i686-pc-linux-gnu) libcurl/7.11.2-CVS OpenSSL/0.9.6b ipv6 zlib/1.1.4 GSS
test169 109 User-Agent: curl/7.12.0-CVS (i686-pc-linux-gnu) libcurl/7.12.0-CVS OpenSSL/0.9.6b ipv6 zlib/1.1.4 GSS libidn/0.4.3
116 User-Agent: curl/7.12.0-CVS (i686-pc-linux-gnu) libcurl/7.12.0-CVS OpenSSL/0.9.6b ipv6 zlib/1.1.4 GSS libidn/0.4.3
123 User-Agent: curl/7.12.0-CVS (i686-pc-linux-gnu) libcurl/7.12.0-CVS OpenSSL/0.9.6b ipv6 zlib/1.1.4 GSS libidn/0.4.3
  /external/curl/docs/libcurl/opts/
CURLOPT_GSSAPI_DELEGATION.3 25 CURLOPT_GSSAPI_DELEGATION \- set allowed GSS-API delegation
35 case this feature is supported by the GSS-API implementation and the definition
  /prebuilts/go/darwin-x86/src/net/
main_test.go 151 gss := runningGoroutines()
152 if len(gss) == 0 {
156 for _, gs := range gss {
164 var gss []string
176 gss = append(gss, stack)
178 sort.Strings(gss)
179 return gss
  /prebuilts/go/linux-x86/src/net/
main_test.go 151 gss := runningGoroutines()
152 if len(gss) == 0 {
156 for _, gs := range gss {
164 var gss []string
176 gss = append(gss, stack)
178 sort.Strings(gss)
179 return gss
  /external/curl/CMake/
FindGSS.cmake 1 # - Try to find the GSS Kerberos library
4 # GSS_ROOT_DIR - Set this variable to the root installation of GSS
10 # GSS_LIBRARIES - The libraries needed to use GSS
280 find_package_handle_standard_args(GSS
286 "Could NOT find GSS, try to set the path to GSS root folder in the system variable GSS_ROOT_DIR"
  /external/ipsec-tools/src/racoon/
localconf.h 65 #define LC_GSSENC_UTF16LE 0 /* GSS ID in UTF-16LE */
66 #define LC_GSSENC_LATIN1 1 /* GSS ID in ISO-Latin-1 */
120 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
  /external/curl/docs/
LICENSE-MIXING 89 (May be used for GSS support) MIT licensed, that shouldn't collide
94 (May be used for GSS support) Heimdal is Original BSD licensed with
97 GNU GSS https://www.gnu.org/software/gss/
99 (May be used for GSS support) GNU GSS is GPL licensed. Note that you
  /prebuilts/go/darwin-x86/src/cmd/trace/
goroutines.go 80 gss := make(map[uint64]gtype)
82 gs1 := gss[g.PC]
87 gss[g.PC] = gs1
90 for k, v := range gss {
  /prebuilts/go/linux-x86/src/cmd/trace/
goroutines.go 80 gss := make(map[uint64]gtype)
82 gs1 := gss[g.PC]
87 gss[g.PC] = gs1
90 for k, v := range gss {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
gsstruct.def 24 DEFGSSTRUCT(GSS enumeration value, structure name, has-tree-operands).

Completed in 492 milliseconds

1 2 3 4 5 6