Home
last modified time | relevance | path

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

12

/openssl-master/providers/implementations/ciphers/
A Dcipher_idea.c53 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)
A Dcipher_idea_hw.c40 IMPLEMENT_CIPHER_HW_##UCMODE(mode, idea, PROV_IDEA_CTX, IDEA_KEY_SCHEDULE, \
A Dbuild.info91 IF[{- !$disabled{idea} -}]
/openssl-master/crypto/evp/
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-master/crypto/idea/
A Dbuild.info7 # idea functions, so we must include them directly in liblegacy.a
/openssl-master/doc/man1/
A Dopenssl-gendsa.pod.in25 [B<-idea>]
54 …ia192>, B<-aria256>, B<-camellia128>, B<-camellia192>, B<-camellia256>, B<-des>, B<-des3>, B<-idea>
A Dopenssl-genrsa.pod.in25 [B<-idea>]
61 …ia192>, B<-aria256>, B<-camellia128>, B<-camellia192>, B<-camellia256>, B<-des>, B<-des3>, B<-idea>
A Dopenssl-enc.pod.in326 idea-cbc IDEA algorithm in CBC mode
327 idea same as idea-cbc
328 idea-cfb IDEA in CFB mode
329 idea-ecb IDEA in ECB mode
330 idea-ofb IDEA in OFB mode
A Dopenssl-dsa.pod.in33 [B<-idea>]
94 …ia192>, B<-aria256>, B<-camellia128>, B<-camellia192>, B<-camellia256>, B<-des>, B<-des3>, B<-idea>
A Dopenssl-rsa.pod.in33 [B<-idea>]
95 …ia192>, B<-aria256>, B<-camellia128>, B<-camellia192>, B<-camellia256>, B<-des>, B<-des3>, B<-idea>
A Dopenssl-ec.pod.in24 [B<-idea>]
84 =item B<-des>|B<-des3>|B<-idea>
A Dopenssl.pod494 =item B<idea>, B<idea-cbc>, B<idea-cfb>, B<idea-ecb>, B<idea-ofb>
A Dopenssl-pkcs12.pod.in42 [B<-idea>]
212 =item B<-idea>
/openssl-master/doc/man3/
A DPEM_X509_INFO_read_bio_ex.pod33 The idea behind this is that if, for instance, a certificate is followed by
A DOPENSSL_secure_malloc.pod47 It is a good idea to review the code and see if it addresses your
A DDTLSv1_listen.pod43 mechanism. The idea is that when a client attempts to connect to a server it
A DEVP_EncryptInit.pod1543 openssl idea -d \
/openssl-master/crypto/perlasm/
A DREADME.md105 The above example is very very unoptimised but gives an idea of how
/openssl-master/crypto/
A Dbuild.info6 siphash sm3 des aes rc2 rc4 rc5 idea aria bf cast camellia \
/openssl-master/crypto/objects/
A Dobjects.txt445 1 3 6 1 4 1 188 7 1 1 2 : IDEA-CBC : idea-cbc
446 : IDEA-ECB : idea-ecb
447 !Cname idea-cfb64
448 : IDEA-CFB : idea-cfb
449 !Cname idea-ofb64
450 : IDEA-OFB : idea-ofb
/openssl-master/crypto/engine/
A DREADME.md203 exists) - the idea of providing an ENGINE_cpy() function probably wasn't a good
/openssl-master/external/perl/Text-Template-1.56/
A DLICENSE225 <one line to give the program's name and a brief idea of what it does.>
/openssl-master/doc/man7/
A Dprovider-base.pod467 This points to the OpenSSL libraries' idea of what the calling provider is named.
/openssl-master/
A DINSTALL.md986 des|dh|dsa|ecdh|ecdsa|idea|md4|mdc2|ocb|
1774 the idea of performing dispatch at run-time, which is facilitated by the special
/openssl-master/Configurations/
A Dunix-Makefile.tmpl1125 # Test coverage is a good idea for the future

Completed in 29 milliseconds

12