Skip to content

Commit 7f1f19d

Browse files
committed
kernel-6.18: enable fips modules
Signed-off-by: Piyush Jena <jepiyush@amazon.com>
1 parent f01a913 commit 7f1f19d

4 files changed

Lines changed: 144 additions & 42 deletions

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[Unit]
2+
Requires=fips-modprobe@__FIPS_MODULE__.service
3+
After=fips-modprobe@__FIPS_MODULE__.service
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
sha1
2+
sha224
3+
sha256
4+
sha384
5+
sha512
6+
sha3-224
7+
sha3-256
8+
sha3-384
9+
sha3-512
10+
crc32c
11+
ghash
12+
xxhash64
13+
ghash-ce
14+
sha3-ce
15+
cipher_null
16+
des3_ede
17+
aes
18+
dh
19+
ecdh
20+
aes-arm64
21+
aes-ce-blk
22+
aes-ce-ccm
23+
aes-ce-cipher
24+
aes-neon-blk
25+
aes-neon-bs
26+
ecb
27+
cbc
28+
ctr
29+
xts
30+
gcm
31+
ccm
32+
authenc
33+
hmac
34+
cmac
35+
cts
36+
lzo
37+
essiv
38+
seqiv
39+
tcrypt
40+
crypto_user
41+
rsa
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
sha1
2+
sha224
3+
sha256
4+
sha384
5+
sha512
6+
sha3-224
7+
sha3-256
8+
sha3-384
9+
sha3-512
10+
crc32c
11+
ghash
12+
xxhash64
13+
ghash_clmulni_intel
14+
cipher_null
15+
des3_ede
16+
aes
17+
dh
18+
ecdh
19+
ecb
20+
cbc
21+
ctr
22+
xts
23+
gcm
24+
ccm
25+
authenc
26+
hmac
27+
cmac
28+
cts
29+
lzo
30+
essiv
31+
seqiv
32+
tcrypt
33+
crypto_user
34+
rsa

0 commit comments

Comments
 (0)