Searched refs:salt (Results 1 - 1 of 1) sorted by relevance
/solaris-userland/components/krb5/Solaris/ |
H A D | kt_solaris.c | 57 krb5_data password, salt; local 67 if ((code = krb5_principal2salt(ctx, svc_princ, &salt)) != 0) { 71 if ((krb5_c_string_to_key(ctx, enctype, &password, &salt, &key)) != 0) 82 free(salt.data); 99 * constructing the salt in the string-to-key function. 112 * derive the key salt. If NULL is specified, this function will use the hostname 130 * Note: In Active Directory environments the salt is constructed by truncating 131 * the host name to 15 characters and only use the host svc princ as the salt, 136 * derive the salt by sending an initial authentication exchange. 147 krb5_principal princ = NULL, salt local [all...] |
Completed in 109 milliseconds