aboutsummaryrefslogtreecommitdiffstats
path: root/lib/crypto/doc/src/crypto.xml
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2018-09-17 10:16:09 +0200
committerHans Nilsson <[email protected]>2018-09-17 10:16:09 +0200
commit94e49f0b8e8ad45ba6f294356bebf3723d5ddf68 (patch)
treee8fe34d6eeea7d9c11e2cafc1d463f285290d9c3 /lib/crypto/doc/src/crypto.xml
parent9649db932e919647d581c1d1e9e9d60766e0cf4d (diff)
parent0a218353e4360e36bac304b6a4e0effe78d95615 (diff)
downloadotp-94e49f0b8e8ad45ba6f294356bebf3723d5ddf68.tar.gz
otp-94e49f0b8e8ad45ba6f294356bebf3723d5ddf68.tar.bz2
otp-94e49f0b8e8ad45ba6f294356bebf3723d5ddf68.zip
Merge branch 'maint'
* maint: crypto: Fix no_aead test crypto: Document AES_CCM and fix errors in User's Guide The sizes in the Algorithms chapter for aes_gcm was wrong or incomplete. crypto: AES_CCM test case crypto: All aes_ccm vectors (including unused) This directory contains all aes_ccm vectors. However, effort is needed to include them in the test suite so they are left for later. crypto: Add AES_CCM crypto Will be increase interoperability of future SSL application versions. crypto: Generalize aes_gcm_(de|en)crypt nifs
Diffstat (limited to 'lib/crypto/doc/src/crypto.xml')
-rw-r--r--lib/crypto/doc/src/crypto.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/crypto/doc/src/crypto.xml b/lib/crypto/doc/src/crypto.xml
index b788ddc52d..8c4dc1729a 100644
--- a/lib/crypto/doc/src/crypto.xml
+++ b/lib/crypto/doc/src/crypto.xml
@@ -420,7 +420,7 @@
<func>
<name>block_encrypt(Type, Key, Ivec, PlainText) -> CipherText</name>
<name>block_encrypt(AeadType, Key, Ivec, {AAD, PlainText}) -> {CipherText, CipherTag}</name>
- <name>block_encrypt(aes_gcm, Key, Ivec, {AAD, PlainText, TagLength}) -> {CipherText, CipherTag}</name>
+ <name>block_encrypt(aes_gcm | aes_ccm, Key, Ivec, {AAD, PlainText, TagLength}) -> {CipherText, CipherTag}</name>
<fsummary>Encrypt <c>PlainText</c> according to <c>Type</c> block cipher</fsummary>
<type>
<v>Type = <seealso marker="#type-block_cipher_with_iv">block_cipher_with_iv()</seealso></v>