HomeSort by relevance Sort by last modified time
    Searched refs:gssapi (Results 1 - 9 of 9) sorted by null

  /external/openssh/
ssh-gss.h 29 #ifdef GSSAPI
32 #include <gssapi.h>
34 #include <gssapi/gssapi.h>
42 # include <gssapi/gssapi_generic.h>
129 #endif /* GSSAPI */
gss-serv-krb5.c 29 #ifdef GSSAPI
55 # include <gssapi/gssapi_krb5.h>
61 /* Initialise the krb5 library, for the stuff that GSSAPI won't do */
81 * GSSAPI mechanisms will need their own.
199 #endif /* GSSAPI */
configure     [all...]
  /external/ipsec-tools/src/racoon/
gssapi.h 1 /* $NetBSD: gssapi.h,v 1.4 2006/09/09 16:22:09 manu Exp $ */
3 /* Id: gssapi.h,v 1.5 2005/02/11 06:59:01 manubsd Exp */
38 #include "/usr/include/gssapi.h"
40 #include <gssapi/gssapi.h>
  /external/chromium/net/http/
http_auth_gssapi_posix_unittest.cc 79 scoped_ptr<GSSAPILibrary> gssapi(new GSSAPISharedLibrary(""));
80 DCHECK(gssapi.get());
81 DCHECK(gssapi.get()->Init());
85 scoped_ptr<GSSAPILibrary> gssapi(
87 DCHECK(!gssapi.get()->Init());
  /external/chromium_org/net/http/
http_auth_gssapi_posix_unittest.cc 79 scoped_ptr<GSSAPILibrary> gssapi(new GSSAPISharedLibrary(std::string()));
80 DCHECK(gssapi.get());
81 EXPECT_TRUE(gssapi.get()->Init());
86 scoped_ptr<GSSAPILibrary> gssapi(
88 EXPECT_FALSE(gssapi.get()->Init());
mock_gssapi_library_posix.h 16 // Including gssapi.h directly is deprecated in the 10.9 SDK.
17 #include <GSS/gssapi.h>
19 #include <gssapi.h>
51 // the system GSSAPI library calls.
125 // These methods match the ones in the GSSAPI library.
http_auth_gssapi_posix.h 17 // Including gssapi.h directly is deprecated in the 10.9 SDK.
18 #include <GSS/gssapi.h>
20 #include <gssapi.h>
25 // Mechanism OID for GSSAPI. We always use SPNEGO.
28 // GSSAPILibrary is introduced so unit tests can mock the calls to the GSSAPI
30 // GSSAPI library implementations, then simply passes the arguments on to
41 // These methods match the ones in the GSSAPI library.
186 // Finds a usable dynamic library for GSSAPI and loads it. The criteria are:
  /external/openssh/contrib/redhat/
openssh.spec 460 - add patches from Simon Wilkinson and Nicolas Williams for GSSAPI key
533 - disable the gssapi patch
537 - refresh to a new version of the gssapi patch
544 - don't apply gssapi patches for the errata candidate
553 - add in Simon Wilkinson's GSSAPI patch to give it some testing in-house,

Completed in 244 milliseconds