Searched refs:crypto (Results 1 - 25 of 371) sorted by relevance

1234567891011>>

/freebsd-9.3-release/crypto/openssl/util/
H A Dx86asm.sh5 (cd crypto/bn/asm; perl x86.pl cpp > bn86unix.cpp)
6 (cd crypto/bn/asm; perl x86.pl win32 > bn-win32.asm)
9 (cd crypto/des/asm; perl des-586.pl cpp > dx86unix.cpp)
10 (cd crypto/des/asm; perl des-586.pl win32 > d-win32.asm)
13 (cd crypto/des/asm; perl crypt586.pl cpp > yx86unix.cpp)
14 (cd crypto/des/asm; perl crypt586.pl win32 > y-win32.asm)
17 (cd crypto/bf/asm; perl bf-586.pl cpp > bx86unix.cpp)
18 (cd crypto/bf/asm; perl bf-586.pl win32 > b-win32.asm)
21 (cd crypto/cast/asm; perl cast-586.pl cpp > cx86unix.cpp)
22 (cd crypto/cas
[all...]
H A Dspeed.sh21 /bin/rm -f crypto/rc4/*.o crypto/bn/bn*.o crypto/md2/md2_dgst.o
26 /bin/rm -f crypto/rc4/rc4*.o
31 /bin/rm -f crypto/idea/i_*.o crypto/rc4/*.o crypto/des/ecb_enc.o crypto/bn/bn*.o
/freebsd-9.3-release/kerberos5/doc/
H A DMakefile4 SRCDIR= ${.CURDIR}/../../crypto/heimdal/doc
/freebsd-9.3-release/sys/modules/rc4/
H A DMakefile3 .PATH: ${.CURDIR}/../../crypto/rc4
/freebsd-9.3-release/crypto/heimdal/lib/hx509/
H A Dtest_crypto.in87 echo "crypto select1"
88 ${hxtool} crypto-select > test || { echo "select1"; exit 1; }
89 cmp test ${srcdir}/tst-crypto-select1 > /dev/null || \
92 echo "crypto select1"
93 ${hxtool} crypto-select --type=digest > test || { echo "select1"; exit 1; }
94 cmp test ${srcdir}/tst-crypto-select1 > /dev/null || \
97 echo "crypto select2"
98 ${hxtool} crypto-select --type=public-sig > test || { echo "select2"; exit 1; }
99 cmp test ${srcdir}/tst-crypto-select2 > /dev/null || \
102 echo "crypto select
[all...]
/freebsd-9.3-release/sys/modules/crypto/
H A DMakefile4 .PATH: ${.CURDIR}/../../crypto
5 .PATH: ${.CURDIR}/../../crypto/blowfish
6 .PATH: ${.CURDIR}/../../crypto/des
7 .PATH: ${.CURDIR}/../../crypto/rijndael
8 .PATH: ${.CURDIR}/../../crypto/sha2
9 .PATH: ${.CURDIR}/../../crypto/camellia
11 KMOD = crypto
12 SRCS = crypto.c cryptodev_if.c
/freebsd-9.3-release/contrib/ntp/conf/
H A Dbaldwin.conf9 crypto randfile /.rnd # enable public key
/freebsd-9.3-release/crypto/heimdal/lib/gssapi/krb5/
H A Dtest_cfx.c53 krb5_context context, krb5_crypto crypto)
64 crypto,
74 crypto,
89 test_special(krb5_context context, krb5_crypto crypto, argument
99 crypto,
107 crypto,
129 krb5_crypto crypto; local
142 ret = krb5_crypto_init(context, &keyblock, 0, &crypto);
146 test_special(context, crypto, 1, 60);
147 test_special(context, crypto,
52 test_range(const struct range *r, int integ, krb5_context context, krb5_crypto crypto) argument
[all...]
H A Dprf.c49 krb5_crypto crypto; local
86 ret = krb5_crypto_init(context, key, 0, &crypto);
97 krb5_crypto_destroy(context, crypto);
111 krb5_crypto_destroy(context, crypto);
121 ret = krb5_crypto_prf(context, crypto, &input, &output);
127 krb5_crypto_destroy(context, crypto);
138 krb5_crypto_destroy(context, crypto);
/freebsd-9.3-release/crypto/openssl/
H A DMakefile.org135 DIRS= crypto fips ssl engines apps test tools
136 SHLIBDIRS= crypto ssl fips
138 # dirs in crypto to build
260 FIPS_EX_OBJ= ../crypto/aes/aes_cfb.o \
261 ../crypto/aes/aes_ecb.o \
262 ../crypto/aes/aes_ofb.o \
263 ../crypto/bn/bn_add.o \
264 ../crypto/bn/bn_blind.o \
265 ../crypto/bn/bn_ctx.o \
266 ../crypto/b
[all...]
H A DMakefile137 DIRS= crypto ssl engines apps test tools
138 SHLIBDIRS= crypto ssl
140 # dirs in crypto to build
262 FIPS_EX_OBJ= ../crypto/aes/aes_cfb.o \
263 ../crypto/aes/aes_ecb.o \
264 ../crypto/aes/aes_ofb.o \
265 ../crypto/bn/bn_add.o \
266 ../crypto/bn/bn_blind.o \
267 ../crypto/bn/bn_ctx.o \
268 ../crypto/b
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/x509/
H A Dx509_def.c0 /* crypto/x509/x509_def.c */
61 #include <openssl/crypto.h>
/freebsd-9.3-release/sys/modules/geom/geom_bde/
H A DMakefile4 .PATH: ${.CURDIR}/../../../crypto/rijndael
5 .PATH: ${.CURDIR}/../../../crypto/sha2
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Dmit_glue.c50 krb5_crypto crypto; local
52 ret = krb5_crypto_init(context, key, 0, &crypto);
56 ret = krb5_create_checksum(context, crypto, usage, cksumtype,
58 krb5_crypto_destroy(context, crypto);
187 krb5_crypto crypto; local
194 ret = krb5_crypto_init(context, &key, 0, &crypto);
198 ret = krb5_crypto_getblocksize(context, crypto, blocksize);
199 krb5_crypto_destroy(context, crypto);
213 krb5_crypto crypto; local
215 ret = krb5_crypto_init(context, &key, input->enctype, &crypto);
253 krb5_crypto crypto; local
293 krb5_crypto crypto; local
358 krb5_crypto crypto; local
[all...]
H A Dtest_prf.c57 krb5_crypto crypto; local
74 ret = krb5_crypto_init(context, &key, 0, &crypto);
81 ret = krb5_crypto_prf(context, crypto, &input, &output);
85 ret = krb5_crypto_prf(context, crypto, &input, &output2);
95 krb5_crypto_destroy(context, crypto);
/freebsd-9.3-release/secure/lib/libcrypto/
H A DMakefile.asm11 .PATH: ${LCRYPTO_SRC}/crypto/rc4/asm ${LCRYPTO_SRC}/crypto/rc5/asm \
12 ${LCRYPTO_SRC}/crypto/des/asm ${LCRYPTO_SRC}/crypto/cast/asm \
13 ${LCRYPTO_SRC}/crypto/sha/asm ${LCRYPTO_SRC}/crypto/bn/asm \
14 ${LCRYPTO_SRC}/crypto/bf/asm ${LCRYPTO_SRC}/crypto/md5/asm \
15 ${LCRYPTO_SRC}/crypto/ripemd/asm
17 PERLPATH= -I${LCRYPTO_SRC}/crypto/de
[all...]
/freebsd-9.3-release/sys/crypto/blowfish/
H A Dbf_ecb.c0 /* crypto/bf/bf_ecb.c */
63 #include <crypto/blowfish/blowfish.h>
64 #include <crypto/blowfish/bf_locl.h>
/freebsd-9.3-release/lib/libmp/
H A DMakefile11 CFLAGS+= -I${.CURDIR}/../../crypto
/freebsd-9.3-release/sys/modules/aesni/
H A DMakefile3 .PATH: ${.CURDIR}/../../crypto/aesni
/freebsd-9.3-release/sys/modules/padlock/
H A DMakefile3 .PATH: ${.CURDIR}/../../crypto/via
/freebsd-9.3-release/crypto/openssl/crypto/conf/
H A Dconf_mall.c61 #include <openssl/crypto.h>
/freebsd-9.3-release/crypto/openssl/crypto/sha/
H A Dsha_dgst.c0 /* crypto/sha/sha1dgst.c */
60 #include <openssl/crypto.h>
/freebsd-9.3-release/crypto/openssl/crypto/rc4/
H A Drc4_fblk.c0 /* crypto/rc4/rc4_fblk.c */
58 #include <openssl/crypto.h>
/freebsd-9.3-release/crypto/openssl/crypto/err/
H A Derr_bio.c0 /* crypto/err/err_prn.c */
62 #include <openssl/crypto.h>
/freebsd-9.3-release/crypto/openssl/crypto/
H A Duid.c0 /* crypto/uid.c */
56 #include <openssl/crypto.h>

Completed in 301 milliseconds

1234567891011>>