Home
last modified time | relevance | path

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

12

/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, \
H A Dbuild.info153 IF[{- !$disabled{idea} -}]
/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()
/openssl/crypto/idea/
H A Dbuild.info7 # idea functions, so we must include them directly in liblegacy.a
/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.in366 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 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>
H A Dopenssl.pod473 =item B<idea>, B<idea-cbc>, B<idea-cfb>, B<idea-ecb>, B<idea-ofb>
H A Dopenssl-pkcs12.pod.in42 [B<-idea>]
216 =item B<-idea>
/openssl/doc/man3/
H A DPEM_X509_INFO_read_bio_ex.pod44 The idea behind this is that if, for instance, a certificate is followed by
H A DOPENSSL_secure_malloc.pod47 It is a good idea to review the code and see if it addresses your
H A DDTLSv1_listen.pod43 mechanism. The idea is that when a client attempts to connect to a server it
/openssl/doc/designs/quic-design/
H A Dquic-connID-retire.md50 * May respond with a new connection ID frame (it's a good idea)
H A Drx-depacketizer.md165 [^8]: We have no idea what extension frames there will be. However, we
/openssl/crypto/perlasm/
H A DREADME.md105 The above example is very very unoptimised but gives an idea of how
/openssl/crypto/
H A Dbuild.info6 siphash sm3 des aes rc2 rc4 rc5 idea aria bf cast camellia \
/openssl/doc/designs/
H A Dfast-param-find.md142 The idea is that the gettable and get functions will be simultaneously
H A Dfetching-composite-algorithms.md144 The idea is that providers can declare the different compositions of a base
/openssl/crypto/objects/
H A Dobjects.txt461 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 Drun-checker-daily.yml79 no-idea,
/openssl/crypto/engine/
H A DREADME.md203 exists) - the idea of providing an ENGINE_cpy() function probably wasn't a good

Completed in 66 milliseconds

12