Searched refs:sm3 (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/arch/arm64/crypto/ |
H A D | Makefile | 20 obj-$(CONFIG_CRYPTO_SM3_NEON) += sm3-neon.o 21 sm3-neon-y := sm3-neon-glue.o sm3-neon-core.o 23 obj-$(CONFIG_CRYPTO_SM3_ARM64_CE) += sm3-ce.o 24 sm3-ce-y := sm3-ce-glue.o sm3-ce-core.o
|
/openbmc/qemu/crypto/ |
H A D | pbkdf-nettle.c | 62 struct hmac_sm3_ctx sm3; in qcrypto_pbkdf2() member 117 hmac_sm3_set_key(&ctx.sm3, nkey, key); in qcrypto_pbkdf2() 118 PBKDF2(&ctx.sm3, hmac_sm3_update, hmac_sm3_digest, in qcrypto_pbkdf2()
|
H A D | hash-nettle.c | 50 struct sm3_ctx sm3; member
|
/openbmc/linux/arch/x86/crypto/ |
H A D | Makefile | 94 obj-$(CONFIG_CRYPTO_SM3_AVX_X86_64) += sm3-avx-x86_64.o 95 sm3-avx-x86_64-y := sm3-avx-asm_64.o sm3_avx_glue.o
|
/openbmc/linux/drivers/crypto/intel/keembay/ |
H A D | Kconfig | 73 sm3, as well as the HMAC variant of these algorithms.
|
/openbmc/qemu/qapi/ |
H A D | crypto.json | 58 # @sm3: SM3. (since 9.2.0) 63 'data': ['md5', 'sha1', 'sha224', 'sha256', 'sha384', 'sha512', 'ripemd160', 'sm3']}
|
/openbmc/linux/drivers/char/tpm/ |
H A D | tpm-sysfs.c | 474 PCR_ATTR_BUILD(TPM_ALG_SM3_256, sm3);
|
/openbmc/linux/crypto/ |
H A D | Makefile | 82 obj-$(CONFIG_CRYPTO_SM3) += sm3.o
|
H A D | Kconfig | 1055 https://datatracker.ietf.org/doc/html/draft-shen-sm3-hash
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/uutils-coreutils/ |
H A D | uutils-coreutils-crates.inc | 219 crate://crates.io/sm3/0.4.2 \ 512 SRC_URI[sm3-0.4.2.sha256sum] = "ebb9a3b702d0a7e33bc4d85a14456633d2b165c2ad839c5fd9a8417c1ab15860"
|
/openbmc/linux/security/integrity/ima/ |
H A D | Kconfig | 122 default "sm3" if IMA_DEFAULT_HASH_SM3
|
/openbmc/linux/Documentation/security/keys/ |
H A D | trusted-encrypted.rst | 195 are sha1, sha256, sha384, sha512 and sm3-256.
|
/openbmc/qemu/ |
H A D | meson.build | 1858 #include <nettle/sm3.h>
|