-

krb5_c_prf_length - Get the output length of pseudo-random functions for an encryption type.

+

krb5_c_prf_length - Get the output length of pseudo-random functions for an encryption type.

-krb5_error_code krb5_c_prf_length(krb5_context context, krb5_enctype enctype, size_t *len)
+krb5_error_code krb5_c_prf_length(krb5_context context, krb5_enctype enctype, size_t *len)
-
param
+
param:

[in] context - Library context

[in] enctype - Encryption type

[out] len - Length of PRF output

-
retval
+
retval:
  • 0 Success; otherwise - Kerberos error codes

@@ -134,8 +132,8 @@