File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -1403,6 +1403,12 @@ CONFIG_CRYPTO_AUTHENC=y
14031403CONFIG_CRYPTO_TEST=m
14041404# end of Crypto core or helper
14051405
1406+ #
1407+ # HACL implementation
1408+ #
1409+ CONFIG_CRYPTO_SHA2_HACL=y
1410+ # end of HACL implementation
1411+
14061412#
14071413# Public-key cryptography
14081414#
Original file line number Diff line number Diff line change 11#! /bin/busybox sh
22
3+ echo " tcrypt: starting CRYPTO_SHA2_HACL"
4+ modprobe tcrypt mode=300 alg=sha224-hacl sec=2
5+ modprobe tcrypt mode=300 alg=sha256-hacl sec=2
6+ modprobe tcrypt mode=300 alg=sha384-hacl sec=2
7+ modprobe tcrypt mode=300 alg=sha512-hacl sec=2
8+
39echo " tcrypt: starting SHA2 (256) test"
410echo " tcrypt: testing sha256 generic implementation"
511modprobe tcrypt mode=300 alg=sha256-generic sec=2
You can’t perform that action at this time.
0 commit comments