Lines Matching refs:password
57 krb5_data password, salt;
64 password.length = strlen(pw);
65 password.data = (char *)pw;
71 if ((krb5_c_string_to_key(ctx, enctype, &password, &salt, &key)) != 0)
90 * krb5_kvno kvno, uint_t flags, char *password)
109 * where password is the password that will be used to derive the key for
145 krb5_kvno kvno, uint_t flags, char *password, char *hostname)
157 assert(password != NULL && domain != NULL);
232 kvno, password);