Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153087762
D52400.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
478 B
Referenced Files
None
Subscribers
None
D52400.id.diff
View Options
diff --git a/tools/tools/crypto/cryptocheck.c b/tools/tools/crypto/cryptocheck.c
--- a/tools/tools/crypto/cryptocheck.c
+++ b/tools/tools/crypto/cryptocheck.c
@@ -377,6 +377,11 @@
enable_user_soft();
return CRYPTO_FLAG_SOFTWARE;
}
+ else if ((strncmp(devname, "ossl", 4) == 0) ||
+ (strncmp(devname, "aesni", 4) == 0) ||
+ (strncmp(devname, "armv8crypto", 4) == 0)) {
+ enable_user_soft();
+ }
find.crid = -1;
strlcpy(find.name, devname, sizeof(find.name));
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Apr 20, 1:35 AM (17 h, 41 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31814363
Default Alt Text
D52400.id.diff (478 B)
Attached To
Mode
D52400: Enable soft crypto device support when testing soft crypto devices
Attached
Detach File
Event Timeline
Log In to Comment