| /netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/ |
| H A D | idea.inc | 1 # $NetBSD: idea.inc,v 1.1.1.1 2018/02/03 22:43:37 christos Exp $ 5 # SRCS extracted from src/crypto/dist/openssl/crypto/idea/Makefile 8 .PATH: ${OPENSSLSRC}/crypto/idea 15 CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/idea
|
| /netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/ |
| H A D | cipher_idea.c | 53 IMPLEMENT_generic_cipher(idea, IDEA, ecb, ECB, 0, 128, 64, 0, block) 55 IMPLEMENT_generic_cipher(idea, IDEA, cbc, CBC, 0, 128, 64, 64, block) 57 IMPLEMENT_generic_cipher(idea, IDEA, ofb64, OFB, 0, 128, 8, 64, stream) 59 IMPLEMENT_generic_cipher(idea, IDEA, cfb64, CFB, 0, 128, 8, 64, stream)
|
| H A D | cipher_idea_hw.c | 40 IMPLEMENT_CIPHER_HW_##UCMODE(mode, idea, PROV_IDEA_CTX, IDEA_KEY_SCHEDULE, \
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/evp/ |
| H A D | e_idea.c | 41 BLOCK_CIPHER_func_cbc(idea, IDEA, EVP_IDEA_KEY, ks) in BLOCK_CIPHER_func_cbc() argument 42 BLOCK_CIPHER_func_ofb(idea, IDEA, 64, EVP_IDEA_KEY, ks) in BLOCK_CIPHER_func_cbc() 43 BLOCK_CIPHER_func_cfb(idea, IDEA, 64, EVP_IDEA_KEY, ks) in BLOCK_CIPHER_func_cbc() 45 BLOCK_CIPHER_defs(idea, IDEA_KEY_SCHEDULE, NID_idea, 8, 16, 8, 64, in BLOCK_CIPHER_func_cbc()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/evp/ |
| H A D | e_idea.c | 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()
|
| /netbsd-src/crypto/external/bsd/openssl/lib/libcrypto/ |
| H A D | idea.inc | 1 # $NetBSD: idea.inc,v 1.5 2023/05/06 17:07:23 christos Exp $ 3 .PATH: ${OPENSSLSRC}/crypto/idea 15 CPPFLAGS.${cryptosrc} += -I${OPENSSLSRC}/crypto/idea ${IDEACPPFLAGS}
|
| /netbsd-src/tests/crypto/libcrypto/ |
| H A D | t_ciphers.sh | 92 atf_test_case idea 120 atf_add_test_case idea
|
| H A D | Makefile | 12 SUBDIR+=idea mdc2
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/HistoricalNotes/ |
| H A D | 2001-01-31-UniversalIRIdea.txt | 6 I have a budding idea about making LLVM a little more ambitious: a 11 The idea would be that LLVM would provide a standard set of runtime features 30 convince people. E.g., the idea of providing a package of separable
|
| H A D | 2000-12-06-EncodingIdea.txt | 4 Subject: Additional idea with respect to encoding 6 Here's another idea with respect to keeping the common case instruction
|
| H A D | 2001-02-09-AdveComments.txt | 19 o On reflection, I really like your idea of having the two different switch 70 o 'alloca' on the other hand sounds like a good idea, and the 104 too radical an idea to include in a base version of LLVM. Instead, it
|
| H A D | 2000-11-18-EarlyDesignIdeas.txt | 48 o (This one is a difficult but powerful idea.) 67 it yesterday, I didn't remember where the idea had come from but I
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | MeetupGuidelines.rst | 52 * It’s a great idea to have several talks scheduled for several upcoming 57 just a good idea in general. Any modern smartphone or tablet should work, but 76 happen (e.g., it’s not a good idea to have LLVM meetup on Thursday after
|
| /netbsd-src/tests/crypto/libcrypto/idea/ |
| H A D | Makefile | 4 HELPER_DIR= idea
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man1/ |
| H A D | openssl-gendsa.pod.in | 25 [B<-idea>] 54 …ia192>, B<-aria256>, B<-camellia128>, B<-camellia192>, B<-camellia256>, B<-des>, B<-des3>, B<-idea>
|
| H A D | openssl-genrsa.pod.in | 25 [B<-idea>] 58 …ia192>, B<-aria256>, B<-camellia128>, B<-camellia192>, B<-camellia256>, B<-des>, B<-des3>, B<-idea>
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man1/ |
| H A D | gendsa.pod | 24 [B<-idea>] 48 …ia192>, B<-aria256>, B<-camellia128>, B<-camellia192>, B<-camellia256>, B<-des>, B<-des3>, B<-idea>
|
| H A D | enc.pod | 321 idea-cbc IDEA algorithm in CBC mode 322 idea same as idea-cbc 323 idea-cfb IDEA in CFB mode 324 idea-ecb IDEA in ECB mode 325 idea-ofb IDEA in OFB mode
|
| H A D | genrsa.pod | 25 [B<-idea>] 56 …ia192>, B<-aria256>, B<-camellia128>, B<-camellia192>, B<-camellia256>, B<-des>, B<-des3>, B<-idea>
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/idea/ |
| H A D | build.info | 7 # idea functions, so we must include them directly in liblegacy.a
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
| H A D | bugreport.texi | 75 that is a compiler bug. However, you should note that your idea of 76 ``invalid input'' might be someone else's idea of ``an extension'' or
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
| H A D | bugreport.texi | 75 that is a compiler bug. However, you should note that your idea of 76 ``invalid input'' might be someone else's idea of ``an extension'' or
|
| /netbsd-src/external/gpl3/binutils.old/dist/gprof/ |
| H A D | TODO | 53 bad idea, because it is not clear what level of debugging info should 67 read new gmon.out style files. The idea being that everyone
|
| /netbsd-src/external/gpl3/binutils/dist/gprof/ |
| H A D | TODO | 53 bad idea, because it is not clear what level of debugging info should 67 read new gmon.out style files. The idea being that everyone
|
| /netbsd-src/external/ibm-public/postfix/dist/src/cleanup/ |
| H A D | cleanup_milter.in2 | 14 # - Postfix must update its idea of the current "append header"
|