Home
last modified time | relevance | path

Searched refs:des (Results 1 – 25 of 320) sorted by relevance

12345678910>>...13

/netbsd-src/crypto/external/bsd/openssl.old/lib/libdes/
H A DMakefile7 LIB= des
23 INCS= des.h
27 pod2man --section=3 --center=libdes --release=0.9.6j des.pod | \
28 sed -e 's/[[:space:]]*$$//' > ${.CURDIR}/des.3
33 MAN= des.3 # des_modes.7
35 MLINKS+=des.3 des_cbc_cksum.3 \
36 des.3 des_cfb64_encrypt.3 \
37 des.3 des_cfb_encrypt.3 \
38 des.3 des_crypt.3 \
39 des.3 des_ecb2_encrypt.3 \
[all …]
H A DFILES018 /* My SunOS des(1) replacement */
19 des.c - des(1) source code.
20 des.man - des(1) manual.
29 des.h - Public libdes.a header file.
36 ede_enc.c - des_ede3_cbc_encrypt() cbc mode des using triple DES.
63 des.doc - SSLeay documentation for the library.
67 des.pl - des in perl anyone? des_set_key and des_ecb_encrypt
69 testdes.pl - Testing program for des.pl
H A DINSTALL23 For the DEC Alpha, edit des.h and change DES_LONG to 'unsigned int'
43 des in /usr/local/bin/des
45 des.man in /usr/local/man/man1/des.1
46 des.h in /usr/include/des.h
48 des(1) should be compatible with sunOS's but I have been unable to
56 I have successfully encrypted files using des(1) under MSDOS and then
64 glibc-1.??/des and then gmake as per normal.
/netbsd-src/sys/crypto/des/
H A Dfiles.des1 # $NetBSD: files.des,v 1.2 2014/01/01 15:18:57 pgoyette Exp $
3 define des
5 file crypto/des/des_module.c des
6 file crypto/des/des_ecb.c des
7 file crypto/des/des_setkey.c des
8 file crypto/des/des_enc.c des
9 file crypto/des/des_cbc.c des
/netbsd-src/crypto/external/bsd/heimdal/dist/tests/kdc/
H A Dcheck-des.in90 ${kadmin} add_enctype -r ${afsserver}@${R} des-cbc-crc || exit 1
91 ${kadmin} add_enctype -r ${hostserver}@${R} des-cbc-crc || exit 1
111 ${klist} -v | grep des-cbc-crc > /dev/null && { ec=1 ; eval "${testfailed}"; }
114 ${klist} -v | grep des-cbc-crc > /dev/null && { ec=1 ; eval "${testfailed}"; }
122 ${kgetcred} -e des-cbc-crc ${hostserver}@${R} 2>/dev/null && \
126 ${klist} -v | grep des-cbc-crc > /dev/null && { ec=1 ; eval "${testfailed}"; }
136 ${kgetcred} -e des-cbc-crc ${hostserver}@${R} 2>/dev/null && \
138 ${klist} -v | grep des-cbc-crc > /dev/null && { ec=1 ; eval "${testfailed}"; }
141 ${kgetcred} -e des-cbc-crc ${afsserver}@${R} || { ec=1 ; eval "${testfailed}"; }
142 ${klist} -v | grep des-cbc-crc > /dev/null || { ec=1 ; eval "${testfailed}"; }
H A DMakefile.am25 check-des \
89 check-des: check-des.in Makefile krb5.conf
90 $(do_subst) < $(srcdir)/check-des.in > check-des.tmp && \
91 $(chmod) +x check-des.tmp && \
92 mv check-des.tmp check-des
298 check-des.in \
/netbsd-src/external/bsd/wpa/dist/src/crypto/
H A Dcrypto_internal-cipher.c38 } des; member
91 des_key_setup(key, ctx->u.des.ek, ctx->u.des.dk); in crypto_cipher_init()
92 os_memcpy(ctx->u.des.cbc, iv, 8); in crypto_cipher_init()
151 des_block_encrypt(ctx->u.des.cbc, ctx->u.des.ek, in crypto_cipher_encrypt()
152 ctx->u.des.cbc); in crypto_cipher_encrypt()
153 os_memcpy(crypt, ctx->u.des.cbc, 8); in crypto_cipher_encrypt()
214 des_block_decrypt(crypt, ctx->u.des.dk, plain); in crypto_cipher_decrypt()
216 plain[j] ^= ctx->u.des.cbc[j]; in crypto_cipher_decrypt()
217 os_memcpy(ctx->u.des.cbc, tmp, 8); in crypto_cipher_decrypt()
/netbsd-src/crypto/external/bsd/openssl/lib/libdes/
H A DFILES018 /* My SunOS des(1) replacement */
19 des.c - des(1) source code.
20 des.man - des(1) manual.
29 des.h - Public libdes.a header file.
36 ede_enc.c - des_ede3_cbc_encrypt() cbc mode des using triple DES.
63 des.doc - SSLeay documentation for the library.
67 des.pl - des in perl anyone? des_set_key and des_ecb_encrypt
69 testdes.pl - Testing program for des.pl
H A DINSTALL23 For the DEC Alpha, edit des.h and change DES_LONG to 'unsigned int'
43 des in /usr/local/bin/des
45 des.man in /usr/local/man/man1/des.1
46 des.h in /usr/include/des.h
48 des(1) should be compatible with sunOS's but I have been unable to
56 I have successfully encrypted files using des(1) under MSDOS and then
64 glibc-1.??/des and then gmake as per normal.
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
H A Dcipher_des.c132 CIPHER_DEFAULT_GETTABLE_CTX_PARAMS_START(des)
134 CIPHER_DEFAULT_GETTABLE_CTX_PARAMS_END(des)
193 IMPLEMENT_des_cipher(des, ecb, ECB, DES_FLAGS, 64, 64, 0, block);
195 IMPLEMENT_des_cipher(des, cbc, CBC, DES_FLAGS, 64, 64, 64, block);
197 IMPLEMENT_des_cipher(des, ofb64, OFB, DES_FLAGS, 64, 8, 64, stream);
199 IMPLEMENT_des_cipher(des, cfb64, CFB, DES_FLAGS, 64, 8, 64, stream);
201 IMPLEMENT_des_cipher(des, cfb1, CFB, DES_FLAGS, 64, 8, 64, stream);
203 IMPLEMENT_des_cipher(des, cfb8, CFB, DES_FLAGS, 64, 8, 64, stream);
/netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/
H A Ddes.inc1 # $NetBSD: des.inc,v 1.1.1.2 2023/04/18 14:19:04 christos Exp $
5 # SRCS extracted from src/crypto/dist/openssl/crypto/des/Makefile
8 .PATH: ${OPENSSLSRC}/crypto/des
33 CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/des
/netbsd-src/games/canfield/canfield/
H A Dcanfield.c852 tabok(const struct cardtype *cp, int des) in tabok() argument
854 if ((cp == stock) && (tableau[des] == NIL)) in tabok()
856 else if (tableau[des] == NIL) in tabok()
863 else if (ranklower(cp, tableau[des]) && diffcolor(cp, tableau[des])) in tabok()
1167 simpletableau(struct cardtype **cp, int des) in simpletableau() argument
1172 if (tabok(*cp, des)) { in simpletableau()
1177 if (tableau[des] == NIL) in simpletableau()
1178 bottom[des] = *cp; in simpletableau()
1179 transit(cp, &tableau[des]); in simpletableau()
1180 length[des]++; in simpletableau()
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/des/
H A Dbuild.info3 $DESASM_x86=des-586.S crypt586.S
35 IF[{- $disabled{'deprecated-3.0'} && !$disabled{des} -}]
44 GENERATE[des-586.S]=asm/des-586.pl
45 DEPEND[des-586.S]=../perlasm/x86asm.pl ../perlasm/cbc.pl
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/samples/
H A Dracoon.conf.in67 encryption_algorithm 3des;
89 encryption_algorithm 3des;
99 encryption_algorithm 3des;
108 encryption_algorithm des;
117 encryption_algorithm 3des, blowfish, aes;
H A Dracoon.conf.sample-inherit23 encryption_algorithm 3des;
41 encryption_algorithm 3des;
52 encryption_algorithm aes, 3des;
/netbsd-src/crypto/external/bsd/openssl/lib/libcrypto/
H A Ddes.inc1 # $NetBSD: des.inc,v 1.4 2023/05/06 17:07:22 christos Exp $
3 .PATH: ${OPENSSLSRC}/crypto/des
29 CPPFLAGS.${cryptosrc} += -I${OPENSSLSRC}/crypto/des ${DESCPPFLAGS}
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/des/
H A Dbuild.info14 GENERATE[des-586.s]=asm/des-586.pl \
16 DEPEND[des-586.s]=../perlasm/x86asm.pl ../perlasm/cbc.pl
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A DChangeLog13 * des.h: Add DES_set_key_unchecked
32 * test_cipher.c: unbreak des-test
38 * des.c: Remove inifinite loop in DES_set_key().
42 * des.c: Document missing functions, add DES_check_key_parity().
44 * des.h: Add DES_check_key_parity, deprecate DES_set_key.
48 * des.h: DES_set_odd_parity "returns" void.
52 * des.h: Sort options.
58 * des.c: DES is withdrawn.
60 * des.c: Document using doxygen.
62 * des.c: History of DES.
[all …]
H A DMakefile.am34 des.h \
85 des-tables.h \
86 des.c \
87 des.h \
118 des-tables.h \
119 des.c \
120 des.h \
344 gen-des.pl \
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man1/
H A Denc.pod299 des-cbc DES in CBC mode
300 des Alias for des-cbc
301 des-cfb DES in CFB mode
302 des-ofb DES in OFB mode
303 des-ecb DES in ECB mode
305 des-ede-cbc Two key triple DES EDE in CBC mode
306 des-ede Two key triple DES EDE in ECB mode
307 des-ede-cfb Two key triple DES EDE in CFB mode
308 des-ede-ofb Two key triple DES EDE in OFB mode
310 des-ede3-cbc Three key triple DES EDE in CBC mode
[all …]
/netbsd-src/bin/csh/
H A Dfile.c249 catn(Char *des, Char *src, size_t count) in catn() argument
251 while (count-- > 0 && *des) in catn()
252 des++; in catn()
254 if ((*des++ = *src++) == 0) in catn()
256 *des = '\0'; in catn()
264 copyn(Char *des, Char *src, size_t count) in copyn() argument
267 if ((*des++ = *src++) == 0) in copyn()
269 *des = '\0'; in copyn()
/netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/i386/
H A Ddes.inc2 DES_SRCS = des-586.S crypt586.S
3 .include "../../des.inc"
/netbsd-src/crypto/external/bsd/openssl/lib/libcrypto/arch/i386/
H A Ddes.inc2 DES_SRCS = des-586.S crypt586.S
3 .include "../../des.inc"
/netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/powerpc/
H A Ddes.inc1 # $NetBSD: des.inc,v 1.1.1.1 2018/02/03 22:43:37 christos Exp $
5 .include "${.CURDIR}/des.inc"
/netbsd-src/crypto/external/bsd/openssl/lib/libcrypto/arch/mips/
H A Ddes.inc1 # $NetBSD: des.inc,v 1.1 2009/07/19 23:30:46 christos Exp $
5 .include "${.CURDIR}/des.inc"

12345678910>>...13