Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F105727336
D10762.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
553 B
Referenced Files
None
Subscribers
None
D10762.diff
View Options
Index: head/tests/sys/opencrypto/cryptodev.py
===================================================================
--- head/tests/sys/opencrypto/cryptodev.py
+++ head/tests/sys/opencrypto/cryptodev.py
@@ -173,10 +173,7 @@
if not cipher and not mac:
raise ValueError('one of cipher or mac MUST be specified.')
- ses.crid = CRYPTOCAP_F_SOFTWARE | CRYPTOCAP_F_HARDWARE
- #ses.crid = CRYPTOCAP_F_HARDWARE
- #ses.crid = CRYPTOCAP_F_SOFTWARE
- #ses.crid = 0
+ ses.crid = crid
#print `ses`
s = array.array('B', ses.pack_hdr())
#print `s`
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Dec 20, 6:46 PM (14 h, 10 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15533869
Default Alt Text
D10762.diff (553 B)
Attached To
Mode
D10762: Honor the requested crid when running a test.
Attached
Detach File
Event Timeline
Log In to Comment