Home
last modified time | relevance | path

Searched refs:idea (Results 1 – 25 of 201) sorted by relevance

123456789

/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)
H A Dcipher_idea_hw.c40 IMPLEMENT_CIPHER_HW_##UCMODE(mode, idea, PROV_IDEA_CTX, IDEA_KEY_SCHEDULE, \
/src/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'
8 krb_get_host_realm(clipper.bad.idea) returned: 'NIST.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
/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()
53 BLOCK_CIPHER_defs(idea, IDEA_KEY_SCHEDULE, NID_idea, 8, 16, 8, 64, in BLOCK_CIPHER_func_cbc()
/src/contrib/netbsd-tests/crypto/libcrypto/
H A Dt_ciphers.sh89 atf_test_case idea
120 atf_add_test_case idea
/src/contrib/libcbor/
H A D.gitignore3 .idea
/src/crypto/openssl/crypto/idea/
H A Dbuild.info7 # idea functions, so we must include them directly in liblegacy.a
/src/contrib/ofed/librdmacm/
H A Dlibrspreload.map2 /* FIXME: It is probably not a great idea to not tag these with the
/src/crypto/openssl/doc/man1/
H A Dopenssl-gendsa.pod.in25 [B<-idea>]
55 …ia192>, B<-aria256>, B<-camellia128>, B<-camellia192>, B<-camellia256>, B<-des>, B<-des3>, B<-idea>
H A Dopenssl-genrsa.pod.in25 [B<-idea>]
59 …ia192>, B<-aria256>, B<-camellia128>, B<-camellia192>, B<-camellia256>, B<-des>, B<-des3>, B<-idea>
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
H A Dopenssl-dsa.pod.in33 [B<-idea>]
94 …ia192>, B<-aria256>, B<-camellia128>, B<-camellia192>, B<-camellia256>, B<-des>, B<-des3>, B<-idea>
H A Dopenssl-rsa.pod.in33 [B<-idea>]
95 …ia192>, B<-aria256>, B<-camellia128>, B<-camellia192>, B<-camellia256>, B<-des>, B<-des3>, B<-idea>
H A Dopenssl-ec.pod.in24 [B<-idea>]
84 =item B<-des>|B<-des3>|B<-idea>
/src/contrib/bsnmp/snmp_ntp/
H A Dntp_tree.def49 # No idea what these should be
79 # No idea what these should be
/src/sys/netgraph/bluetooth/hci/
H A DTODO15 Some code exists, but i have no idea how it should work. Will
/src/tools/test/stress2/
H A DREADME7 The key idea behind stress2 is to randomize as much as possible in
/src/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.
/src/contrib/googletest/
H A D.gitignore5 .idea/
/src/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.
/src/contrib/file/
H A DMAINT25 This is a rough idea of the control flow from the main program:
/src/contrib/file/magic/Magdir/
H A Dclipper26 # somebody else thought was a good idea; it's not documented in the
/src/crypto/openssl/
H A DBSDmakefile41 disable-idea \
/src/contrib/tcsh/
H A DWishList83 New idea: use last line (or n'th line) of output as input to new
119 New idea: sed operations on variables.
121 Lots of people seem to like the idea to be able to do sed type

123456789