| /src/crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/ |
| evpciph_des3_common.txt | 24 # DES EDE3 ECB test 27 Cipher = DES-EDE3-ECB 32 # DES EDE ECB test 34 Cipher = DES-EDE-ECB
|
| 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
|
| 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...] |
| evpciph_bf.txt | 13 Cipher = BF-ECB 20 Cipher = BF-ECB
|
| /src/crypto/external/apache2/openssl/dist/providers/implementations/ciphers/ |
| cipher_tdes.c | 23 IMPLEMENT_tdes_cipher(ede3, EDE3, ecb, ECB, TDES_FLAGS, 64 * 3, 64, 0, block);
|
| cipher_aes.c | 17 /* Dispatch functions for AES cipher modes ecb, cbc, ofb, cfb, ctr */ 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)
|
| cipher_aria.c | 10 /* Dispatch functions for ARIA cipher modes ecb, cbc, ofb, cfb, ctr */ 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)
|
| cipher_camellia.c | 16 /* Dispatch functions for CAMELLIA cipher modes ecb, cbc, ofb, cfb, ctr */ 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)
|
| cipher_blowfish_hw.c | 40 PROV_CIPHER_HW_blowfish_mode(ecb, ECB)
|
| cipher_cast5_hw.c | 40 PROV_CIPHER_HW_cast_mode(ecb, ECB)
|
| cipher_rc5_hw.c | 39 PROV_CIPHER_HW_rc5_mode(ecb, ECB)
|
| cipher_seed_hw.c | 40 PROV_CIPHER_HW_seed_mode(ecb, ECB)
|
| cipher_tdes_default.c | 29 IMPLEMENT_tdes_cipher(ede2, EDE2, ecb, ECB, TDES_FLAGS, 64 * 2, 64, 0, block);
|
| /src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/ |
| cipher_tdes.c | 23 IMPLEMENT_tdes_cipher(ede3, EDE3, ecb, ECB, TDES_FLAGS, 64*3, 64, 0, block);
|
| cipher_blowfish_hw.c | 40 PROV_CIPHER_HW_blowfish_mode(ecb, ECB)
|
| cipher_cast5_hw.c | 40 PROV_CIPHER_HW_cast_mode(ecb, ECB)
|
| cipher_rc5_hw.c | 39 PROV_CIPHER_HW_rc5_mode(ecb, ECB)
|
| cipher_seed_hw.c | 40 PROV_CIPHER_HW_seed_mode(ecb, ECB)
|
| /src/crypto/external/apache2/openssl/dist/test/recipes/30-test_evp_data/ |
| 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
|
| 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...] |
| 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
|
| evpciph_bf.txt | 13 Cipher = BF-ECB 20 Cipher = BF-ECB
|
| /src/crypto/external/apache2/openssl/lib/libdes/ |
| rpc_des.h | 103 enum desmode { CBC, ECB };
|
| /src/crypto/external/bsd/openssl/lib/libdes/ |
| rpc_des.h | 103 enum desmode { CBC, ECB };
|
| /src/crypto/external/bsd/openssl.old/lib/libdes/ |
| rpc_des.h | 103 enum desmode { CBC, ECB };
|