aboutsummaryrefslogtreecommitdiffstats
path: root/lib/crypto/doc/src/new_api.xml
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2019-04-09 12:16:28 +0200
committerHans Nilsson <[email protected]>2019-04-11 13:02:30 +0200
commitbd8abd7b5cfb55bcc7becc2bf2344ec5f9a0185f (patch)
treea334d9ed7777105aff47ece0c7470190a258ea5f /lib/crypto/doc/src/new_api.xml
parentdc4c62ca5220cfc8def7ec5275036c7fb7dc370d (diff)
downloadotp-bd8abd7b5cfb55bcc7becc2bf2344ec5f9a0185f.tar.gz
otp-bd8abd7b5cfb55bcc7becc2bf2344ec5f9a0185f.tar.bz2
otp-bd8abd7b5cfb55bcc7becc2bf2344ec5f9a0185f.zip
crypto: Rename 'crypto_(init|update)_dyn_iv' to 'crypto_dyn_iv_(init|update)'
Diffstat (limited to 'lib/crypto/doc/src/new_api.xml')
-rw-r--r--lib/crypto/doc/src/new_api.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/crypto/doc/src/new_api.xml b/lib/crypto/doc/src/new_api.xml
index 7b062310f2..79096b55e8 100644
--- a/lib/crypto/doc/src/new_api.xml
+++ b/lib/crypto/doc/src/new_api.xml
@@ -99,8 +99,8 @@
for each part, the functions are:
</p>
<list>
- <item><seealso marker="crypto#crypto_init_dyn_iv/3">crypto_init_dyn_iv/3</seealso></item>
- <item><seealso marker="crypto#crypto_update_dyn_iv/3">crypto_update_dyn_iv/3</seealso></item>
+ <item><seealso marker="crypto#crypto_dyn_iv_init/3">crypto_dyn_iv_init/3</seealso></item>
+ <item><seealso marker="crypto#crypto_dyn_iv_update/3">crypto_dyn_iv_update/3</seealso></item>
</list>
<p>An example of where those functions are needed, is when handling the TLS protocol.</p>