Searched full:sha2 (Results 1 – 25 of 93) sorted by relevance
1234
| /linux/drivers/crypto/ |
| H A D | sa2ul.h | 17 #include <crypto/sha2.h> 73 #define SA_ENG_ID_AM1 4 /* Auth. engine with SHA1/MD5/SHA2 core */ 364 SA_AALG_ID_SHA2_224, /* 224-bit SHA2 mode */ 365 SA_AALG_ID_SHA2_256, /* 256-bit SHA2 mode */ 366 SA_AALG_ID_SHA2_512, /* 512-bit SHA2 mode */ 369 SA_AALG_ID_HMAC_SHA2_224, /* HMAC with 224-bit SHA2 mode */ 370 SA_AALG_ID_HMAC_SHA2_256, /* HMAC with 256-bit SHA2 mode */
|
| H A D | atmel-authenc.h | 20 #include <crypto/sha2.h>
|
| H A D | Kconfig | 326 tristate "Support for OMAP MD5/SHA1/SHA2 hw accelerator" 335 OMAP processors have MD5/SHA1/SHA2 hw accelerator. Select this if you 336 want to use the OMAP module for MD5/SHA1/SHA2 algorithms.
|
| /linux/Documentation/translations/zh_TW/arch/arm64/ |
| H A D | elf_hwcaps.rst | 83 ID_AA64ISAR0_EL1.SHA2 == 0b0001 表示有此功能。 131 ID_AA64ISAR0_EL1.SHA2 == 0b0010 表示有此功能。
|
| /linux/Documentation/translations/zh_CN/arch/arm64/ |
| H A D | elf_hwcaps.rst | 80 ID_AA64ISAR0_EL1.SHA2 == 0b0001 表示有此功能。 128 ID_AA64ISAR0_EL1.SHA2 == 0b0010 表示有此功能。
|
| /linux/lib/crypto/ |
| H A D | Kconfig | 211 <crypto/sha2.h>. 231 <crypto/sha2.h>.
|
| /linux/include/linux/ |
| H A D | purgatory.h | 6 #include <crypto/sha2.h>
|
| /linux/lib/crypto/tests/ |
| H A D | sha512_kunit.c | 5 #include <crypto/sha2.h>
|
| H A D | sha384_kunit.c | 5 #include <crypto/sha2.h>
|
| H A D | sha224_kunit.c | 5 #include <crypto/sha2.h>
|
| /linux/arch/s390/purgatory/ |
| H A D | purgatory.c | 12 #include <crypto/sha2.h>
|
| /linux/include/crypto/ |
| H A D | hash_info.h | 12 #include <crypto/sha2.h>
|
| /linux/drivers/crypto/nx/ |
| H A D | Kconfig | 11 module supports acceleration for AES and SHA2 algorithms on
|
| /linux/security/apparmor/ |
| H A D | crypto.c | 14 #include <crypto/sha2.h>
|
| /linux/arch/x86/purgatory/ |
| H A D | purgatory.c | 14 #include <crypto/sha2.h>
|
| /linux/Documentation/devicetree/bindings/crypto/ |
| H A D | starfive,jh7110-crypto.yaml | 35 - description: SHA2 module irq
|
| /linux/drivers/crypto/qce/ |
| H A D | sha.h | 11 #include <crypto/sha2.h>
|
| /linux/drivers/crypto/caam/ |
| H A D | compat.h | 38 #include <crypto/sha2.h>
|
| /linux/lib/crypto/arm64/ |
| H A D | sha512-ce-core.S | 19 * "sha2". But "sha3" implies "sha2", so "sha3" still works in those
|
| H A D | sha256.h | 87 if (cpu_have_named_feature(SHA2)) in sha256_mod_init_arch()
|
| /linux/drivers/firmware/efi/ |
| H A D | embedded-firmware.c | 15 #include <crypto/sha2.h>
|
| /linux/drivers/platform/cznic/ |
| H A D | turris-omnia-mcu-keyctl.c | 8 #include <crypto/sha2.h>
|
| /linux/drivers/crypto/ccree/ |
| H A D | cc_driver.h | 21 #include <crypto/sha2.h>
|
| /linux/drivers/crypto/ccp/ |
| H A D | ccp-crypto.h | 23 #include <crypto/sha2.h>
|
| /linux/net/sunrpc/auth_gss/ |
| H A D | gss_krb5_keys.c | 479 * krb5_kdf_hmac_sha2 - Derive a subkey for an AES/SHA2-based enctype 491 * function KDF-HMAC-SHA2(key, label, [context,] k):
|
1234