OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gss_id_enc
(Results
1 - 5
of
5
) sorted by null
/external/ipsec-tools/src/racoon/
localconf.h
120
int
gss_id_enc
; /* GSS ID encoding to use */
member in struct:localconf
localconf.c
125
lcconf->
gss_id_enc
= LC_GSSENC_UTF16LE; /* Windows compatibility */
cftoken.l
379
<S_INI>
gss_id_enc
{ BEGIN S_GSSENC; YYDB; return(
GSS_ID_ENC
); }
ipsec_doi.c
763
if (lcconf->
gss_id_enc
== LC_GSSENC_LATIN1) {
[
all
...]
cfparse.y
227
%token GSS_ID
GSS_ID_ENC
GSS_ID_ENCTYPE
357
/*
gss_id_enc
*/
359
:
GSS_ID_ENC
GSS_ID_ENCTYPE EOS
365
lcconf->
gss_id_enc
= $2;
[
all
...]
Completed in 85 milliseconds