| /src/crypto/openssl/test/recipes/30-test_evp_data/ |
| H A D | evpciph_idea.txt | 153 Cipher = IDEA-ECB 159 Cipher = IDEA-ECB 165 Cipher = IDEA-ECB 171 Cipher = IDEA-ECB 177 Cipher = IDEA-ECB 183 Cipher = IDEA-ECB 189 Cipher = IDEA-ECB 195 Cipher = IDEA-ECB 201 Cipher = IDEA-ECB 207 Cipher = IDEA-ECB [all …]
|
| H A D | evpciph_camellia.txt | 16 # For all ECB encrypts and decrypts, the transformed sequence is 17 # CAMELLIA-bits-ECB:key::plaintext:ciphertext:encdec 18 Cipher = CAMELLIA-128-ECB 23 Cipher = CAMELLIA-192-ECB 28 Cipher = CAMELLIA-256-ECB 33 # ECB-CAMELLIA128.Encrypt 34 Cipher = CAMELLIA-128-ECB 40 Cipher = CAMELLIA-192-ECB 46 Cipher = CAMELLIA-256-ECB 53 # ECB-CAMELLIA128.Encrypt and ECB-CAMELLIA128.Decrypt [all …]
|
| H A D | evpciph_des.txt | 9 Title = DES ECB Tests (from destest) 12 Cipher = DES-ECB 18 Cipher = DES-ECB 24 Cipher = DES-ECB 30 Cipher = DES-ECB 36 Cipher = DES-ECB 42 Cipher = DES-ECB 48 Cipher = DES-ECB
|
| H A D | evpciph_des3_common.txt | 25 # DES EDE3 ECB test 29 Cipher = DES-EDE3-ECB 34 # DES EDE ECB test 36 Cipher = DES-EDE-ECB 56 Cipher = DES-EDE3-ECB 76 # Test that DES3 ECB mode encryption is not FIPS approved 79 Cipher = DES-EDE3-ECB
|
| H A D | evpciph_aes_common.txt | 18 Cipher = AES-128-ECB 24 # AES 192 ECB tests (from FIPS-197 test vectors, encrypt) 26 Cipher = AES-192-ECB 33 # AES 256 ECB tests (from FIPS-197 test vectors, encrypt) 35 Cipher = AES-256-ECB 42 # AES 128 ECB tests (from NIST test vectors, encrypt) 44 #AES-128-ECB:00000000000000000000000000000000::00000000000000000000000000000000:C34C052CC0DA8D73451… 46 # AES 128 ECB tests (from NIST test vectors, decrypt) 48 #AES-128-ECB:00000000000000000000000000000000::44416AC2D1F53C583303917E6BE9EBE0:0000000000000000000… 50 # AES 192 ECB tests (from NIST test vectors, decrypt) [all …]
|
| H A D | evpciph_seed.txt | 27 Title = SEED ECB Test vectors (from RFC4269) 30 Cipher = SEED-ECB 37 Cipher = SEED-ECB 44 Cipher = SEED-ECB 51 Cipher = SEED-ECB 58 Cipher = SEED-ECB 65 Cipher = SEED-ECB 72 Cipher = SEED-ECB 79 Cipher = SEED-ECB
|
| H A D | evpciph_aria.txt | 16 Cipher = ARIA-128-ECB 21 Cipher = ARIA-192-ECB 26 Cipher = ARIA-256-ECB 32 Cipher = ARIA-128-ECB 71 Cipher = ARIA-192-ECB 110 Cipher = ARIA-256-ECB
|
| H A D | evpciph_rc5.txt | 14 Cipher = RC5-ECB 20 Cipher = RC5-ECB 27 Cipher = RC5-ECB
|
| H A D | evpciph_bf.txt | 13 Cipher = BF-ECB 20 Cipher = BF-ECB
|
| H A D | evpciph_rc2.txt | 15 Cipher = RC2-ECB 21 Cipher = RC2-ECB
|
| H A D | evpciph_cast5.txt | 431 Title = CAST5 ECB Test vectors (from RFC 2144) 433 Cipher = CAST5-ECB 439 Cipher = CAST5-ECB 445 Cipher = CAST5-ECB
|
| /src/crypto/openssl/doc/man7/ |
| H A D | EVP_CIPHER-CAST.pod | 21 =item "CAST-128-ECB", "CAST-192-ECB" and "CAST-256-ECB"
|
| H A D | EVP_CIPHER-CAMELLIA.pod | 27 =item "CAMELLIA-128-ECB", "CAMELLIA-192-ECB" and "CAMELLIA-256-ECB"
|
| H A D | EVP_CIPHER-ARIA.pod | 25 =item "ARIA-128-ECB", "ARIA-192-ECB" and "ARIA-256-ECB"
|
| H A D | EVP_CIPHER-DES.pod | 18 =item "DES-EDE3-ECB" or "DES-EDE3" 31 =item "DES-EDE-ECB" or "DES-EDE" 47 =item "DES-ECB"
|
| H A D | EVP_CIPHER-AES.pod | 28 =item "AES-128-ECB", "AES-192-ECB" and "AES-256-ECB"
|
| /src/crypto/openssl/providers/implementations/ciphers/ |
| H A D | cipher_camellia.c | 50 IMPLEMENT_generic_cipher(camellia, CAMELLIA, ecb, ECB, 0, 256, 128, 0, block) 52 IMPLEMENT_generic_cipher(camellia, CAMELLIA, ecb, ECB, 0, 192, 128, 0, block) 54 IMPLEMENT_generic_cipher(camellia, CAMELLIA, ecb, ECB, 0, 128, 128, 0, block)
|
| H A D | cipher_aria.c | 44 IMPLEMENT_generic_cipher(aria, ARIA, ecb, ECB, 0, 256, 128, 0, block) 46 IMPLEMENT_generic_cipher(aria, ARIA, ecb, ECB, 0, 192, 128, 0, block) 48 IMPLEMENT_generic_cipher(aria, ARIA, ecb, ECB, 0, 128, 128, 0, block)
|
| H A D | cipher_aes.c | 51 IMPLEMENT_generic_cipher(aes, AES, ecb, ECB, 0, 256, 128, 0, block) 53 IMPLEMENT_generic_cipher(aes, AES, ecb, ECB, 0, 192, 128, 0, block) 55 IMPLEMENT_generic_cipher(aes, AES, ecb, ECB, 0, 128, 128, 0, block)
|
| H A D | cipher_tdes.c | 23 IMPLEMENT_tdes_cipher(ede3, EDE3, ecb, ECB, TDES_FLAGS, 64 * 3, 64, 0, block);
|
| /src/crypto/openssl/doc/man3/ |
| H A D | EVP_des_cbc.pod | 54 DES in CBC, ECB, CFB with 64-bit shift, CFB with 1-bit shift, CFB with 8-bit 68 Two key triple DES in ECB, CBC, CFB with 64-bit shift and OFB modes. 79 Three-key triple DES in ECB, CBC, CFB with 64-bit shift, CFB with 1-bit shift,
|
| /src/lib/libc/rpc/ |
| H A D | des_crypt.c | 76 dp.des_mode = ECB; in cbc_crypt() 99 dp.des_mode = ECB; in ecb_crypt()
|
| /src/crypto/openssl/doc/man1/ |
| H A D | openssl-enc.pod.in | 352 bf-ecb Blowfish in ECB mode 359 cast5-ecb CAST5 in ECB mode 368 des-ecb DES in ECB mode 371 des-ede Two key triple DES EDE in ECB mode 376 des-ede3 Three key triple DES EDE in ECB mode 389 idea-ecb IDEA in ECB mode 395 rc2-ecb 128 bit RC2 in ECB mode 407 rc5-ecb RC5 cipher in ECB mode 413 seed-ecb SEED cipher in ECB mode 420 sm4-ecb SM4 cipher in ECB mode [all …]
|
| /src/crypto/krb5/src/lib/crypto/builtin/aes/ |
| H A D | aes.txt | 403 k: generate ECB Known Answer Test files 404 n: generate ECB Known Answer Test files (new) 405 e: generate ECB Monte Carlo Test files 430 ECB, CBC, CFB and OFB modes 457 1. ecbvk<nn>.txt ECB vectors with variable key 458 2. ecbvt<nn>.txt ECB vectors with variable text 459 3. ecbnk<nn>.txt new ECB vectors with variable key 460 4. ecbnt<nn>.txt new ECB vectors with variable text 461 5. ecbme<nn>.txt ECB monte carlo encryption test vectors 462 6. ecbmd<nn>.txt ECB monte carlo decryption test vectors [all …]
|
| /src/include/rpc/ |
| H A D | des.h | 40 enum desmode { CBC, ECB }; enumerator
|