Home
last modified time | relevance | path

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

12

/src/crypto/openssl/test/recipes/30-test_evp_data/
H A Devpciph_idea.txt10 Title = IDEA Tests (from https://github.com/pyca/cryptography)
13 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
[all …]
/src/crypto/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.pod283 L<EVP_CIPHER-DES(7)>, L<EVP_CIPHER-IDEA(7)>, L<EVP_CIPHER-RC2(7)>,
H A Dossl-guide-migration.pod1934 IDEA has been moved to the L<Legacy Provider|/Legacy Algorithms>.
/src/crypto/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)
/src/crypto/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.pod1726 Encrypt a string using IDEA:
/src/crypto/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()
/src/crypto/krb5/src/lib/krb5/os/
H A Dref_std_conf.out7 krb_get_host_realm(really.BAD.IDEA.) returned: 'NSA.GOV'
/src/contrib/file/magic/Magdir/
H A Dmcrypt43 >3 byte 101 algorithm: IDEA,
H A Dpgp238 >0 byte 0x01 IDEA
/src/secure/lib/libcrypto/man/man7/
H A DMakefile10 MAN+= EVP_CIPHER-IDEA.7
/src/crypto/openssl/doc/man1/
H A Dopenssl-enc.pod.in386 idea-cbc IDEA algorithm in CBC mode
388 idea-cfb IDEA in CFB mode
389 idea-ecb IDEA in ECB mode
390 idea-ofb IDEA in OFB mode
H A Dopenssl-ciphers.pod.in339 =item B<IDEA>
341 Cipher suites using IDEA.
433 SSL_RSA_WITH_IDEA_CBC_SHA IDEA-CBC-SHA
454 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.in220 Use IDEA to encrypt private keys before outputting.
H A Dopenssl.pod477 IDEA Cipher
/src/crypto/openssl/
H A DREADME-PROVIDERS.md52 BF (Blowfish), IDEA, SEED, RC2, RC4, RC5 and DES (but not 3DES).
H A DNEWS.md646 * Moved all variations of the EVP ciphers CAST5, BF, IDEA, SEED, RC2,
705 * All of the low-level AES, Blowfish, Camellia, CAST, DES, IDEA, RC2,
/src/crypto/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 …]
/src/crypto/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
/src/crypto/openssh/
H A DLICENCE32 - IDEA is no longer included, its use is deprecated
/src/crypto/openssl/doc/
H A Dbuild.info4590 DEPEND[html/man7/EVP_CIPHER-IDEA.html]=man7/EVP_CIPHER-IDEA.pod
4591 GENERATE[html/man7/EVP_CIPHER-IDEA.html]=man7/EVP_CIPHER-IDEA.pod
4592 DEPEND[man/man7/EVP_CIPHER-IDEA.7]=man7/EVP_CIPHER-IDEA.pod
4593 GENERATE[man/man7/EVP_CIPHER-IDEA.7]=man7/EVP_CIPHER-IDEA.pod
5199 html/man7/EVP_CIPHER-IDEA.html \
5356 man/man7/EVP_CIPHER-IDEA.7 \

12