/openssl/providers/implementations/ciphers/ |
H A D | cipher_idea.c | 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 D | cipher_idea_hw.c | 40 IMPLEMENT_CIPHER_HW_##UCMODE(mode, idea, PROV_IDEA_CTX, IDEA_KEY_SCHEDULE, \
|
H A D | build.info | 153 IF[{- !$disabled{idea} -}]
|
/openssl/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()
|
/openssl/crypto/idea/ |
H A D | build.info | 7 # idea functions, so we must include them directly in liblegacy.a
|
/openssl/doc/man1/ |
H A D | openssl-gendsa.pod.in | 25 [B<-idea>] 55 …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>] 59 …ia192>, B<-aria256>, B<-camellia128>, B<-camellia192>, B<-camellia256>, B<-des>, B<-des3>, B<-idea>
|
H A D | openssl-enc.pod.in | 366 idea-cbc IDEA algorithm in CBC mode 367 idea same as idea-cbc 368 idea-cfb IDEA in CFB mode 369 idea-ecb IDEA in ECB mode 370 idea-ofb IDEA in OFB mode
|
H A D | openssl-dsa.pod.in | 33 [B<-idea>] 94 …ia192>, B<-aria256>, B<-camellia128>, B<-camellia192>, B<-camellia256>, B<-des>, B<-des3>, B<-idea>
|
H A D | openssl-rsa.pod.in | 33 [B<-idea>] 95 …ia192>, B<-aria256>, B<-camellia128>, B<-camellia192>, B<-camellia256>, B<-des>, B<-des3>, B<-idea>
|
H A D | openssl-ec.pod.in | 24 [B<-idea>] 84 =item B<-des>|B<-des3>|B<-idea>
|
H A D | openssl.pod | 473 =item B<idea>, B<idea-cbc>, B<idea-cfb>, B<idea-ecb>, B<idea-ofb>
|
H A D | openssl-pkcs12.pod.in | 42 [B<-idea>] 216 =item B<-idea>
|
/openssl/doc/man3/ |
H A D | PEM_X509_INFO_read_bio_ex.pod | 44 The idea behind this is that if, for instance, a certificate is followed by
|
H A D | OPENSSL_secure_malloc.pod | 47 It is a good idea to review the code and see if it addresses your
|
H A D | DTLSv1_listen.pod | 43 mechanism. The idea is that when a client attempts to connect to a server it
|
/openssl/doc/designs/quic-design/ |
H A D | quic-connID-retire.md | 50 * May respond with a new connection ID frame (it's a good idea)
|
H A D | rx-depacketizer.md | 165 [^8]: We have no idea what extension frames there will be. However, we
|
/openssl/crypto/perlasm/ |
H A D | README.md | 105 The above example is very very unoptimised but gives an idea of how
|
/openssl/crypto/ |
H A D | build.info | 6 siphash sm3 des aes rc2 rc4 rc5 idea aria bf cast camellia \
|
/openssl/doc/designs/ |
H A D | fast-param-find.md | 142 The idea is that the gettable and get functions will be simultaneously
|
H A D | fetching-composite-algorithms.md | 144 The idea is that providers can declare the different compositions of a base
|
/openssl/crypto/objects/ |
H A D | objects.txt | 461 1 3 6 1 4 1 188 7 1 1 2 : IDEA-CBC : idea-cbc 462 : IDEA-ECB : idea-ecb 463 !Cname idea-cfb64 464 : IDEA-CFB : idea-cfb 465 !Cname idea-ofb64 466 : IDEA-OFB : idea-ofb
|
/openssl/.github/workflows/ |
H A D | run-checker-daily.yml | 79 no-idea,
|
/openssl/crypto/engine/ |
H A D | README.md | 203 exists) - the idea of providing an ENGINE_cpy() function probably wasn't a good
|