Searched refs:salttype_table (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dstr_conv.c69 static const struct salttype_lookup_entry salttype_table[] = { variable in typeref:struct:salttype_lookup_entry
82 static const int salttype_table_nents = sizeof(salttype_table)/
83 sizeof(salttype_table[0]);
93 if (!strcasecmp(string, salttype_table[i].stt_specifier)) {
95 *salttypep = salttype_table[i].stt_enctype;
116 if (salttype == salttype_table[i].stt_enctype) {
117 out = salttype_table[i].stt_output;

Completed in 20 milliseconds