Home
last modified time | relevance | path

Searched refs:IDEA (Results 1 – 22 of 22) sorted by relevance

/openssl/test/recipes/30-test_evp_data/
H A Devpciph_idea.txt13 Cipher = IDEA-CBC
20 Cipher = IDEA-CBC
27 Cipher = IDEA-CBC
34 Cipher = IDEA-CBC
41 Cipher = IDEA-CBC
48 Cipher = IDEA-CBC
55 Cipher = IDEA-CBC
62 Cipher = IDEA-CBC
69 Cipher = IDEA-CBC
76 Cipher = IDEA-CBC
[all …]
/openssl/doc/man7/
H A DEVP_CIPHER-IDEA.pod5 EVP_CIPHER-IDEA - The IDEA EVP_CIPHER implementations
9 Support for IDEA symmetric encryption using the B<EVP_CIPHER> API.
17 =item "IDEA-ECB"
19 =item "IDEA-CBC"
21 =item "IDEA-OFB" or "IDEA-OFB64"
23 =item "IDEA-CFB" or "IDEA-CFB64"
H A DOSSL_PROVIDER-legacy.pod72 =item IDEA, see L<EVP_CIPHER-IDEA(7)>
H A Dprovider-cipher.pod233 L<EVP_CIPHER-DES(7)>, L<EVP_CIPHER-IDEA(7)>, L<EVP_CIPHER-RC2(7)>,
H A Dossl-guide-migration.pod1924 IDEA has been moved to the L<Legacy Provider|/Legacy Algorithms>.
/openssl/providers/implementations/ciphers/
H A Dcipher_idea.c51 IMPLEMENT_generic_cipher(idea, IDEA, ecb, ECB, 0, 128, 64, 0, block)
53 IMPLEMENT_generic_cipher(idea, IDEA, cbc, CBC, 0, 128, 64, 64, block)
55 IMPLEMENT_generic_cipher(idea, IDEA, ofb64, OFB, 0, 128, 8, 64, stream)
57 IMPLEMENT_generic_cipher(idea, IDEA, cfb64, CFB, 0, 128, 8, 64, stream)
/openssl/crypto/evp/
H A De_idea.c49 BLOCK_CIPHER_func_cbc(idea, IDEA, EVP_IDEA_KEY, ks) in BLOCK_CIPHER_func_cbc() argument
50 BLOCK_CIPHER_func_ofb(idea, IDEA, 64, EVP_IDEA_KEY, ks) in BLOCK_CIPHER_func_cbc()
51 BLOCK_CIPHER_func_cfb(idea, IDEA, 64, EVP_IDEA_KEY, ks) in BLOCK_CIPHER_func_cbc()
/openssl/doc/man3/
H A DEVP_idea_cbc.pod10 - EVP IDEA cipher
24 The IDEA encryption algorithm for EVP.
34 The IDEA encryption algorithm in CBC, CFB, ECB and OFB modes respectively.
42 L<EVP_CIPHER_fetch(3)> with L<EVP_CIPHER-IDEA(7)> instead.
H A DBF_encrypt.pod48 faster than IDEA or RC2.
H A DEVP_EncryptInit.pod1633 Encrypt a string using IDEA:
/openssl/doc/man1/
H A Dopenssl-enc.pod.in366 idea-cbc IDEA algorithm in CBC mode
368 idea-cfb IDEA in CFB mode
369 idea-ecb IDEA in ECB mode
370 idea-ofb IDEA in OFB mode
H A Dopenssl-ciphers.pod.in340 =item B<IDEA>
342 Cipher suites using IDEA.
434 SSL_RSA_WITH_IDEA_CBC_SHA IDEA-CBC-SHA
455 TLS_RSA_WITH_IDEA_CBC_SHA IDEA-CBC-SHA
H A Dopenssl-ec.pod.in86 These options encrypt the private key with the DES, triple DES, IDEA or
H A Dopenssl-pkcs12.pod.in218 Use IDEA to encrypt private keys before outputting.
H A Dopenssl.pod475 IDEA Cipher
/openssl/
H A DREADME-PROVIDERS.md52 BF (Blowfish), IDEA, SEED, RC2, RC4, RC5 and DES (but not 3DES).
H A DNEWS.md505 * Moved all variations of the EVP ciphers CAST5, BF, IDEA, SEED, RC2,
564 * All of the low-level AES, Blowfish, Camellia, CAST, DES, IDEA, RC2,
H A DCHANGES.md2217 * The implementation of older EVP ciphers related to CAST, IDEA, SEED, RC2, RC4,
5314 - Remove DSS, SEED, IDEA, CAMELLIA, and AES-CCM from the
12195 (IDEA remains enabled despite being patented. This is because IDEA
/openssl/util/
H A Dlibcrypto.num62 EVP_idea_ofb 64 3_0_0 EXIST::FUNCTION:IDEA
143 IDEA_set_decrypt_key 146 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,IDEA
644 IDEA_encrypt 662 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,IDEA
956 IDEA_options 982 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,IDEA
1704 EVP_idea_cbc 1744 3_0_0 EXIST::FUNCTION:IDEA
1846 IDEA_cbc_encrypt 1890 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,IDEA
2160 EVP_idea_ecb 2209 3_0_0 EXIST::FUNCTION:IDEA
2450 IDEA_ofb64_encrypt 2502 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,IDEA
2533 IDEA_ecb_encrypt 2588 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,IDEA
3103 IDEA_cfb64_encrypt 3170 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,IDEA
[all …]
/openssl/crypto/objects/
H A Dobjects.txt461 1 3 6 1 4 1 188 7 1 1 2 : IDEA-CBC : idea-cbc
462 : IDEA-ECB : idea-ecb
464 : IDEA-CFB : idea-cfb
466 : IDEA-OFB : idea-ofb
/openssl/doc/
H A Dbuild.info4504 DEPEND[html/man7/EVP_CIPHER-IDEA.html]=man7/EVP_CIPHER-IDEA.pod
4505 GENERATE[html/man7/EVP_CIPHER-IDEA.html]=man7/EVP_CIPHER-IDEA.pod
4506 DEPEND[man/man7/EVP_CIPHER-IDEA.7]=man7/EVP_CIPHER-IDEA.pod
4507 GENERATE[man/man7/EVP_CIPHER-IDEA.7]=man7/EVP_CIPHER-IDEA.pod
5073 html/man7/EVP_CIPHER-IDEA.html \
5220 man/man7/EVP_CIPHER-IDEA.7 \
/openssl/include/openssl/
H A Dssl.h.in134 # define SSL_TXT_IDEA "IDEA"

Completed in 197 milliseconds