| /src/crypto/external/apache2/openssl/dist/providers/implementations/ciphers/ |
| 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 [all...] |
| cipher_sm4_xts.h | 10 #include <crypto/sm4.h> 23 /* SM4 key schedules to use */ 30 * XTS standard to use with SM4-XTS algorithm
|
| cipher_sm4_ccm.c | 10 /* Dispatch functions for SM4 CCM mode */ 54 IMPLEMENT_aead_cipher(sm4, ccm, CCM, AEAD_FLAGS, 128, 8, 96);
|
| cipher_sm4_gcm.c | 10 /* Dispatch functions for SM4 GCM mode */ 55 IMPLEMENT_aead_cipher(sm4, gcm, GCM, AEAD_FLAGS, 128, 8, 96);
|
| /src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/ |
| 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 [all...] |
| /src/crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/ |
| 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
|
| /src/crypto/external/bsd/openssl/dist/crypto/evp/ |
| e_sm4.c | 18 # include "crypto/sm4.h" 70 IMPLEMENT_BLOCK_CIPHER(sm4, ks, sm4, EVP_SM4_KEY, NID_sm4,
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/evp/ |
| e_sm4.c | 16 # include "crypto/sm4.h" 67 IMPLEMENT_BLOCK_CIPHER(sm4, ks, sm4, EVP_SM4_KEY, NID_sm4,
|
| /src/crypto/external/apache2/openssl/dist/test/recipes/30-test_evp_data/ |
| 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 RFC899 [all...] |
| /src/crypto/external/bsd/openssl.old/dist/ |
| config | 862 for i in aes aria bf camellia cast des dh dsa ec hmac idea md2 md5 mdc2 rc2 rc4 rc5 ripemd rsa seed sha sm2 sm3 sm4
|
| /src/crypto/external/apache2/openssl/dist/crypto/sm4/asm/ |
| sm4-armv8.pl | 10 # This module implements support for SM4 hw support on aarch64 642 s/\b(sm4\w+)\s+([qv].*)/unsm4($1,$2)/ge;
|
| /src/crypto/external/bsd/openssl.old/dist/test/recipes/30-test_evp_data/ |
| evpciph.txt | 2153 Title = SM4 test vectors from IETF draft-ribose-cfrg-sm4 2155 Cipher = SM4-ECB 2160 Cipher = SM4-CBC 2166 Cipher = SM4-OFB 2172 Cipher = SM4-CFB 2178 Cipher = SM4-CTR
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-i386.c | 1246 VECARCH (sm4, SM4, ANY_SM4, reset),
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-i386.c | 1229 VECARCH (sm4, SM4, ANY_SM4, reset),
|