-

krb5_c_random_to_key - Generate an enctype-specific key from random data.

+

krb5_c_random_to_key - Generate an enctype-specific key from random data.

-krb5_error_code krb5_c_random_to_key(krb5_context context, krb5_enctype enctype, krb5_data *random_data, krb5_keyblock *k5_random_key)
+krb5_error_code krb5_c_random_to_key(krb5_context context, krb5_enctype enctype, krb5_data *random_data, krb5_keyblock *k5_random_key)
-
param
+
param:

[in] context - Library context

[in] enctype - Encryption type

[in] random_data - Random input data

@@ -68,7 +66,7 @@
-
retval
+
retval:
  • 0 Success; otherwise - Kerberos error codes

@@ -144,8 +142,8 @@