Home
last modified time | relevance | path

Searched full:idea (Results 1 – 25 of 1041) sorted by relevance

12345678910>>...42

/freebsd/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 …]
/freebsd/secure/lib/libcrypto/man/man7/
H A DEVP_CIPHER-IDEA.757 .IX Title "EVP_CIPHER-IDEA 7ossl"
58 .TH EVP_CIPHER-IDEA 7ossl 2025-09-30 3.5.4 OpenSSL
64 EVP_CIPHER\-IDEA \- The IDEA EVP_CIPHER implementations
67 Support for IDEA symmetric encryption using the \fBEVP_CIPHER\fR API.
71 .IP """IDEA-ECB""" 4
72 .IX Item """IDEA-ECB"""
74 .IP """IDEA-CBC""" 4
75 .IX Item """IDEA-CBC"""
76 .IP """IDEA-OFB"" or ""IDEA\-OFB64""" 4
77 .IX Item """IDEA-OFB"" or ""IDEA-OFB64"""
[all …]
H A DOSSL_PROVIDER-legacy.7118 .IP "IDEA, see \fBEVP_CIPHER\-IDEA\fR\|(7)" 4
119 .IX Item "IDEA, see EVP_CIPHER-IDEA"
/freebsd/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"
/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_idea.c11 * IDEA low level APIs are deprecated for public use, but still ok for internal
17 /* Dispatch functions for Idea cipher modes ecb, cbc, ofb, cfb */
51 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)
H A Dcipher_idea_hw.c11 * IDEA low level APIs are deprecated for public use, but still ok for internal
40 IMPLEMENT_CIPHER_HW_##UCMODE(mode, idea, PROV_IDEA_CTX, IDEA_KEY_SCHEDULE, \
/freebsd/crypto/openssl/crypto/evp/
H A De_idea.c11 * IDEA low level APIs are deprecated for public use, but still ok for internal
24 # include <openssl/idea.h>
49 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()
53 BLOCK_CIPHER_defs(idea, IDEA_KEY_SCHEDULE, NID_idea, 8, 16, 8, 64, in BLOCK_CIPHER_func_cbc()
/freebsd/crypto/krb5/src/lib/krb5/os/
H A Dref_std_conf.out5 krb_get_host_realm(bad.idea) returned: 'US.GOV'
6 krb_get_host_realm(itar.bad.idea) returned: 'NSA.GOV'
7 krb_get_host_realm(really.BAD.IDEA.) returned: 'NSA.GOV'
8 krb_get_host_realm(clipper.bad.idea) returned: 'NIST.GOV'
9 krb_get_host_realm(KeYEsCrOW.BaD.IDea) returned: 'NSA.GOV'
10 krb_get_host_realm(pgp.good.idea) returned: ''
H A Dtd_krb5.conf17 bad.idea = US.GOV
18 .bad.idea = NSA.GOV
19 clipper.bad.idea = NIST.GOV
H A DMakefile.in213 -D DEFAULT_REALM.TST -r bad.idea -r itar.bad.idea \
214 -r really.BAD.IDEA. -r clipper.bad.idea -r KeYEsCrOW.BaD.IDea \
215 -r pgp.good.idea -r no_domain > test.out
/freebsd/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.
/freebsd/secure/lib/libcrypto/man/man3/
H A DEVP_idea_cbc.369 \&\- EVP IDEA cipher
83 The IDEA encryption algorithm for EVP.
86 The IDEA encryption algorithm in CBC, CFB, ECB and OFB modes respectively.
91 \&\fBEVP_CIPHER_fetch\fR\|(3) with \fBEVP_CIPHER\-IDEA\fR\|(7) instead.
/freebsd/crypto/openssl/crypto/idea/
H A Di_ecb.c11 * IDEA low level APIs are deprecated for public use, but still ok for internal
17 #include <openssl/idea.h>
23 return "idea(int)"; in IDEA_options()
H A Di_ofb64.c11 * IDEA low level APIs are deprecated for public use, but still ok for internal
17 #include <openssl/idea.h>
/freebsd/secure/usr.bin/openssl/man/
H A Dopenssl.1427 .IP "\fBidea\fR, \fBidea-cbc\fR, \fBidea-cfb\fR, \fBidea-ecb\fR, \fBidea-ofb\fR" 4
428 .IX Item "idea, idea-cbc, idea-cfb, idea-ecb, idea-ofb"
429 IDEA Cipher
H A Dopenssl-enc.1420 \& idea\-cbc IDEA algorithm in CBC mode
421 \& idea same as idea\-cbc
422 \& idea\-cfb IDEA in CFB mode
423 \& idea\-ecb IDEA in ECB mode
424 \& idea\-ofb IDEA in OFB mode
H A Dopenssl-ec.177 [\fB\-idea\fR]
131 .IP \fB\-des\fR|\fB\-des3\fR|\fB\-idea\fR 4
132 .IX Item "-des|-des3|-idea"
133 These options encrypt the private key with the DES, triple DES, IDEA or
H A Dopenssl-gendsa.182 [\fB\-idea\fR]
110 …amellia128\fR, \fB\-camellia192\fR, \fB\-camellia256\fR, \fB\-des\fR, \fB\-des3\fR, \fB\-idea\fR" 4
111 …aes256, -aria128, -aria192, -aria256, -camellia128, -camellia192, -camellia256, -des, -des3, -idea"
H A Dopenssl-genrsa.182 [\fB\-idea\fR]
114 …amellia128\fR, \fB\-camellia192\fR, \fB\-camellia256\fR, \fB\-des\fR, \fB\-des3\fR, \fB\-idea\fR" 4
115 …aes256, -aria128, -aria192, -aria256, -camellia128, -camellia192, -camellia256, -des, -des3, -idea"
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-enc.pod.in386 idea-cbc IDEA algorithm in CBC mode
387 idea same as idea-cbc
388 idea-cfb IDEA in CFB mode
389 idea-ecb IDEA in ECB mode
390 idea-ofb IDEA in OFB mode
/freebsd/contrib/netbsd-tests/crypto/libcrypto/
H A Dt_ciphers.sh89 atf_test_case idea
92 atf_set "descr" "Checks IDEA cipher"
120 atf_add_test_case idea
/freebsd/crypto/openssl/apps/
H A Dprogs.pl192 "des", "des3", "desx", "idea", "seed", "rc4", "rc4-40",
198 "idea-cbc","idea-ecb", "idea-cfb", "idea-ofb",
H A Dprogs.c248 {FT_cipher, "idea", enc_main, enc_options, NULL},
308 {FT_cipher, "idea-cbc", enc_main, enc_options, NULL},
311 {FT_cipher, "idea-ecb", enc_main, enc_options, NULL},
314 {FT_cipher, "idea-cfb", enc_main, enc_options, NULL},
317 {FT_cipher, "idea-ofb", enc_main, enc_options, NULL},
/freebsd/usr.sbin/cron/doc/
H A DMAIL75 << Good idea, but bob@acornrc beat you to it. I used '/' instead of
199 aren't. If someone has an idea on a syntax that allows useful
215 << Log files are done with mail. The '%' idea could be useful if
259 << Good idea. I did it too, thanks for informing me. >>
276 for them, and RMS didn't like the idea at all :-).
417 clever idea hit me and I ripped it all out and added a single
456 should automatically export its idea of the "TZ" to each invoked command, and
468 A log file might be a nice idea, but the System V cron log is too verbose.
/freebsd/sys/dev/isp/
H A DHardware.txt63 (cost: I have no idea... certainly less than a switch)
96 (cost: no idea)
172 Cost: I have no idea.
182 Cost: I have no idea.

12345678910>>...42