-

krb5_c_string_to_key - Convert a string (such a password) to a key.

+

krb5_c_string_to_key - Convert a string (such a password) to a key.

-krb5_error_code krb5_c_string_to_key(krb5_context context, krb5_enctype enctype, const krb5_data *string, const krb5_data *salt, krb5_keyblock *key)
+krb5_error_code krb5_c_string_to_key(krb5_context context, krb5_enctype enctype, const krb5_data *string, const krb5_data *salt, krb5_keyblock *key)
-
param
+
param:

[in] context - Library context

[in] enctype - Encryption type

[in] string - String to be converted

@@ -69,7 +67,7 @@
-
retval
+
retval:
  • 0 Success; otherwise - Kerberos error codes

@@ -137,8 +135,8 @@