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

/illumos-gate/usr/src/cmd/krb5/kadmin/cli/
H A Dkeytab.c291 krb5_int32 salttype; local
312 (void) krb5_string_to_salttype("normal", &salttype);
315 permitted_etypes[i].ks_salttype = salttype;
H A Dkadmin.c1576 char enctype[BUFSIZ], salttype[BUFSIZ]; local
1585 salttype, sizeof(salttype)))
1586 snprintf(salttype, sizeof(salttype), gettext("<Salt type 0x%x>"),
1588 printf("%s\n", salttype);
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dstr_conv.c43 * krb5_string_to_salttype() - Convert string to salttype (krb5_int32)
49 * krb5_salttype_to_string() - Convert salttype (krb5_int32) to string.
111 krb5_salttype_to_string(krb5_int32 salttype, char *buffer, size_t buflen) argument
118 if (salttype == salttype_table[i].stt_enctype) {

Completed in 63 milliseconds