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

  /external/ipsec-tools/src/racoon/
localconf.h 114 int gss_id_enc; /* GSS ID encoding to use */ member in struct:localconf
localconf.c 120 lcconf->gss_id_enc = LC_GSSENC_UTF16LE; /* Windows compatibility */
ipsec_doi.c 619 if (lcconf->gss_id_enc == LC_GSSENC_LATIN1) {
    [all...]
cfparse.y 232 %token GSS_ID GSS_ID_ENC GSS_ID_ENCTYPE
371 /* gss_id_enc */
373 : GSS_ID_ENC GSS_ID_ENCTYPE EOS
379 lcconf->gss_id_enc = $2;
    [all...]

Completed in 61 milliseconds