Searched refs:sm3 (Results 1 – 13 of 13) sorted by relevance
| /linux/lib/crypto/ |
| H A D | Makefile | 373 libsm3-y := sm3.o 376 libsm3-$(CONFIG_ARM64) += arm64/sm3-ce-core.o \ 377 arm64/sm3-neon-core.o 378 libsm3-$(CONFIG_RISCV) += riscv/sm3-riscv64-zvksh-zvkb.o 379 libsm3-$(CONFIG_X86) += x86/sm3-avx-asm_64.o
|
| H A D | sm3.c | 265 void sm3(const u8 *data, size_t len, u8 out[SM3_DIGEST_SIZE]) in sm3() function 273 EXPORT_SYMBOL_GPL(sm3);
|
| H A D | Kconfig | 273 functions from <crypto/sm3.h>.
|
| /linux/lib/crypto/tests/ |
| H A D | sm3_kunit.c | 8 #define HASH sm3
|
| /linux/include/crypto/ |
| H A D | sm3.h | 85 void sm3(const u8 *data, size_t len, u8 out[at_least SM3_DIGEST_SIZE]);
|
| /linux/crypto/ |
| H A D | sm3.c | 41 sm3(data, len, out); in crypto_sm3_digest()
|
| H A D | Makefile | 85 obj-$(CONFIG_CRYPTO_SM3) += sm3.o
|
| H A D | Kconfig | 982 https://datatracker.ietf.org/doc/html/draft-shen-sm3-hash
|
| /linux/drivers/crypto/intel/keembay/ |
| H A D | Kconfig | 73 sm3, as well as the HMAC variant of these algorithms.
|
| /linux/drivers/char/tpm/ |
| H A D | tpm-sysfs.c | 492 PCR_ATTR_BUILD(TPM_ALG_SM3_256, sm3);
|
| /linux/security/integrity/ima/ |
| H A D | Kconfig | 123 default "sm3" if IMA_DEFAULT_HASH_SM3
|
| /linux/Documentation/security/keys/ |
| H A D | trusted-encrypted.rst | 287 are sha1, sha256, sha384, sha512 and sm3-256.
|
| /linux/Documentation/admin-guide/LSM/ |
| H A D | ipe.rst | 667 + sm3
|