Searched refs:rc5 (Results 1 - 22 of 22) sorted by relevance

/freebsd-10.1-release/crypto/openssl/crypto/rc5/
H A DMakefile2 # OpenSSL/crypto/rc5/Makefile
5 DIR= rc5
30 EXHEADER= rc5.h
45 rc5-586.s: asm/rc5-586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl
46 $(PERL) asm/rc5-586.pl $(PERLASM_SCHEME) $(CFLAGS) > $@
88 rc5_ecb.o: ../../include/openssl/rc5.h rc5_ecb.c rc5_locl.h
89 rc5_enc.o: ../../include/openssl/opensslconf.h ../../include/openssl/rc5.h
91 rc5_skey.o: ../../include/openssl/opensslconf.h ../../include/openssl/rc5.h
93 rc5cfb64.o: ../../include/openssl/opensslconf.h ../../include/openssl/rc5
[all...]
H A Drc5_ecb.c1 /* crypto/rc5/rc5_ecb.c */
59 #include <openssl/rc5.h>
H A Drc5cfb64.c1 /* crypto/rc5/rc5cfb64.c */
59 #include <openssl/rc5.h>
H A Drc5ofb64.c1 /* crypto/rc5/rc5ofb64.c */
59 #include <openssl/rc5.h>
H A Drc5_skey.c1 /* crypto/rc5/rc5_skey.c */
59 #include <openssl/rc5.h>
H A Drc5speed.c1 /* crypto/rc5/rc5speed.c */
98 #include <openssl/rc5.h>
H A Drc5_enc.c1 /* crypto/rc5/rc5_enc.c */
60 #include <openssl/rc5.h>
H A Drc5test.c1 /* crypto/rc5/rc5test.c */
77 # include <openssl/rc5.h>
/freebsd-10.1-release/crypto/openssl/util/
H A Dx86asm.sh41 (cd crypto/rc5/asm; perl rc5-586.pl cpp > r586unix.cpp)
42 (cd crypto/rc5/asm; perl rc5-586.pl win32 > r5-win32.asm)
H A Dmk1mf.pl104 no-rc2 no-rc4 no-rc5 no-idea no-des - Skip this symetric cipher
773 return("") if $no_rc5 && $dir =~ /\/rc5/;
1089 "no-rc5" => \$no_rc5,
H A Dmkdef.pl199 elsif (/^no-rc5$/) { $no_rc5=1; }
294 $crypto.=" crypto/rc5/rc5.h" ; # unless $no_rc5;
/freebsd-10.1-release/crypto/openssl/apps/
H A Dprogs.pl75 "rc2", "bf", "cast", "rc5",
85 "cast-cbc", "rc5-cbc", "rc5-ecb", "rc5-cfb", "rc5-ofb")
99 elsif ($_ =~ /rc5/) { $t="#ifndef OPENSSL_NO_RC5\n${t}#endif\n"; }
H A Dspeed.c162 # include <openssl/rc5.h>
255 "rc2 cbc", "rc5-32/12 cbc", "blowfish cbc", "cast cbc",
909 if (strcmp(*argv, "rc5-cbc") == 0)
911 else if (strcmp(*argv, "rc5") == 0)
1111 BIO_printf(bio_err, "rc5-cbc ");
/freebsd-10.1-release/secure/lib/libcrypto/
H A DMakefile.asm18 ${LCRYPTO_SRC}/crypto/rc5/asm \
80 ${LCRYPTO_SRC}/crypto/rc5/asm \
114 # rc5
115 SRCS+= rc5-586.pl
H A DMakefile287 # rc5
290 SRCS+= rc5-586.s
294 INCS+= rc5.h
466 ${LCRYPTO_SRC}/crypto/rc5 \
/freebsd-10.1-release/crypto/openssl/crypto/evp/
H A De_rc5.c67 # include <openssl/rc5.h>
/freebsd-10.1-release/lib/msun/ld128/
H A Ds_erfl.c178 rc5 = -1.57625662981714582753490610560037638e5L, /* 0xc01033dc, 0xd4dc95b6, 0xfd4da93b, 0xf355b4a9 */ variable
318 R=rc0+s*(rc1+s*(rc2+s*(rc3+s*(rc4+s*(rc5+s*(rc6+s*(rc7+
/freebsd-10.1-release/lib/msun/ld80/
H A Ds_erfl.c212 #define rc5 (rc5u.e) macro
328 R=rc0+s*(rc1+s*(rc2+s*(rc3+s*(rc4+s*rc5))));
/freebsd-10.1-release/crypto/openssl/
H A Dconfig886 for i in aes bf camellia cast des dh dsa ec hmac idea md2 md5 mdc2 rc2 rc4 rc5 ripemd rsa seed sha
H A DMakefile.org146 des aes rc2 rc4 rc5 idea bf cast camellia seed modes \
H A DMakefile16 OPTIONS= no-ec_nistp_64_gcc_128 no-gmp no-jpake no-krb5 no-md2 no-rc5 no-rfc3779 no-sctp no-shared no-store no-unit-test no-zlib no-zlib-dynamic static-engine
/freebsd-10.1-release/sys/contrib/octeon-sdk/
H A Dcvmx-lmcx-defs.h4471 uint64_t rc5 : 4; /**< RC5 , CK Driver Characterstics Control Word */ member in struct:cvmx_lmcx_dimmx_params::cvmx_lmcx_dimmx_params_s
4483 uint64_t rc5 : 4;

Completed in 160 milliseconds