Home
last modified time | relevance | path

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

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