Home
last modified time | relevance | path

Searched refs:gss (Results 1 – 25 of 38) sorted by relevance

12

/external/deqp-deps/glslang/Test/baseLegalResults/
Dhlsl.aliasOpaque.frag.out13 Name 47 "gss"
16 Decorate 47(gss) DescriptorSet 0
17 Decorate 47(gss) Binding 0
33 47(gss): 43(ptr) Variable UniformConstant
41 71: 6 Load 47(gss)
/external/angle/third_party/vulkan-deps/glslang/src/Test/baseLegalResults/
Dhlsl.aliasOpaque.frag.out13 Name 47 "gss"
16 Decorate 47(gss) DescriptorSet 0
17 Decorate 47(gss) Binding 0
33 47(gss): 43(ptr) Variable UniformConstant
41 71: 6 Load 47(gss)
/external/ipsec-tools/src/racoon/doc/
DREADME.gssapi1 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
55 * The gss-api specific code was concentrated as much as possible
89 required standard for gss-api + kerberos 5 (i.e. I am fairly certain
90 that such a string will be rejected by the Heimdal gss-api library, as it
[all …]
/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/
Dhlsl.aliasOpaque.frag.out43 0:20 'gss' ( uniform sampler)
67 0:? 'gss' ( uniform sampler)
116 0:20 'gss' ( uniform sampler)
140 0:? 'gss' ( uniform sampler)
165 Name 47 "gss"
171 Decorate 47(gss) DescriptorSet 0
172 Decorate 47(gss) Binding 0
200 47(gss): 43(ptr) Variable UniformConstant
233 48: 6 Load 47(gss)
/external/deqp-deps/glslang/Test/baseResults/
Dhlsl.aliasOpaque.frag.out43 0:20 'gss' ( uniform sampler)
67 0:? 'gss' ( uniform sampler)
116 0:20 'gss' ( uniform sampler)
140 0:? 'gss' ( uniform sampler)
165 Name 47 "gss"
171 Decorate 47(gss) DescriptorSet 0
172 Decorate 47(gss) Binding 0
200 47(gss): 43(ptr) Variable UniformConstant
233 48: 6 Load 47(gss)
/external/angle/third_party/vulkan-deps/glslang/src/Test/
Dhlsl.aliasOpaque.frag7 SamplerState gss;
20 os.ss = gss;
/external/deqp-deps/glslang/Test/
Dhlsl.aliasOpaque.frag7 SamplerState gss;
20 os.ss = gss;
/external/libcups/config-scripts/
Dcups-gssapi.m435 AC_CHECK_LIB(gss, gss_display_status,
53 AC_CHECK_LIB(gss, gss_display_status,
58 AC_CHECK_LIB(gss, gss_display_status,
108 AC_ARG_WITH(gssservicename, [ --with-gssservicename set default gss service name],
/external/ipsec-tools/src/racoon/
Dgssapi.c310 itoken = &gps->gss[gps->gsscnt]; in gssapi_get_itoken()
360 itoken = &gps->gss[gps->gsscnt]; in gssapi_get_rtoken()
435 gsstoken = &gps->gss[gps->gsscnt - 1]; in gssapi_get_token_to_send()
459 len += gps->gss[i].length; in gssapi_get_itokens()
466 memcpy(p, gps->gss[i].value, gps->gss[i].length); in gssapi_get_itokens()
467 p += gps->gss[i].length; in gssapi_get_itokens()
Dgssapi.h52 gss_buffer_desc gss[3]; /* gss-api tokens. */ member
/external/openssh/
DAndroid.bp101 "gss-genr.c",
241 "auth2-gss.c",
249 "gss-serv-krb5.c",
250 "gss-serv.c",
Dconfigure.ac4593 [ AC_CHECK_LIB([gss], [gss_init_sec_context],
4596 AC_MSG_WARN([Cannot find any suitable gss-api library - build may fail]))
4604 AC_MSG_WARN([Cannot find any suitable gss-api header - build may fail])
D.depend21 auth2-gss.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compa…
58 gss-genr.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat…
59 gss-serv-krb5.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-c…
60 gss-serv.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat…
/external/curl/tests/data/
Dtest128225 FTP with 633 response before gss initialized
/external/cpuinfo/test/dmesg/
Dnexus4.log217 <6>[ 0.404150] gss_8064_init: gss fatal driver init'ed.
626 <3>[ 4.007996] pil pil4: gss: Failed to locate gss.mdt
627 <3>[ 4.011292] pil pil4: gss: Failed to locate gss.mdt
628 <3>[ 4.012971] pil pil4: gss: Failed to locate gss.mdt
629 <3>[ 4.015626] pil pil4: gss: Failed to locate gss.mdt
/external/ipsec-tools/
DNEWS22 o do not set default gss id if xauth is used
DChangeLog126 * src/racoon/cfparse.y: Do not set default gss id if xauth is used.
/external/deqp/external/vulkancts/modules/vulkan/fragment_shading_rate/
DvktFragmentShadingRateBasic.cpp367 std::stringstream gss; in initPrograms() local
368 gss << in initPrograms()
416 programCollection.glslSources.add("geom") << glu::GeometrySource(gss.str()); in initPrograms()
/external/curl/packages/vms/
Dbuild_vms.com622 $ try_shr = "sys$share:gss$rtl"
Dgenerate_config_vms_h_curl.com163 $! If kerberos is installed: sys$share:gss$rtl.exe exists.
/external/icu/icu4c/source/test/testdata/
DlocaleCanonicalization.txt330 sgn_GR ; gss
818 sgn_300 ; gss
/external/cldr/common/testData/localeIdentifiers/
DlocaleCanonicalization.txt330 sgn_GR ; gss
818 sgn_300 ; gss
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/unicode/
DlocaleCanonicalization.txt330 sgn_GR ; gss
818 sgn_300 ; gss
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/
DlocaleCanonicalization.txt330 sgn_GR ; gss
818 sgn_300 ; gss
/external/openssh/contrib/redhat/
Dopenssh.spec488 anything to be warned about, gss patches won't apply, I don't mind)

12