/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"
|
/freebsd/crypto/openssl/providers/implementations/ciphers/ |
H A D | cipher_sm4.c | 46 IMPLEMENT_generic_cipher(sm4, SM4, ecb, ECB, 0, 128, 128, 0, block) 48 IMPLEMENT_generic_cipher(sm4, SM4, cbc, CBC, 0, 128, 128, 128, block) 50 IMPLEMENT_generic_cipher(sm4, SM4, ctr, CTR, 0, 128, 8, 128, stream) 52 IMPLEMENT_generic_cipher(sm4, SM4, ofb128, OFB, 0, 128, 8, 128, stream) 54 IMPLEMENT_generic_cipher(sm4, SM4, cfb128, CFB, 0, 128, 8, 128, stream)
|
H A D | cipher_sm4.h | 11 #include "crypto/sm4.h"
|
/freebsd/secure/lib/libcrypto/man/man7/ |
H A D | EVP_CIPHER-SM4.7 | 133 .IX Title "EVP_CIPHER-SM4 7ossl" 134 .TH EVP_CIPHER-SM4 7ossl "2023-09-19" "3.0.11" "OpenSSL" 140 EVP_CIPHER\-SM4 \- The SM4 EVP_CIPHER implementations 143 Support for \s-1SM4\s0 symmetric encryption using the \fB\s-1EVP_CIPHER\s0\fR \s-1API.\s0 149 .IX Item "SM4-CBC:SM4" 153 .IX Item "SM4-ECB" 156 .IX Item "SM4-CTR" 159 .IX Item "SM4-OFB or SM4-OFB128" 162 .IX Item "SM4-CFB or SM4-CFB128"
|
H A D | OSSL_PROVIDER-default.7 | 217 .IP "\s-1SM4,\s0 see \s-1\fBEVP_CIPHER\-SM4\s0\fR\|(7)" 4 218 .IX Item "SM4, see EVP_CIPHER-SM4"
|
/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-OFB 28 Cipher = SM4-CFB 34 Cipher = SM4-CTR
|
/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.
|
/freebsd/crypto/openssl/doc/man1/ |
H A D | openssl-enc.pod.in | 376 sm4-cbc SM4 cipher in CBC mode 377 sm4 Alias for sm4-cbc 378 sm4-cfb SM4 cipher in CFB mode 379 sm4-ctr SM4 cipher in CTR mode 380 sm4-ecb SM4 cipher in ECB mode 381 sm4-ofb SM4 cipher in OFB mode
|
H A D | openssl.pod | 475 =item B<sm4>, B<sm4-cbc>, B<sm4-cfb>, B<sm4-ctr>, B<sm4-ecb>, B<sm4-ofb> 477 SM4 Cipher
|
/freebsd/crypto/openssl/test/ |
H A D | sm4_internal_test.c | 12 * Internal tests for the SM4 module. 20 # include "crypto/sm4.h" 36 * and described in Internet Draft draft-ribose-cfrg-sm4-02. in test_sm4_ecb() 45 * and described in Internet Draft draft-ribose-cfrg-sm4-02. in test_sm4_ecb()
|
/freebsd/secure/usr.bin/openssl/man/ |
H A D | openssl-enc.1 | 480 \& sm4\-cbc SM4 cipher in CBC mode 481 \& sm4 Alias for sm4\-cbc 482 \& sm4\-cfb SM4 cipher in CFB mode 483 \& sm4\-ctr SM4 cipher in CTR mode 484 \& sm4\-ecb SM4 cipher in ECB mode 485 \& sm4\-ofb SM4 cipher in OFB mode
|
H A D | openssl.1 | 504 .IP "\fBsm4\fR, \fBsm4\-cbc\fR, \fBsm4\-cfb\fR, \fBsm4\-ctr\fR, \fBsm4\-ecb\fR, \fBsm4\-ofb\fR" 4 505 .IX Item "sm4, sm4-cbc, sm4-cfb, sm4-ctr, sm4-ecb, sm4-ofb" 506 \&\s-1SM4\s0 Cipher
|
/freebsd/crypto/openssl/crypto/evp/ |
H A D | e_sm4.c | 18 # include "crypto/sm4.h" 70 IMPLEMENT_BLOCK_CIPHER(sm4, ks, sm4, EVP_SM4_KEY, NID_sm4,
|
/freebsd/crypto/openssl/providers/implementations/include/prov/ |
H A D | names.h | 160 #define PROV_NAMES_SM4_ECB "SM4-ECB:1.2.156.10197.1.104.1" 161 #define PROV_NAMES_SM4_CBC "SM4-CBC:SM4:1.2.156.10197.1.104.2" 162 #define PROV_NAMES_SM4_CTR "SM4-CTR:1.2.156.10197.1.104.7" 163 #define PROV_NAMES_SM4_OFB "SM4-OFB:SM4-OFB128:1.2.156.10197.1.104.3" 164 #define PROV_NAMES_SM4_CFB "SM4-CFB:SM4-CFB128:1.2.156.10197.1.104.4"
|
/freebsd/crypto/openssl/apps/ |
H A D | progs.pl | 204 "sm4-cbc", "sm4-ecb", "sm4-cfb", "sm4-ofb", "sm4-ctr"
|
H A D | progs.c | 382 {FT_cipher, "sm4-cbc", enc_main, enc_options, NULL}, 385 {FT_cipher, "sm4-ecb", enc_main, enc_options, NULL}, 388 {FT_cipher, "sm4-cfb", enc_main, enc_options, NULL}, 391 {FT_cipher, "sm4-ofb", enc_main, enc_options, NULL}, 394 {FT_cipher, "sm4-ctr", enc_main, enc_options, NULL},
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64FMV.td | 82 def : FMVExtension<"sm4", "FEAT_SM4", "+sm4,+fp-armv8,+neon", 106>; 98 def : FMVExtension<"sve2-sm4", "FEAT_SVE_SM4", "+sve2,+sve,+sve2-sm4,+fullfp16,+fp-armv8,+neon", 42…
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | EVP_sm4_cbc.3 | 146 \&\- EVP SM4 cipher 161 The \s-1SM4\s0 blockcipher (\s-1GB/T 32907\-2016\s0) for \s-1EVP.\s0 166 The \s-1SM4\s0 blockcipher with a 128\-bit key in \s-1CBC, ECB, CFB, OFB\s0 and \s-1CTR\s0 modes
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | sm4intrin.h | 1 /*===--------------- sm4intrin.h - SM4 intrinsics -----------------=== 17 /// This intrinsic performs four rounds of SM4 key expansion. The intrinsic 79 /// This intrinsic performs four rounds of SM4 key expansion. The intrinsic 141 /// This intrinisc performs four rounds of SM4 encryption. The intrinisc 205 /// This intrinisc performs four rounds of SM4 encryption. The intrinisc
|
/freebsd/crypto/openssl/crypto/objects/ |
H A D | objects.txt | 1557 # Definitions for SM4 cipher 1559 sm-scheme 104 1 : SM4-ECB : sm4-ecb 1560 sm-scheme 104 2 : SM4-CBC : sm4-cbc 1561 !Cname sm4-ofb128 1562 sm-scheme 104 3 : SM4-OFB : sm4-ofb 1563 !Cname sm4-cfb128 1564 sm-scheme 104 4 : SM4-CFB : sm4-cfb 1565 sm-scheme 104 5 : SM4-CFB1 : sm4-cfb1 1566 sm-scheme 104 6 : SM4-CFB8 : sm4-cfb8 1567 sm-scheme 104 7 : SM4-CTR : sm4-ctr
|
/freebsd/crypto/openssl/crypto/sm4/ |
H A D | build.info | 3 sm4.c
|
/freebsd/crypto/openssl/test/recipes/ |
H A D | 03-test_internal_sm4.t | 17 simple_test("test_internal_sm4", "sm4_internal_test", "sm4");
|
/freebsd/crypto/openssl/include/crypto/ |
H A D | sm4.h | 19 # error SM4 is disabled.
|
/freebsd/crypto/openssl/util/ |
H A D | fix-includes.sed | 2 …|lhash.h|md32_common.h|objects.h|poly1305.h|sha.h|siphash.h|sm2err.h|sm2.h|sm4.h|sparse_array.h|st…
|
/freebsd/sys/contrib/device-tree/Bindings/crypto/ |
H A D | intel,keembay-ocs-aes.yaml | 14 hardware-accelerated AES/SM4 encryption/decryption.
|