Searched refs:idea (Results 1 - 25 of 57) sorted by relevance

123

/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/evp/
H A De_idea.c66 #include <openssl/idea.h>
90 BLOCK_CIPHER_func_cbc(idea, idea, EVP_IDEA_KEY, ks)
91 BLOCK_CIPHER_func_ofb(idea, idea, 64, EVP_IDEA_KEY, ks)
92 BLOCK_CIPHER_func_cfb(idea, idea, 64, EVP_IDEA_KEY, ks)
94 BLOCK_CIPHER_defs(idea, IDEA_KEY_SCHEDULE, NID_idea, 8, 16, 8, 64,
/netbsd-6-1-5-RELEASE/tests/crypto/libcrypto/idea/
H A DMakefile4 HELPER_DIR= idea
/netbsd-6-1-5-RELEASE/lib/libcrypto_idea/
H A DMakefile35 .PATH: ${OPENSSLSRC} ${OPENSSLSRC}/crypto/idea ${OPENSSLSRC}/crypto/evp
37 CPPFLAGS+= -I${OPENSSLSRC}/crypto/idea
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/idea/
H A DMakefile2 # OpenSSL/crypto/idea/Makefile
5 DIR= idea
25 EXHEADER= idea.h
77 i_cbc.o: ../../include/openssl/idea.h ../../include/openssl/opensslconf.h
79 i_cfb64.o: ../../include/openssl/idea.h ../../include/openssl/opensslconf.h
81 i_ecb.o: ../../include/openssl/idea.h ../../include/openssl/opensslconf.h
83 i_ofb64.o: ../../include/openssl/idea.h ../../include/openssl/opensslconf.h
86 i_skey.o: ../../include/openssl/idea.h ../../include/openssl/opensslconf.h
H A Di_ecb.c1 /* crypto/idea/i_ecb.c */
59 #include <openssl/idea.h>
68 return("idea(int)");
70 return("idea(short)");
H A Di_cfb64.c1 /* crypto/idea/i_cfb64.c */
59 #include <openssl/idea.h>
H A Di_ofb64.c1 /* crypto/idea/i_ofb64.c */
59 #include <openssl/idea.h>
H A Di_skey.c1 /* crypto/idea/i_skey.c */
60 #include <openssl/idea.h>
H A Di_cbc.c1 /* crypto/idea/i_cbc.c */
59 #include <openssl/idea.h>
H A Didea_spd.c1 /* crypto/idea/idea_spd.c */
102 #include <openssl/idea.h>
231 printf("%ld idea idea_set_encrypt_key's in %.2f seconds\n",count,d);
250 printf("%ld idea idea_set_decrypt_key's in %.2f seconds\n",count,d);
H A Dideatest.c1 /* crypto/idea/ideatest.c */
72 #include <openssl/idea.h>
120 printf("ecb idea error encrypting\n");
136 printf("ecb idea error decrypting\n");
148 if (err == 0) printf("ecb idea ok\n");
157 printf("cbc idea bad\n");
161 printf("cbc idea ok\n");
163 printf("cfb64 idea ");
/netbsd-6-1-5-RELEASE/tests/crypto/libcrypto/
H A Dt_ciphers.sh89 atf_test_case idea
120 atf_add_test_case idea
H A DMakefile9 idea mdc2
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/util/
H A Dspeed.sh31 /bin/rm -f crypto/idea/i_*.o crypto/rc4/*.o crypto/des/ecb_enc.o crypto/bn/bn*.o
32 apps/ssleay speed rsa rc4 idea des >speed.4l
H A Dbat.sh66 return("") if $no_idea && $dir =~ /\/idea/;
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/ms/
H A Dtestenc.bat54 call tenc.bat idea-ecb
57 call tenc.bat idea-cfb
60 call tenc.bat idea-ofb
63 call tenc.bat idea-cbc
H A Dtestencce.bat57 call tencce.bat idea-ecb
60 call tencce.bat idea-cfb
63 call tencce.bat idea-ofb
66 call tencce.bat idea-cbc
H A Dspeed32.bat30 out\ssleay speed rsa rc4 idea des >speed.4l
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/apps/
H A Dprogs.pl74 "des", "des3", "desx", "idea", "seed", "rc4", "rc4-40",
80 "idea-cbc","idea-ecb", "idea-cfb", "idea-ofb",
93 elsif ($_ =~ /idea/) { $t="#ifndef OPENSSL_NO_IDEA\n${t}#endif\n"; }
H A Dversion.c129 # include <openssl/idea.h>
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/lib/libcrypto/
H A Dsrcs.inc11 ui.inc x509.inc x509v3.inc idea.inc mdc2.inc whrlpool.inc modes.inc \
H A DMakefile74 INCS+= idea.h
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/
H A Dinstall-crypto.com79 des, aes, rc2, rc4, rc5, idea, bf, cast, camellia, seed, -
102 $ exheader_idea := idea.h
/netbsd-6-1-5-RELEASE/crypto/external/bsd/netpgp/dist/src/lib/
H A Dsymmetric.c70 #include <openssl/idea.h>
255 static const pgp_crypt_t idea = variable
622 return &idea;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/mmix/
H A Dcrtn.asm76 % garbage because each fragment of _init and _fini may have their own idea

Completed in 115 milliseconds

123