• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/util/

Lines Matching refs:crypto

16 # routines should actually be used, which varies with what crypto algorithms
44 # in the file crypto/symhacks.h.
188 if ($_ eq "crypto") {
278 print STDERR "usage: $0 ( ssl | crypto ) [ 16 | 32 | NT | OS2 ]\n";
292 my $crypto ="crypto/crypto.h";
293 $crypto.=" crypto/cryptlib.h";
294 $crypto.=" crypto/o_dir.h";
295 $crypto.=" crypto/o_str.h";
296 $crypto.=" crypto/o_time.h";
297 $crypto.=" crypto/des/des.h crypto/des/des_old.h" ; # unless $no_des;
298 $crypto.=" crypto/idea/idea.h" ; # unless $no_idea;
299 $crypto.=" crypto/rc4/rc4.h" ; # unless $no_rc4;
300 $crypto.=" crypto/rc5/rc5.h" ; # unless $no_rc5;
301 $crypto.=" crypto/rc2/rc2.h" ; # unless $no_rc2;
302 $crypto.=" crypto/bf/blowfish.h" ; # unless $no_bf;
303 $crypto.=" crypto/cast/cast.h" ; # unless $no_cast;
304 $crypto.=" crypto/whrlpool/whrlpool.h" ;
305 $crypto.=" crypto/md2/md2.h" ; # unless $no_md2;
306 $crypto.=" crypto/md4/md4.h" ; # unless $no_md4;
307 $crypto.=" crypto/md5/md5.h" ; # unless $no_md5;
308 $crypto.=" crypto/mdc2/mdc2.h" ; # unless $no_mdc2;
309 $crypto.=" crypto/sha/sha.h" ; # unless $no_sha;
310 $crypto.=" crypto/ripemd/ripemd.h" ; # unless $no_ripemd;
311 $crypto.=" crypto/aes/aes.h" ; # unless $no_aes;
312 $crypto.=" crypto/camellia/camellia.h" ; # unless $no_camellia;
313 $crypto.=" crypto/seed/seed.h"; # unless $no_seed;
315 $crypto.=" crypto/bn/bn.h";
316 $crypto.=" crypto/rsa/rsa.h" ; # unless $no_rsa;
317 $crypto.=" crypto/dsa/dsa.h" ; # unless $no_dsa;
318 $crypto.=" crypto/dh/dh.h" ; # unless $no_dh;
319 $crypto.=" crypto/ec/ec.h" ; # unless $no_ec;
320 $crypto.=" crypto/ecdsa/ecdsa.h" ; # unless $no_ecdsa;
321 $crypto.=" crypto/ecdh/ecdh.h" ; # unless $no_ecdh;
322 $crypto.=" crypto/hmac/hmac.h" ; # unless $no_hmac;
323 $crypto.=" crypto/cmac/cmac.h" ; # unless $no_hmac;
325 $crypto.=" crypto/engine/engine.h"; # unless $no_engine;
326 $crypto.=" crypto/stack/stack.h" ; # unless $no_stack;
327 $crypto.=" crypto/buffer/buffer.h" ; # unless $no_buffer;
328 $crypto.=" crypto/bio/bio.h" ; # unless $no_bio;
329 $crypto.=" crypto/dso/dso.h" ; # unless $no_dso;
330 $crypto.=" crypto/lhash/lhash.h" ; # unless $no_lhash;
331 $crypto.=" crypto/conf/conf.h";
332 $crypto.=" crypto/txt_db/txt_db.h";
334 $crypto.=" crypto/evp/evp.h" ; # unless $no_evp;
335 $crypto.=" crypto/objects/objects.h";
336 $crypto.=" crypto/pem/pem.h";
337 #$crypto.=" crypto/meth/meth.h";
338 $crypto.=" crypto/asn1/asn1.h";
339 $crypto.=" crypto/asn1/asn1t.h";
340 $crypto.=" crypto/asn1/asn1_mac.h";
341 $crypto.=" crypto/err/err.h" ; # unless $no_err;
342 $crypto.=" crypto/pkcs7/pkcs7.h";
343 $crypto.=" crypto/pkcs12/pkcs12.h";
344 $crypto.=" crypto/x509/x509.h";
345 $crypto.=" crypto/x509/x509_vfy.h";
346 $crypto.=" crypto/x509v3/x509v3.h";
347 $crypto.=" crypto/ts/ts.h";
348 $crypto.=" crypto/rand/rand.h";
349 $crypto.=" crypto/comp/comp.h" ; # unless $no_comp;
350 $crypto.=" crypto/ocsp/ocsp.h";
351 $crypto.=" crypto/ui/ui.h crypto/ui/ui_compat.h";
352 $crypto.=" crypto/krb5/krb5_asn.h";
353 #$crypto.=" crypto/store/store.h";
354 $crypto.=" crypto/pqueue/pqueue.h";
355 $crypto.=" crypto/cms/cms.h";
356 $crypto.=" crypto/jpake/jpake.h";
357 $crypto.=" crypto/modes/modes.h";
358 $crypto.=" crypto/srp/srp.h";
360 my $symhacks="crypto/symhacks.h";
363 my @crypto_symbols = &do_defs("LIBEAY", $crypto, $symhacks);
1316 my %translate = (ssl => 'open_ssl', crypto => 'cryptssl');