Home
last modified time | relevance | path

Searched refs:ECB (Results 1 – 25 of 104) sorted by relevance

12345

/src/crypto/openssl/test/recipes/30-test_evp_data/
H A Devpciph_idea.txt153 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 Devpciph_camellia.txt16 # 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 Devpciph_des.txt9 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 Devpciph_des3_common.txt25 # 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 Devpciph_aes_common.txt18 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 Devpciph_seed.txt27 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 Devpciph_aria.txt16 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 Devpciph_rc5.txt14 Cipher = RC5-ECB
20 Cipher = RC5-ECB
27 Cipher = RC5-ECB
H A Devpciph_bf.txt13 Cipher = BF-ECB
20 Cipher = BF-ECB
H A Devpciph_rc2.txt15 Cipher = RC2-ECB
21 Cipher = RC2-ECB
H A Devpciph_cast5.txt431 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 DEVP_CIPHER-CAST.pod21 =item "CAST-128-ECB", "CAST-192-ECB" and "CAST-256-ECB"
H A DEVP_CIPHER-CAMELLIA.pod27 =item "CAMELLIA-128-ECB", "CAMELLIA-192-ECB" and "CAMELLIA-256-ECB"
H A DEVP_CIPHER-ARIA.pod25 =item "ARIA-128-ECB", "ARIA-192-ECB" and "ARIA-256-ECB"
H A DEVP_CIPHER-DES.pod18 =item "DES-EDE3-ECB" or "DES-EDE3"
31 =item "DES-EDE-ECB" or "DES-EDE"
47 =item "DES-ECB"
H A DEVP_CIPHER-AES.pod28 =item "AES-128-ECB", "AES-192-ECB" and "AES-256-ECB"
/src/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_camellia.c50 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 Dcipher_aria.c44 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 Dcipher_aes.c51 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 Dcipher_tdes.c23 IMPLEMENT_tdes_cipher(ede3, EDE3, ecb, ECB, TDES_FLAGS, 64 * 3, 64, 0, block);
/src/crypto/openssl/doc/man3/
H A DEVP_des_cbc.pod54 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 Ddes_crypt.c76 dp.des_mode = ECB; in cbc_crypt()
99 dp.des_mode = ECB; in ecb_crypt()
/src/crypto/openssl/doc/man1/
H A Dopenssl-enc.pod.in352 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 Daes.txt403 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 Ddes.h40 enum desmode { CBC, ECB }; enumerator

12345