Home
last modified time | relevance | path

Searched refs:SHA512 (Results 1 – 17 of 17) sorted by relevance

/linux-6.15/Documentation/devicetree/bindings/crypto/
H A Dnvidia,tegra234-se-hash.yaml11 SHA1, SHA224, SHA256, SHA384, SHA512, SHA3-224, SHA3-256, SHA3-384, SHA3-512
12 HMAC(SHA224), HMAC(SHA256), HMAC(SHA384), HMAC(SHA512)
/linux-6.15/arch/sparc/crypto/
H A Dsha512_asm.S39 SHA512
95 SHA512
H A Dopcodes.h27 #define SHA512 \ macro
/linux-6.15/arch/x86/crypto/
H A Dsha512-avx-asm.S164 # They are then added to their respective SHA512 constants at
271 # Purpose: Updates the SHA512 digest stored at "state" with the message
274 # of SHA512 message blocks.
275 # "blocks" is the message length in SHA512 blocks
382 # K[t] used in SHA512 hashing
H A Dsha512-ssse3-asm.S159 # They are then added to their respective SHA512 constants at
272 # Purpose: Updates the SHA512 digest stored at "state" with the message
275 # of SHA512 message blocks.
276 # "blocks" is the message length in SHA512 blocks.
384 # K[t] used in SHA512 hashing
H A Dsha512-avx2-asm.S563 # Purpose: Updates the SHA512 digest stored at "state" with the message
566 # of SHA512 message blocks.
567 # "blocks" is the message length in SHA512 blocks
696 # K[t] used in SHA512 hashing
/linux-6.15/arch/arm64/crypto/
H A Dsha512-ce-glue.c120 module_cpu_feature_match(SHA512, sha512_ce_mod_init);
/linux-6.15/arch/s390/crypto/
H A DKconfig130 SHA512.
/linux-6.15/arch/arm64/include/asm/
H A Dhwcap.h84 #define KERNEL_HWCAP_SHA512 __khwcap_feature(SHA512)
/linux-6.15/Documentation/crypto/
H A Dapi-intro.rst194 - Jean-Luc Cooke (SHA256, SHA384, SHA512)
/linux-6.15/drivers/crypto/
H A DKconfig460 Some Atmel processors have SHA1/SHA224/SHA256/SHA384/SHA512
463 SHA1/SHA224/SHA256/SHA384/SHA512 algorithms.
784 SHA384 and SHA512 hash algorithms for both basic hash and HMAC.
/linux-6.15/security/integrity/ima/
H A DKconfig105 bool "SHA512"
/linux-6.15/arch/x86/kvm/
H A Dcpuid.c986 F(SHA512), in kvm_set_cpu_caps()
/linux-6.15/Documentation/filesystems/
H A Dfscrypt.rst223 For v2 encryption policies, the KDF is HKDF-SHA512. The master key is
231 HKDF-SHA512 is preferred to the original AES-128-ECB based KDF because
442 fscrypt also uses HMAC-SHA512 for key derivation, so enabling SHA-512
/linux-6.15/Documentation/block/
H A Dinline-encryption.rst454 (HKDF-SHA512) to derive other subkeys such as filenames encryption keys.
/linux-6.15/arch/arm64/tools/
H A Dsysreg1449 0b0010 SHA512
/linux-6.15/arch/arm64/kernel/
H A Dcpufeature.c3130 HWCAP_CAP(ID_AA64ISAR0_EL1, SHA2, SHA512, CAP_HWCAP, KERNEL_HWCAP_SHA512),