Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153412633
D10762.id28440.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
552 B
Referenced Files
None
Subscribers
None
D10762.id28440.diff
View Options
Index: tests/sys/opencrypto/cryptodev.py
===================================================================
--- tests/sys/opencrypto/cryptodev.py
+++ 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
Wed, Apr 22, 12:47 AM (3 h, 37 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31931471
Default Alt Text
D10762.id28440.diff (552 B)
Attached To
Mode
D10762: Honor the requested crid when running a test.
Attached
Detach File
Event Timeline
Log In to Comment