From: John Kohl Date: Thu, 6 Sep 1990 10:04:37 +0000 (+0000) Subject: add i_vector args for mk,rd_priv X-Git-Tag: krb5-1.0-alpha2~319 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0d6ab3d8aa145956746eb17b61ec3570d933fb33;p=krb5.git add i_vector args for mk,rd_priv git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1092 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/doc/api/krb5.tex b/doc/api/krb5.tex index 0700002d5..f303ab395 100644 --- a/doc/api/krb5.tex +++ b/doc/api/krb5.tex @@ -582,6 +582,8 @@ Returns system errors, integrity errors. \funcarg{krb5_keyblock *}{key} \funcarg{krb5_fulladdr *}{sender_addr} \funcarg{krb5_fulladdr *}{recv_addr} +\funcinout +\funcarg{krb5_pointer}{i_vector} \funcout \funcarg{krb5_data *}{outbuf} \end{funcdecl} @@ -594,6 +596,10 @@ specifies the key for the encryption; \funcparam{sender_addr} and \funcparam{recv_addr} specify the full addresses (host and port) of the sender and receiver. +\funcparam{i_vector} is used as an initialization vector for the +encryption, and if non-NULL its contents are replaced with the last +block of the encrypted data upon exit. + The \funcparam{outbuf} buffer storage is allocated, and should be freed by the caller when finished. @@ -604,6 +610,8 @@ Returns system errors. \funcarg{krb5_keyblock *}{key} \funcarg{krb5_fulladdr *}{sender_addr} \funcarg{krb5_fulladdr *}{recv_addr} +\funcinout +\funcarg{krb5_pointer}{i_vector} \funcout \funcarg{krb5_data *}{outbuf} \end{funcdecl} @@ -619,6 +627,10 @@ addresses (host and port) of the sender and receiver. \funcparam{outbuf} points to allocated storage which the caller should free when finished. +\funcparam{i_vector} is used as an initialization vector for the +encryption, and if non-NULL its contents are replaced with the last +block of the encrypted data upon exit. + Returns system errors, integrity errors. \begin{funcdecl}{krb5_parse_name}{krb5_error_code}{\funcin}