Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/lib/krb5/krb/
H A Dstr_conv.c62 static const struct salttype_lookup_entry salttype_table[] = { variable
68 static const int salttype_table_nents = sizeof(salttype_table)/
69 sizeof(salttype_table[0]);
79 if (!strcasecmp(string, salttype_table[i].stt_name)) { in krb5_string_to_salttype()
81 *salttypep = salttype_table[i].stt_enctype; in krb5_string_to_salttype()
102 if (salttype == salttype_table[i].stt_enctype) { in krb5_salttype_to_string()
103 out = salttype_table[i].stt_name; in krb5_salttype_to_string()