Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F162083093
D19882.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
601 B
Referenced Files
None
Subscribers
None
D19882.diff
View Options
Index: head/tests/sys/opencrypto/cryptotest.py
===================================================================
--- head/tests/sys/opencrypto/cryptotest.py
+++ head/tests/sys/opencrypto/cryptotest.py
@@ -279,11 +279,8 @@
alg = cryptodev.CRYPTO_SHA1_HMAC
blocksize = 64
elif hashlen == 28:
- # Cryptodev doesn't support SHA-224
- # Slurp remaining input in section
- for data in lines:
- continue
- continue
+ alg = cryptodev.CRYPTO_SHA2_224_HMAC
+ blocksize = 64
elif hashlen == 32:
alg = cryptodev.CRYPTO_SHA2_256_HMAC
blocksize = 64
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jul 10, 2:05 PM (21 h, 41 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34930979
Default Alt Text
D19882.diff (601 B)
Attached To
Mode
D19882: Test SHA2-224-HMAC now that OCF supports it.
Attached
Detach File
Event Timeline
Log In to Comment