| /freebsd/crypto/openssl/test/recipes/30-test_evp_data/ |
| H A D | evpciph_sm4.txt | 9 Title = SM4 test vectors from IETF draft-ribose-cfrg-sm4 11 Cipher = SM4-ECB 16 Cipher = SM4-CBC 22 Cipher = SM4-CBC 28 Cipher = SM4-CBC 34 Cipher = SM4-OFB 40 Cipher = SM4-CFB 46 Cipher = SM4-CTR 52 Title = SM4 GCM test vectors from RFC8998 54 Cipher = SM4-GCM [all …]
|
| /freebsd/crypto/openssl/doc/man7/ |
| H A D | EVP_CIPHER-SM4.pod | 5 EVP_CIPHER-SM4 - The SM4 EVP_CIPHER implementations 9 Support for SM4 symmetric encryption using the B<EVP_CIPHER> API. 17 =item "SM4-CBC:SM4" 19 =item "SM4-ECB" 21 =item "SM4-CTR" 23 =item "SM4-OFB" or "SM4-OFB128" 25 =item "SM4-CFB" or "SM4-CFB128" 27 =item "SM4-GCM" 29 =item "SM4-CCM" 31 =item "SM4-XTS" [all …]
|
| H A D | OSSL_PROVIDER-default.pod | 92 =item SM4, see L<EVP_CIPHER-SM4(7)>
|
| H A D | provider-cipher.pod | 285 L<EVP_CIPHER-SM4(7)>, L<EVP_CIPHER-NULL(7)>,
|
| /freebsd/crypto/openssl/providers/implementations/ciphers/ |
| H A D | cipher_sm4.c | 44 IMPLEMENT_generic_cipher(sm4, SM4, ecb, ECB, 0, 128, 128, 0, block) 46 IMPLEMENT_generic_cipher(sm4, SM4, cbc, CBC, 0, 128, 128, 128, block) 48 IMPLEMENT_generic_cipher(sm4, SM4, ctr, CTR, 0, 128, 8, 128, stream) 50 IMPLEMENT_generic_cipher(sm4, SM4, ofb128, OFB, 0, 128, 8, 128, stream) 52 IMPLEMENT_generic_cipher(sm4, SM4, cfb128, CFB, 0, 128, 8, 128, stream)
|
| H A D | cipher_sm4_ccm_hw_rv64i.inc | 11 * RV64I ZVKSED support for SM4 CCM.
|
| H A D | cipher_sm4_xts_hw_rv64i.inc | 11 * RISC-V 64 ZVKSED support for SM4 GCM.
|
| H A D | cipher_sm4_gcm_hw_rv64i.inc | 11 * RISC-V 64 ZVKSED support for SM4 GCM.
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | EVP_sm4_cbc.pod | 11 - EVP SM4 cipher 26 The SM4 blockcipher (GB/T 32907-2016) for EVP. 39 The SM4 blockcipher with a 128-bit key in CBC, ECB, CFB, OFB and CTR modes 48 L<EVP_CIPHER_fetch(3)> with L<EVP_CIPHER-SM4(7)> instead.
|
| H A D | OPENSSL_riscvcap.pod | 101 ShangMi Suite: SM4 Block Cipher Instructions 171 ShangMi Suite: SM4 Block Cipher
|
| H A D | OPENSSL_armcap.pod | 139 Meaning: Indicates support for the Armv8.2 SM4 hardware-acceleration extensions 142 Effect: Enables Armv8.2 SM4 hardware-accelerated implementations.
|
| H A D | OPENSSL_ia32cap.pod | 132 =item bit #128+34 denoting availability of SM4 extension;
|
| H A D | EVP_EncryptInit.pod | 1129 Sets the XTS standard to use with SM4-XTS algorithm. XTS mode has two 1133 in SM4. 1151 The GB/T 17964-2021 variant of SM4-XTS algorithm. 1155 The IEEE Std. 1619-2007 variant of SM4-XTS algorithm.
|
| /freebsd/crypto/openssl/doc/man1/ |
| H A D | openssl-ciphers.pod.in | 718 TLS_ECDHE_ECDSA_WITH_SM4_CCM_SM3 ECDHE-ECDSA-SM4-CCM-SM3 719 TLS_ECDHE_ECDSA_WITH_SM4_GCM_SM3 ECDHE-ECDSA-SM4-GCM-SM3 739 TLS_ECDHE_RSA_WITH_SM4_CCM_SM3 ECDHE-RSA-SM4-CCM-SM3 740 TLS_ECDHE_RSA_WITH_SM4_GCM_SM3 ECDHE-RSA-SM4-GCM-SM3 758 TLS_ECDHE_PSK_WITH_SM4_CCM_SM3 ECDHE-PSK-SM4-CCM-SM3 759 TLS_ECDHE_PSK_WITH_SM4_GCM_SM3 ECDHE-PSK-SM4-GCM-SM3 778 TLS_DHE_PSK_WITH_SM4_CCM_SM3 DHE-PSK-SM4-CCM-SM3 779 TLS_DHE_PSK_WITH_SM4_GCM_SM3 DHE-PSK-SM4-GCM-SM3 797 TLS_ECDHE_PSK_WITH_SM4_CCM_SM3 ECDHE-PSK-SM4-CCM-SM3 798 TLS_ECDHE_PSK_WITH_SM4_GCM_SM3 ECDHE-PSK-SM4-GCM-SM3 [all …]
|
| H A D | openssl-enc.pod.in | 416 sm4-cbc SM4 cipher in CBC mode 418 sm4-cfb SM4 cipher in CFB mode 419 sm4-ctr SM4 cipher in CTR mode 420 sm4-ecb SM4 cipher in ECB mode 421 sm4-ofb SM4 cipher in OFB mode
|
| /freebsd/crypto/openssl/include/crypto/ |
| H A D | sm4.h | 19 #error SM4 is disabled.
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64FMV.td | 72 def : FMVExtension<"sm4", "SM4">;
|
| H A D | AArch64Features.td | 132 def FeatureSM4 : ExtensionWithMArch<"sm4", "SM4", "FEAT_SM4, FEAT_SM3", 133 "Enable SM3 and SM4 support", [FeatureNEON]>; 374 "Enable SVE SM4 instructions", [FeatureSM4]>;
|
| H A D | AArch64SchedA510.td | 533 // Crypto SM4 ops 1390 // Crypto SM4 ops
|
| /freebsd/secure/lib/libcrypto/man/man7/ |
| H A D | Makefile | 16 MAN+= EVP_CIPHER-SM4.7
|
| /freebsd/crypto/openssl/crypto/objects/ |
| H A D | objects.txt | 1693 # Definitions for SM4 cipher 1695 sm-scheme 104 1 : SM4-ECB : sm4-ecb 1696 sm-scheme 104 2 : SM4-CBC : sm4-cbc 1698 sm-scheme 104 3 : SM4-OFB : sm4-ofb 1700 sm-scheme 104 4 : SM4-CFB : sm4-cfb 1701 sm-scheme 104 5 : SM4-CFB1 : sm4-cfb1 1702 sm-scheme 104 6 : SM4-CFB8 : sm4-cfb8 1703 sm-scheme 104 7 : SM4-CTR : sm4-ctr 1704 sm-scheme 104 8 : SM4-GCM : sm4-gcm 1705 sm-scheme 104 9 : SM4-CCM : sm4-ccm [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
| H A D | X86TargetParser.def | 258 X86_FEATURE_COMPAT(SM4, "sm4", 0)
|
| /freebsd/sys/contrib/edk2/Include/IndustryStandard/ |
| H A D | Tpm20.h | 1249 TPMI_SM4_KEY_BITS SM4; member 1257 TPMI_ALG_SYM_MODE SM4; member
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVFeatures.td | 581 : RISCVExtension<1, 0, "ShangMi Suite: SM4 Block Cipher Instructions">, 585 "'Zksed' (ShangMi Suite: SM4 Block Cipher Instructions)">; 794 : RISCVExtension<1, 0, "SM4 Block Cipher Instructions", 799 "'Zvksed' (SM4 Block Cipher Instructions)">;
|
| /freebsd/sys/arm64/arm64/ |
| H A D | identcpu.c | 721 MRS_FIELD_VALUE_NONE_IMPL(ID_AA64ISAR0, SM4, NONE, IMPL), 829 MRS_FIELD_HWCAP(ID_AA64ISAR0, SM4, false, MRS_LOWER, MRS_USERSPACE, 1928 MRS_FIELD_VALUE_NONE_IMPL(ID_AA64ZFR0, SM4, NONE, IMPL), 2001 MRS_FIELD_HWCAP(ID_AA64ZFR0, SM4, false, MRS_LOWER, MRS_USERSPACE,
|