Skip to content

Commit

Permalink
kernel: config: enable crypto options for iwd for 802.1x
Browse files Browse the repository at this point in the history
See: raspberrypi/linux#5974

kernel: brcmfmac: Fix 802.1x
See: raspberrypi/linux#5973

kernel: Add IQaudio CodecZero to hat_map.dts
See: raspberrypi/linux#5972

kernel: arm64/Kconfig: Don't set DMA_BOUNCE_UNALIGNED_KMALLOC
See: raspberrypi/linux#5975
  • Loading branch information
popcornmix committed Feb 21, 2024
1 parent c700ec0 commit 3b8614c
Show file tree
Hide file tree
Showing 110 changed files with 315,686 additions and 315,489 deletions.
Binary file modified boot/kernel.img
Binary file not shown.
Binary file modified boot/kernel7.img
Binary file not shown.
Binary file modified boot/kernel7l.img
Binary file not shown.
Binary file modified boot/kernel8.img
Binary file not shown.
Binary file modified boot/kernel_2712.img
Binary file not shown.
Binary file modified boot/overlays/hat_map.dtb
Binary file not shown.
21 changes: 13 additions & 8 deletions extra/Module.symvers
Original file line number Diff line number Diff line change
Expand Up @@ -3281,6 +3281,9 @@
0xea88772d crypto_register_kpp vmlinux EXPORT_SYMBOL_GPL
0xc66dc38b crypto_unregister_kpp vmlinux EXPORT_SYMBOL_GPL
0x25a8ceed kpp_register_instance vmlinux EXPORT_SYMBOL_GPL
0xf883bf93 crypto_dh_key_len vmlinux EXPORT_SYMBOL_GPL
0x0e0c6a7d crypto_dh_encode_key vmlinux EXPORT_SYMBOL_GPL
0xa89926dc crypto_dh_decode_key vmlinux EXPORT_SYMBOL_GPL
0x8f1a8cf9 rsa_parse_pub_key vmlinux EXPORT_SYMBOL_GPL
0xb90a1fcd rsa_parse_priv_key vmlinux EXPORT_SYMBOL_GPL
0x39a89b0b crypto_alloc_acomp vmlinux EXPORT_SYMBOL_GPL
Expand All @@ -3299,6 +3302,10 @@
0x7b5a4926 sha1_zero_message_hash vmlinux EXPORT_SYMBOL_GPL
0x31ff848e crypto_sha1_update vmlinux EXPORT_SYMBOL
0x9f70dc5f crypto_sha1_finup vmlinux EXPORT_SYMBOL
0x946dd559 sha224_zero_message_hash vmlinux EXPORT_SYMBOL_GPL
0x1fa1d95c sha256_zero_message_hash vmlinux EXPORT_SYMBOL_GPL
0xcc208218 crypto_sha256_update vmlinux EXPORT_SYMBOL
0x182495ed crypto_sha256_finup vmlinux EXPORT_SYMBOL
0x106f13ab crc_t10dif_generic vmlinux EXPORT_SYMBOL
0x5d0a4aea crypto_default_rng vmlinux EXPORT_SYMBOL_GPL
0x76963340 crypto_rng_reset vmlinux EXPORT_SYMBOL_GPL
Expand Down Expand Up @@ -3339,6 +3346,8 @@
0xcf3a72bb pkcs7_supply_detached_data vmlinux EXPORT_SYMBOL_GPL
0xc3c4c6cc hash_algo_name vmlinux EXPORT_SYMBOL_GPL
0xcd24e146 hash_digest_size vmlinux EXPORT_SYMBOL_GPL
0xcccd7438 crypto_kdf108_ctr_generate vmlinux EXPORT_SYMBOL
0xb3141ec3 crypto_kdf108_setkey vmlinux EXPORT_SYMBOL
0x6ae467c2 I_BDEV vmlinux EXPORT_SYMBOL
0x4406dca4 invalidate_bdev vmlinux EXPORT_SYMBOL
0x3112198d set_blocksize vmlinux EXPORT_SYMBOL
Expand Down Expand Up @@ -3964,6 +3973,10 @@
0x574eda34 des3_ede_decrypt vmlinux EXPORT_SYMBOL_GPL
0x5e0ccb9f sha1_transform vmlinux EXPORT_SYMBOL
0x50624917 sha1_init vmlinux EXPORT_SYMBOL
0x7b5b8f31 sha256_update vmlinux EXPORT_SYMBOL
0x61e272c9 sha256_final vmlinux EXPORT_SYMBOL
0xa3fea172 sha224_final vmlinux EXPORT_SYMBOL
0xe39b2ea5 sha256 vmlinux EXPORT_SYMBOL
0x9eebdde7 mpi_point_new vmlinux EXPORT_SYMBOL_GPL
0xfe1a7a7b mpi_point_release vmlinux EXPORT_SYMBOL_GPL
0x6bcdedc0 mpi_point_init vmlinux EXPORT_SYMBOL_GPL
Expand Down Expand Up @@ -9944,10 +9957,6 @@
0x0c604e30 crypto_get_default_null_skcipher crypto/crypto_null EXPORT_SYMBOL_GPL
0x21cd536a crypto_put_default_null_skcipher crypto/crypto_null EXPORT_SYMBOL_GPL
0xf749debc md5_zero_message_hash crypto/md5 EXPORT_SYMBOL_GPL
0x946dd559 sha224_zero_message_hash crypto/sha256_generic EXPORT_SYMBOL_GPL
0x1fa1d95c sha256_zero_message_hash crypto/sha256_generic EXPORT_SYMBOL_GPL
0xcc208218 crypto_sha256_update crypto/sha256_generic EXPORT_SYMBOL
0x182495ed crypto_sha256_finup crypto/sha256_generic EXPORT_SYMBOL
0x76eeeb0f sha384_zero_message_hash crypto/sha512_generic EXPORT_SYMBOL_GPL
0x67da9f7c sha512_zero_message_hash crypto/sha512_generic EXPORT_SYMBOL_GPL
0xacea707b crypto_sha512_update crypto/sha512_generic EXPORT_SYMBOL
Expand Down Expand Up @@ -10075,10 +10084,6 @@
0x8c874435 poly1305_init_generic lib/crypto/libpoly1305 EXPORT_SYMBOL_GPL
0x39e8fa4b poly1305_update_generic lib/crypto/libpoly1305 EXPORT_SYMBOL_GPL
0x4a833012 poly1305_final_generic lib/crypto/libpoly1305 EXPORT_SYMBOL_GPL
0x7b5b8f31 sha256_update lib/crypto/libsha256 EXPORT_SYMBOL
0x61e272c9 sha256_final lib/crypto/libsha256 EXPORT_SYMBOL
0xa3fea172 sha224_final lib/crypto/libsha256 EXPORT_SYMBOL
0xe39b2ea5 sha256 lib/crypto/libsha256 EXPORT_SYMBOL
0x6004858d LZ4_compress_fast lib/lz4/lz4_compress EXPORT_SYMBOL
0x4f4d78c5 LZ4_compress_default lib/lz4/lz4_compress EXPORT_SYMBOL
0x5bc92e85 LZ4_compress_destSize lib/lz4/lz4_compress EXPORT_SYMBOL
Expand Down
21 changes: 13 additions & 8 deletions extra/Module7.symvers
Original file line number Diff line number Diff line change
Expand Up @@ -3488,6 +3488,9 @@
0x3b4049af crypto_register_kpp vmlinux EXPORT_SYMBOL_GPL
0x358c32c3 crypto_unregister_kpp vmlinux EXPORT_SYMBOL_GPL
0xe79ce132 kpp_register_instance vmlinux EXPORT_SYMBOL_GPL
0xf883bf93 crypto_dh_key_len vmlinux EXPORT_SYMBOL_GPL
0x0e0c6a7d crypto_dh_encode_key vmlinux EXPORT_SYMBOL_GPL
0xa89926dc crypto_dh_decode_key vmlinux EXPORT_SYMBOL_GPL
0x8f1a8cf9 rsa_parse_pub_key vmlinux EXPORT_SYMBOL_GPL
0xb90a1fcd rsa_parse_priv_key vmlinux EXPORT_SYMBOL_GPL
0x6b9b14d4 crypto_alloc_acomp vmlinux EXPORT_SYMBOL_GPL
Expand All @@ -3506,10 +3509,10 @@
0x7b5a4926 sha1_zero_message_hash vmlinux EXPORT_SYMBOL_GPL
0x2f559fec crypto_sha1_update vmlinux EXPORT_SYMBOL
0x54f4a1b2 crypto_sha1_finup vmlinux EXPORT_SYMBOL
0x76eeeb0f sha384_zero_message_hash vmlinux EXPORT_SYMBOL_GPL
0x67da9f7c sha512_zero_message_hash vmlinux EXPORT_SYMBOL_GPL
0x2184d4d4 crypto_sha512_update vmlinux EXPORT_SYMBOL
0x0788bedc crypto_sha512_finup vmlinux EXPORT_SYMBOL
0x946dd559 sha224_zero_message_hash vmlinux EXPORT_SYMBOL_GPL
0x1fa1d95c sha256_zero_message_hash vmlinux EXPORT_SYMBOL_GPL
0x4ed33fb7 crypto_sha256_update vmlinux EXPORT_SYMBOL
0xc3bd8ee0 crypto_sha256_finup vmlinux EXPORT_SYMBOL
0x1a10c32b crypto_ft_tab vmlinux EXPORT_SYMBOL_GPL
0x56054c05 crypto_it_tab vmlinux EXPORT_SYMBOL_GPL
0x8522dd7f crypto_aes_set_key vmlinux EXPORT_SYMBOL_GPL
Expand Down Expand Up @@ -3553,6 +3556,8 @@
0xcf3a72bb pkcs7_supply_detached_data vmlinux EXPORT_SYMBOL_GPL
0xc3c4c6cc hash_algo_name vmlinux EXPORT_SYMBOL_GPL
0xcd24e146 hash_digest_size vmlinux EXPORT_SYMBOL_GPL
0x4b76b2a0 crypto_kdf108_ctr_generate vmlinux EXPORT_SYMBOL
0xe9767913 crypto_kdf108_setkey vmlinux EXPORT_SYMBOL
0x78d05ec5 I_BDEV vmlinux EXPORT_SYMBOL
0x45889a4e invalidate_bdev vmlinux EXPORT_SYMBOL
0x64cd1f60 set_blocksize vmlinux EXPORT_SYMBOL
Expand Down Expand Up @@ -10214,10 +10219,10 @@
0x866864fe crypto_get_default_null_skcipher crypto/crypto_null EXPORT_SYMBOL_GPL
0x21cd536a crypto_put_default_null_skcipher crypto/crypto_null EXPORT_SYMBOL_GPL
0xf749debc md5_zero_message_hash crypto/md5 EXPORT_SYMBOL_GPL
0x946dd559 sha224_zero_message_hash crypto/sha256_generic EXPORT_SYMBOL_GPL
0x1fa1d95c sha256_zero_message_hash crypto/sha256_generic EXPORT_SYMBOL_GPL
0x4ed33fb7 crypto_sha256_update crypto/sha256_generic EXPORT_SYMBOL
0xc3bd8ee0 crypto_sha256_finup crypto/sha256_generic EXPORT_SYMBOL
0x76eeeb0f sha384_zero_message_hash crypto/sha512_generic EXPORT_SYMBOL_GPL
0x67da9f7c sha512_zero_message_hash crypto/sha512_generic EXPORT_SYMBOL_GPL
0x2184d4d4 crypto_sha512_update crypto/sha512_generic EXPORT_SYMBOL
0x0788bedc crypto_sha512_finup crypto/sha512_generic EXPORT_SYMBOL
0x6b6341f1 crypto_sha3_init crypto/sha3_generic EXPORT_SYMBOL
0xcce3b326 crypto_sha3_update crypto/sha3_generic EXPORT_SYMBOL
0xfced19cc crypto_sha3_final crypto/sha3_generic EXPORT_SYMBOL
Expand Down
29 changes: 17 additions & 12 deletions extra/Module7l.symvers
Original file line number Diff line number Diff line change
Expand Up @@ -3510,6 +3510,9 @@
0x06245dfa crypto_register_kpp vmlinux EXPORT_SYMBOL_GPL
0x88f0c27e crypto_unregister_kpp vmlinux EXPORT_SYMBOL_GPL
0x9d75cec7 kpp_register_instance vmlinux EXPORT_SYMBOL_GPL
0xf883bf93 crypto_dh_key_len vmlinux EXPORT_SYMBOL_GPL
0x0e0c6a7d crypto_dh_encode_key vmlinux EXPORT_SYMBOL_GPL
0xa89926dc crypto_dh_decode_key vmlinux EXPORT_SYMBOL_GPL
0x8f1a8cf9 rsa_parse_pub_key vmlinux EXPORT_SYMBOL_GPL
0xb90a1fcd rsa_parse_priv_key vmlinux EXPORT_SYMBOL_GPL
0xd22c8fb0 crypto_alloc_acomp vmlinux EXPORT_SYMBOL_GPL
Expand All @@ -3532,13 +3535,6 @@
0x1fa1d95c sha256_zero_message_hash vmlinux EXPORT_SYMBOL_GPL
0xa56a13cb crypto_sha256_update vmlinux EXPORT_SYMBOL
0x422ce54f crypto_sha256_finup vmlinux EXPORT_SYMBOL
0x76eeeb0f sha384_zero_message_hash vmlinux EXPORT_SYMBOL_GPL
0x67da9f7c sha512_zero_message_hash vmlinux EXPORT_SYMBOL_GPL
0x69871579 crypto_sha512_update vmlinux EXPORT_SYMBOL
0x26ce5450 crypto_sha512_finup vmlinux EXPORT_SYMBOL
0x1a10c32b crypto_ft_tab vmlinux EXPORT_SYMBOL_GPL
0x56054c05 crypto_it_tab vmlinux EXPORT_SYMBOL_GPL
0xd33ff04d crypto_aes_set_key vmlinux EXPORT_SYMBOL_GPL
0x106f13ab crc_t10dif_generic vmlinux EXPORT_SYMBOL
0x9115f2f9 crypto_default_rng vmlinux EXPORT_SYMBOL_GPL
0xaf11923b crypto_rng_reset vmlinux EXPORT_SYMBOL_GPL
Expand Down Expand Up @@ -3579,6 +3575,8 @@
0xcf3a72bb pkcs7_supply_detached_data vmlinux EXPORT_SYMBOL_GPL
0xc3c4c6cc hash_algo_name vmlinux EXPORT_SYMBOL_GPL
0xcd24e146 hash_digest_size vmlinux EXPORT_SYMBOL_GPL
0x73042521 crypto_kdf108_ctr_generate vmlinux EXPORT_SYMBOL
0x61b5b999 crypto_kdf108_setkey vmlinux EXPORT_SYMBOL
0xc8260bf9 I_BDEV vmlinux EXPORT_SYMBOL
0x32089790 invalidate_bdev vmlinux EXPORT_SYMBOL
0xa4ecf5e7 set_blocksize vmlinux EXPORT_SYMBOL
Expand Down Expand Up @@ -4194,11 +4192,6 @@
0xa3f12f69 __crypto_xor vmlinux EXPORT_SYMBOL_GPL
0x11e30762 chacha_block_generic vmlinux EXPORT_SYMBOL
0xaaa4b9bc hchacha_block_generic vmlinux EXPORT_SYMBOL
0xd9d952d1 crypto_aes_sbox vmlinux EXPORT_SYMBOL
0xa84ce9e0 crypto_aes_inv_sbox vmlinux EXPORT_SYMBOL
0x558b281d aes_expandkey vmlinux EXPORT_SYMBOL
0x77e9eb37 aes_encrypt vmlinux EXPORT_SYMBOL
0x78a16f48 aes_decrypt vmlinux EXPORT_SYMBOL
0x246ea205 blake2s_update vmlinux EXPORT_SYMBOL
0xadae6df8 blake2s_final vmlinux EXPORT_SYMBOL
0xa8fb743d des_expand_key vmlinux EXPORT_SYMBOL_GPL
Expand Down Expand Up @@ -10724,6 +10717,10 @@
0xd1c91ba5 crypto_get_default_null_skcipher crypto/crypto_null EXPORT_SYMBOL_GPL
0x21cd536a crypto_put_default_null_skcipher crypto/crypto_null EXPORT_SYMBOL_GPL
0xf749debc md5_zero_message_hash crypto/md5 EXPORT_SYMBOL_GPL
0x76eeeb0f sha384_zero_message_hash crypto/sha512_generic EXPORT_SYMBOL_GPL
0x67da9f7c sha512_zero_message_hash crypto/sha512_generic EXPORT_SYMBOL_GPL
0x69871579 crypto_sha512_update crypto/sha512_generic EXPORT_SYMBOL
0x26ce5450 crypto_sha512_finup crypto/sha512_generic EXPORT_SYMBOL
0xaa11cd08 crypto_sha3_init crypto/sha3_generic EXPORT_SYMBOL
0x41b6a8a5 crypto_sha3_update crypto/sha3_generic EXPORT_SYMBOL
0xfb71bfc7 crypto_sha3_final crypto/sha3_generic EXPORT_SYMBOL
Expand All @@ -10749,6 +10746,9 @@
0xc936925c cryptd_free_aead crypto/cryptd EXPORT_SYMBOL_GPL
0xe22b7787 __twofish_setkey crypto/twofish_common EXPORT_SYMBOL_GPL
0x31f88a1f twofish_setkey crypto/twofish_common EXPORT_SYMBOL_GPL
0x1a10c32b crypto_ft_tab crypto/aes_generic EXPORT_SYMBOL_GPL
0x56054c05 crypto_it_tab crypto/aes_generic EXPORT_SYMBOL_GPL
0xd33ff04d crypto_aes_set_key crypto/aes_generic EXPORT_SYMBOL_GPL
0xbd3e7542 cast_s1 crypto/cast_common EXPORT_SYMBOL_GPL
0x5609ce41 cast_s2 crypto/cast_common EXPORT_SYMBOL_GPL
0xb9cba57f cast_s3 crypto/cast_common EXPORT_SYMBOL_GPL
Expand Down Expand Up @@ -10823,6 +10823,11 @@
0x2e9a6ad4 xor_block_neon_inner arch/arm/lib/xor-neon EXPORT_SYMBOL
0x7e431c15 cordic_calc_iq lib/math/cordic EXPORT_SYMBOL
0xcec122d7 chacha_crypt_generic lib/crypto/libchacha EXPORT_SYMBOL
0xd9d952d1 crypto_aes_sbox lib/crypto/libaes EXPORT_SYMBOL
0xa84ce9e0 crypto_aes_inv_sbox lib/crypto/libaes EXPORT_SYMBOL
0x558b281d aes_expandkey lib/crypto/libaes EXPORT_SYMBOL
0x77e9eb37 aes_encrypt lib/crypto/libaes EXPORT_SYMBOL
0x78a16f48 aes_decrypt lib/crypto/libaes EXPORT_SYMBOL
0x2bb32ad1 arc4_setkey lib/crypto/libarc4 EXPORT_SYMBOL
0xcd47fcc4 arc4_crypt lib/crypto/libarc4 EXPORT_SYMBOL
0x7a1bcd59 gf128mul_x8_ble lib/crypto/gf128mul EXPORT_SYMBOL
Expand Down
13 changes: 9 additions & 4 deletions extra/Module8.symvers
Original file line number Diff line number Diff line change
Expand Up @@ -3516,6 +3516,9 @@
0x7476e364 crypto_register_kpp vmlinux EXPORT_SYMBOL_GPL
0x5c1509d5 crypto_unregister_kpp vmlinux EXPORT_SYMBOL_GPL
0x92fea270 kpp_register_instance vmlinux EXPORT_SYMBOL_GPL
0xf883bf93 crypto_dh_key_len vmlinux EXPORT_SYMBOL_GPL
0x0e0c6a7d crypto_dh_encode_key vmlinux EXPORT_SYMBOL_GPL
0xa89926dc crypto_dh_decode_key vmlinux EXPORT_SYMBOL_GPL
0x89ae7aa0 rsa_parse_pub_key vmlinux EXPORT_SYMBOL_GPL
0xd75b20aa rsa_parse_priv_key vmlinux EXPORT_SYMBOL_GPL
0x97e8ec31 crypto_alloc_acomp vmlinux EXPORT_SYMBOL_GPL
Expand All @@ -3538,10 +3541,6 @@
0x1fa1d95c sha256_zero_message_hash vmlinux EXPORT_SYMBOL_GPL
0x4b5cf588 crypto_sha256_update vmlinux EXPORT_SYMBOL
0x47821756 crypto_sha256_finup vmlinux EXPORT_SYMBOL
0x76eeeb0f sha384_zero_message_hash vmlinux EXPORT_SYMBOL_GPL
0x67da9f7c sha512_zero_message_hash vmlinux EXPORT_SYMBOL_GPL
0x4675e580 crypto_sha512_update vmlinux EXPORT_SYMBOL
0x1ed3715e crypto_sha512_finup vmlinux EXPORT_SYMBOL
0x765ff474 crc_t10dif_generic vmlinux EXPORT_SYMBOL
0x428e73dd crypto_default_rng vmlinux EXPORT_SYMBOL_GPL
0x7fd8086b crypto_rng_reset vmlinux EXPORT_SYMBOL_GPL
Expand Down Expand Up @@ -3582,6 +3581,8 @@
0xf6203aa8 pkcs7_supply_detached_data vmlinux EXPORT_SYMBOL_GPL
0xc3c4c6cc hash_algo_name vmlinux EXPORT_SYMBOL_GPL
0xcd24e146 hash_digest_size vmlinux EXPORT_SYMBOL_GPL
0x58950673 crypto_kdf108_ctr_generate vmlinux EXPORT_SYMBOL
0xc10f88d5 crypto_kdf108_setkey vmlinux EXPORT_SYMBOL
0xd0e2d933 I_BDEV vmlinux EXPORT_SYMBOL
0x80a5198f invalidate_bdev vmlinux EXPORT_SYMBOL
0xe67c5e27 set_blocksize vmlinux EXPORT_SYMBOL
Expand Down Expand Up @@ -10995,6 +10996,10 @@
0xcc2d2d04 crypto_get_default_null_skcipher crypto/crypto_null EXPORT_SYMBOL_GPL
0x21cd536a crypto_put_default_null_skcipher crypto/crypto_null EXPORT_SYMBOL_GPL
0xf749debc md5_zero_message_hash crypto/md5 EXPORT_SYMBOL_GPL
0x76eeeb0f sha384_zero_message_hash crypto/sha512_generic EXPORT_SYMBOL_GPL
0x67da9f7c sha512_zero_message_hash crypto/sha512_generic EXPORT_SYMBOL_GPL
0x4675e580 crypto_sha512_update crypto/sha512_generic EXPORT_SYMBOL
0x1ed3715e crypto_sha512_finup crypto/sha512_generic EXPORT_SYMBOL
0xed13c320 crypto_sha3_init crypto/sha3_generic EXPORT_SYMBOL
0x0b75b5cb crypto_sha3_update crypto/sha3_generic EXPORT_SYMBOL
0x7f21279b crypto_sha3_final crypto/sha3_generic EXPORT_SYMBOL
Expand Down
13 changes: 9 additions & 4 deletions extra/Module_2712.symvers
Original file line number Diff line number Diff line change
Expand Up @@ -3516,6 +3516,9 @@
0x7476e364 crypto_register_kpp vmlinux EXPORT_SYMBOL_GPL
0x5c1509d5 crypto_unregister_kpp vmlinux EXPORT_SYMBOL_GPL
0x92fea270 kpp_register_instance vmlinux EXPORT_SYMBOL_GPL
0xf883bf93 crypto_dh_key_len vmlinux EXPORT_SYMBOL_GPL
0x0e0c6a7d crypto_dh_encode_key vmlinux EXPORT_SYMBOL_GPL
0xa89926dc crypto_dh_decode_key vmlinux EXPORT_SYMBOL_GPL
0x89ae7aa0 rsa_parse_pub_key vmlinux EXPORT_SYMBOL_GPL
0xd75b20aa rsa_parse_priv_key vmlinux EXPORT_SYMBOL_GPL
0x97e8ec31 crypto_alloc_acomp vmlinux EXPORT_SYMBOL_GPL
Expand All @@ -3538,10 +3541,6 @@
0x1fa1d95c sha256_zero_message_hash vmlinux EXPORT_SYMBOL_GPL
0x4b5cf588 crypto_sha256_update vmlinux EXPORT_SYMBOL
0x47821756 crypto_sha256_finup vmlinux EXPORT_SYMBOL
0x76eeeb0f sha384_zero_message_hash vmlinux EXPORT_SYMBOL_GPL
0x67da9f7c sha512_zero_message_hash vmlinux EXPORT_SYMBOL_GPL
0x4675e580 crypto_sha512_update vmlinux EXPORT_SYMBOL
0x1ed3715e crypto_sha512_finup vmlinux EXPORT_SYMBOL
0x765ff474 crc_t10dif_generic vmlinux EXPORT_SYMBOL
0x428e73dd crypto_default_rng vmlinux EXPORT_SYMBOL_GPL
0x7fd8086b crypto_rng_reset vmlinux EXPORT_SYMBOL_GPL
Expand Down Expand Up @@ -3582,6 +3581,8 @@
0xf6203aa8 pkcs7_supply_detached_data vmlinux EXPORT_SYMBOL_GPL
0xc3c4c6cc hash_algo_name vmlinux EXPORT_SYMBOL_GPL
0xcd24e146 hash_digest_size vmlinux EXPORT_SYMBOL_GPL
0x58950673 crypto_kdf108_ctr_generate vmlinux EXPORT_SYMBOL
0xc10f88d5 crypto_kdf108_setkey vmlinux EXPORT_SYMBOL
0xe689671e I_BDEV vmlinux EXPORT_SYMBOL
0x3e5a8b3c invalidate_bdev vmlinux EXPORT_SYMBOL
0xc0219e67 set_blocksize vmlinux EXPORT_SYMBOL
Expand Down Expand Up @@ -10995,6 +10996,10 @@
0xcc2d2d04 crypto_get_default_null_skcipher crypto/crypto_null EXPORT_SYMBOL_GPL
0x21cd536a crypto_put_default_null_skcipher crypto/crypto_null EXPORT_SYMBOL_GPL
0xf749debc md5_zero_message_hash crypto/md5 EXPORT_SYMBOL_GPL
0x76eeeb0f sha384_zero_message_hash crypto/sha512_generic EXPORT_SYMBOL_GPL
0x67da9f7c sha512_zero_message_hash crypto/sha512_generic EXPORT_SYMBOL_GPL
0x4675e580 crypto_sha512_update crypto/sha512_generic EXPORT_SYMBOL
0x1ed3715e crypto_sha512_finup crypto/sha512_generic EXPORT_SYMBOL
0xed13c320 crypto_sha3_init crypto/sha3_generic EXPORT_SYMBOL
0x0b75b5cb crypto_sha3_update crypto/sha3_generic EXPORT_SYMBOL
0x7f21279b crypto_sha3_final crypto/sha3_generic EXPORT_SYMBOL
Expand Down
Loading

0 comments on commit 3b8614c

Please sign in to comment.