Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F146727311
D19881.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
749 B
Referenced Files
None
Subscribers
None
D19881.diff
View Options
Index: head/tests/sys/opencrypto/cryptodevh.py
===================================================================
--- head/tests/sys/opencrypto/cryptodevh.py
+++ head/tests/sys/opencrypto/cryptodevh.py
@@ -197,7 +197,19 @@
CRYPTO_AES_128_NIST_GMAC = 26
CRYPTO_AES_192_NIST_GMAC = 27
CRYPTO_AES_256_NIST_GMAC = 28
-CRYPTO_ALGORITHM_MAX = 28
+CRYPTO_BLAKE2B = 29
+CRYPTO_BLAKE2S = 30
+CRYPTO_CHACHA20 = 31
+CRYPTO_SHA2_224_HMAC = 32
+CRYPTO_RIPEMD160 = 33
+CRYPTO_SHA2_224 = 34
+CRYPTO_SHA2_256 = 35
+CRYPTO_SHA2_384 = 36
+CRYPTO_SHA2_512 = 37
+CRYPTO_POLY1305 = 38
+CRYPTO_AES_CCM_CBC_MAC = 39
+CRYPTO_AES_CCM_16 = 40
+CRYPTO_ALGORITHM_MAX = 40
CRYPTO_ALG_FLAG_SUPPORTED = 0x01
CRYPTO_ALG_FLAG_RNG_ENABLE = 0x02
CRYPTO_ALG_FLAG_DSA_SHA = 0x04
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Mar 6, 2:14 AM (27 m, 16 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29308263
Default Alt Text
D19881.diff (749 B)
Attached To
Mode
D19881: Sync cryptographic algorithm constants with current cryptodev.h.
Attached
Detach File
Event Timeline
Log In to Comment