HomeSort by relevance Sort by last modified time
    Searched full:gss_id_enc (Results 1 - 8 of 8) sorted by null

  /external/ipsec-tools/src/racoon/samples/
racoon.conf.sample-gssapi 14 #gss_id_enc latin1;
  /external/ipsec-tools/src/racoon/
localconf.h 120 int gss_id_enc; /* GSS ID encoding to use */ member in struct:localconf
cfparse.h 159 GSS_ID_ENC = 375,
324 #define GSS_ID_ENC 375
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); }
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...]
racoon.conf.5 335 .It Ic gss_id_enc Ar enctype ;
342 .Ic gss_id_enc
    [all...]
ipsec_doi.c 763 if (lcconf->gss_id_enc == LC_GSSENC_LATIN1) {
    [all...]

Completed in 121 milliseconds