+Thu Jun 6 15:50:39 1996 Theodore Y. Ts'o <tytso@mit.edu>
+
+ * krb5.tex: Update function prototype for krb5_encrypt_tkt_part
+
Mon Sep 4 21:13:36 1995 Ezra Peisach <epeisach@kangaroo.mit.edu>
* libos.tex: Update krb5_lock_file and krb5_unlock_file no longer
\begin{funcdecl}{krb5_encrypt_tkt_part}{krb5_error_code}{\funcinout}
\funcarg{krb5_context}{context}
\funcin
-\funcarg{krb5_encrypt_block *}{eblock}
\funcarg{const krb5_keyblock *}{srv_key}
\funcinout
\funcarg{krb5_ticket *}{dec_ticket}
\internalfunc
\begin{sloppypar}
-Takes unencrypted \funcparam{dec_ticket} and
-\funcparam{dec_ticket{\ptsto}enc_part2}, encrypts with
-the encryption system specified by \funcparam{eblock} using
+Encrypts the unecrypted part of the ticket found in
+\funcparam{dec_ticket{\ptsto}enc_part2} using
\funcparam{srv_key}, and places result in
\funcparam{dec_ticket{\ptsto}enc_part}.
-The string \funcparam{dec_ticket{\ptsto}enc_part} will be allocated
-before formatting.
+The \funcparam{dec_ticket{\ptsto}enc_part} will be allocated by this
+function.
\end{sloppypar}
Returns errors from encryption routines, system errors