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

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dstr_conv.c74 static const struct salttype_lookup_entry salttype_table[] = { variable in typeref:struct:salttype_lookup_entry
84 static const int salttype_table_nents = sizeof(salttype_table)/
85 sizeof(salttype_table[0]);
95 if (!strcasecmp(string, salttype_table[i].stt_specifier)) {
97 *salttypep = salttype_table[i].stt_enctype;
118 if (salttype == salttype_table[i].stt_enctype) {
119 out = salttype_table[i].stt_output;

Completed in 44 milliseconds