Searched refs:rc2 (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-10.0-release/crypto/openssl/crypto/rc2/
H A DMakefile2 # OpenSSL/crypto/rc2/Makefile
5 DIR= rc2
25 EXHEADER= rc2.h
77 rc2_cbc.o: ../../include/openssl/opensslconf.h ../../include/openssl/rc2.h
80 rc2_ecb.o: ../../include/openssl/rc2.h rc2_ecb.c rc2_locl.h
84 rc2_skey.o: ../../include/openssl/rc2.h ../../include/openssl/safestack.h
87 rc2cfb64.o: ../../include/openssl/opensslconf.h ../../include/openssl/rc2.h
89 rc2ofb64.o: ../../include/openssl/opensslconf.h ../../include/openssl/rc2.h
H A Drc2_ecb.c1 /* crypto/rc2/rc2_ecb.c */
59 #include <openssl/rc2.h>
H A Drc2cfb64.c1 /* crypto/rc2/rc2cfb64.c */
59 #include <openssl/rc2.h>
H A Drc2ofb64.c1 /* crypto/rc2/rc2ofb64.c */
59 #include <openssl/rc2.h>
H A Drc2speed.c1 /* crypto/rc2/rc2speed.c */
102 #include <openssl/rc2.h>
H A Drc2_cbc.c1 /* crypto/rc2/rc2_cbc.c */
59 #include <openssl/rc2.h>
H A Drc2_skey.c1 /* crypto/rc2/rc2_skey.c */
60 #include <openssl/rc2.h>
H A Drc2test.c1 /* crypto/rc2/rc2test.c */
75 #include <openssl/rc2.h>
155 printf("ecb rc2 error encrypting\n");
/freebsd-10.0-release/crypto/heimdal/include/
H A Dcrypto-headers.h15 #include <openssl/rc2.h>
45 #include <hcrypto/rc2.h>
/freebsd-10.0-release/kerberos5/include/
H A Dcrypto-headers.h8 #include <openssl/rc2.h>
/freebsd-10.0-release/crypto/openssl/apps/
H A Dprogs.pl75 "rc2", "bf", "cast", "rc5",
82 "rc2-cbc", "rc2-ecb", "rc2-cfb","rc2-ofb", "rc2-64-cbc", "rc2-40-cbc",
96 elsif ($_ =~ /rc2/) { $t="#ifndef OPENSSL_NO_RC2\n${t}#endif\n"; }
/freebsd-10.0-release/crypto/openssl/crypto/evp/
H A De_rc2.c67 #include <openssl/rc2.h>
85 IMPLEMENT_BLOCK_CIPHER(rc2, ks, RC2, EVP_RC2_KEY, NID_rc2,
/freebsd-10.0-release/crypto/openssh/
H A Dbuildpkg.sh.in66 /etc/rc2.d \
274 $TEST_DIR/etc/rc2.d/${SYSVINITSTART}${SYSVINIT_NAME} 0 1
324 mkdir -p ${TEST_DIR}/etc/rc2.d
345 installf ${PKGNAME} \${PKG_INSTALL_ROOT}$TEST_DIR/etc/rc2.d/${SYSVINITSTART}${SYSVINIT_NAME}=../init.d/${SYSVINIT_NAME} s
352 installf ${PKGNAME} \${PKG_INSTALL_ROOT}$TEST_DIR/etc/rc2.d/${SYSVINITSTART}${SYSVINIT_NAME}=\${PKG_INSTALL_ROOT}$TEST_DIR/etc/init.d/${SYSVINIT_NAME} l
/freebsd-10.0-release/crypto/openssl/util/
H A Dbat.sh67 return("") if $no_rc2 && $dir =~ /\/rc2/;
H A Dmk1mf.pl104 no-rc2 no-rc4 no-rc5 no-idea no-des - Skip this symetric cipher
771 return("") if $no_rc2 && $dir =~ /\/rc2/;
1087 "no-rc2" => \$no_rc2,
H A Dmkdef.pl197 if (/^no-rc2$/) { $no_rc2=1; }
295 $crypto.=" crypto/rc2/rc2.h" ; # unless $no_rc2;
/freebsd-10.0-release/crypto/heimdal/lib/hx509/
H A Dtest_cms.in502 for a in rc2-40 rc2-64 rc2-128 des-ede3 aes-128 aes-256; do
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_subr/
H A Dsqlite.c1171 int rc1, rc2; local
1197 rc2 = sqlite3_backup_finish(backup);
1200 SQLITE_ERR(rc2, dst_db);
/freebsd-10.0-release/secure/lib/libcrypto/
H A DMakefile272 # rc2
274 INCS+= rc2.h
464 ${LCRYPTO_SRC}/crypto/rc2 \
/freebsd-10.0-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 DMakefile148 des aes rc2 rc4 idea bf cast camellia seed modes \
/freebsd-10.0-release/contrib/sqlite3/
H A Dsqlite3.c40174 int rc2 = rc & 0xff; local
40245 int rc2 = SQLITE_OK; /* Error code from db file unlock operation */ local
44606 int rc2; local
52983 int rc2; local
61970 int rc2 = SQLITE_OK; local
63663 int rc2 = SQLITE_OK; /* Result from sqlite3Reprepare() */ local
73058 int rc2; /* Return code from fileWriterFinish() */ local
120643 int rc2 = SQLITE_OK; local
121929 int rc2; /* Result of sqlite3_reset() */ local
130376 int rc2 = pLhs->nTerm - pRhs->nTerm; local
131866 int rc2; local
131960 int rc2 = sqlite3_finalize(pStmt); local
132000 int rc2; local
132589 int rc2; /* Return code from sqlite3_reset() */ local
132847 int rc2; local
132980 int rc2; /* sqlite3_reset() return code */ local
133129 int rc2; local
133538 int rc2; local
134030 int rc2 = sqlite3_exec(p->db, "RELEASE fts3", 0, 0, 0); local
136816 int rc2 = SQLITE_OK; local
138667 int rc2 = SQLITE_OK; /* sqlite3_reset() return code */ local
138697 int rc2; local
138890 int rc2; local
138961 int rc2; local
139007 int rc2; local
139034 int rc2; local
139205 int rc2; local
[all...]
/freebsd-10.0-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c39354 int rc2 = rc & 0xff; local
39423 int rc2 = SQLITE_OK; /* Error code from db file unlock operation */ local
43537 int rc2; local
51574 int rc2; local
60339 int rc2 = SQLITE_OK; local
62021 int rc2 = SQLITE_OK; /* Result from sqlite3Reprepare() */ local
116568 int rc2; /* Result of sqlite3_reset() */ local
123796 int rc2 = pLhs->nTerm - pRhs->nTerm; local
125516 int rc2 = sqlite3_exec(p->db, "RELEASE fts3", 0, 0, 0); local
127500 int rc2 = SQLITE_OK; local
129341 int rc2 = SQLITE_OK; /* sqlite3_reset() return code */ local
129371 int rc2; local
129562 int rc2; local
129633 int rc2; local
129679 int rc2; local
129706 int rc2; local
129844 int rc2; local
[all...]
/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-lmcx-defs.h4474 uint64_t rc2 : 4; /**< RC2 , Timing Control Word */ member in struct:cvmx_lmcx_dimmx_params::cvmx_lmcx_dimmx_params_s
4480 uint64_t rc2 : 4;

Completed in 806 milliseconds

12