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

/opensolaris-onvv-gate/usr/src/common/openssl/crypto/des/
H A DDES.pm1 package DES; package
17 bootstrap DES;
H A DFILES03 MODES.DES - A description of the features of the different modes of DES.
30 ecb_enc.c - des_ecb_encrypt() source, this contains the basic DES code.
36 ede_enc.c - des_ede3_cbc_encrypt() cbc mode des using triple DES.
42 used as a stream cipher and using triple DES.
47 used as a stream cipher and using triple DES.
79 DES.pm
80 DES.pod
81 DES.xs
H A Ddes-lib.com2 $! DES-LIB.COM
11 $! "[.xxx.EXE.CRYPTO.DES]LIBDES.OLB" library. The "xxx" denotes the machine
21 $! LIBRARY To Just Build The [.xxx.EXE.CRYPTO.DES]LIBDES.OLB Library.
22 $! DESTEST To Just Build The [.xxx.EXE.CRYPTO.DES]DESTEST.EXE Program.
23 $! SPEED To Just Build The [.xxx.EXE.CRYPTO.DES]SPEED.EXE Program.
24 $! RPW To Just Build The [.xxx.EXE.CRYPTO.DES]RPW.EXE Program.
25 $! DES To Just Build The [.xxx.EXE.CRYPTO.DES]DES.EXE Program.
26 $! DES_OPTS To Just Build The [.xxx.EXE.CRYPTO.DES]DES_OPT
[all...]
H A DDES.xs17 MODULE = DES PACKAGE = DES PREFIX = des_
H A Ddes.h12 * lhash, DES, etc., code; not just the SSL code. The SSL documentation
66 #error DES is disabled.
153 /* This is the DES encryption function that gets called by just about
154 every other DES routine in the library. You should not use this
155 function except to implement 'modes' of DES. I say this because the
164 /* This functions is the same as DES_encrypt1() except that the DES
167 It is used by the routines in the library that implement triple DES.
H A Ddes_old.h97 #error DES is disabled.
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/des/t/
H A Dtest5 use DES;
8 $ks=DES::set_key($key);
14 $key=DES::random_key();
20 ($k1,$k2)=DES::string_to_2keys($str);
/opensolaris-onvv-gate/usr/src/lib/libnsl/
H A DMakefile.com34 DES= des_crypt.o des_soft.o
99 OBJECTS= $(COMMON) $(DES) $(DIAL) $(IPSEC) $(NETDIR) $(NSS) $(NETSELECT) \
216 SRCS= $(DES:%.o=../des/%.c) \
/opensolaris-onvv-gate/usr/src/common/crypto/des/
H A Ddes_impl.h30 * Common definitions used by DES
60 DES = 1, enumerator in enum:des_strength
108 * The following definitions and declarations are only used by DES FIPS POST
115 /* DES FIPS Declarations */
H A Ddes_impl.c760 * we can not reject the whole 3DES
764 * (since this DES key is weak) and
775 * the 1st key for the 2 key variant of 3DES.
791 if (strength == DES) {
811 if (strength == DES)
856 * Initialize key schedule for DES, DES2, and DES3
870 case DES:
918 case DES:
967 case DES:
/opensolaris-onvv-gate/usr/src/uts/common/des/
H A Ddes_crypt.c36 * des_crypt.c, DES encryption library routines
90 "DES Kernel SW Provider"
252 "DES Software Provider",
404 * Initialize key schedules for DES and DES3
416 if (strength == DES && key->ck_length != DES_MAXBITS)
484 strength = DES;
671 * Do the DES update on the specified input data.
737 * Do the DES update on the specified input data.
789 * not a multiple of the DES block length.
818 * not a multiple of the DES bloc
[all...]
/opensolaris-onvv-gate/usr/src/common/crypto/fips/
H A Dfips_des_util.c49 * Allocate context for the DES encryption or decryption operation, and
50 * generate DES or DES3 key schedule to speed up the operation.
65 /* Allocate key schedule for DES or DES3 based on key type. */
67 soft_des_ctx->key_sched = des_alloc_keysched(&size, DES, 0);
72 des_init_keysched(key, DES, soft_des_ctx->key_sched);
89 /* Allocate a context for DES cipher-block chaining. */
106 * Free the DES context.
174 strength = DES;
251 * soft_des_ctx: pointer to DES context
259 * This function calls the corresponding DES lo
[all...]
/opensolaris-onvv-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftDESCrypt.c41 * generate DES or DES3 key schedule to speed up the operation.
57 /* Allocate key schedule for DES or DES3 based on key type. */
59 soft_des_ctx->key_sched = des_alloc_keysched(&size, DES, 0);
97 ks = des_alloc_keysched(&size, DES, 0);
106 /* Initialize key schedule for DES or DES3. */
109 OBJ_SEC(key_p)->sk_value, DES, ks);
135 DES, soft_des_ctx->key_sched);
196 * DES only takes input length that is a multiple of blocksize
200 * DES allows any input length for C_Encrypt function with the
276 * the remaining buffer of DES contex
[all...]
H A DsoftKeysUtil.c280 des_strength = DES;
316 * sizes for DES and 3DES, so we must set it here
321 des_strength = DES;
353 /* Perform weak key checking for DES and DES3. */
372 /* Perform weak key checking for DES and DES3. */
601 /* DES has a well-defined length */
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/bn/
H A Dbn_prime.pl44 * lhash, DES, etc., code; not just the SSL code. The SSL documentation
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/conf/
H A Dkeysets.pl66 * lhash, DES, etc., code; not just the SSL code. The SSL documentation
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/User/
H A Dpwent.pm271 more secure hashing than DES. On systems supporting shadow password
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/objects/
H A Dobj_dat.pl188 * lhash, DES, etc., code; not just the SSL code. The SSL documentation
H A Dobjects.pl136 * lhash, DES, etc., code; not just the SSL code. The SSL documentation
/opensolaris-onvv-gate/usr/src/cmd/keyserv/
H A Dsetkey.c42 * and use them to decrypt and encrypt DES keys.
72 #define DES "des" macro
1977 strcmp((*mechpp)->alias, DES) == 0 && !oldmechseen) {
/opensolaris-onvv-gate/usr/src/common/crypto/des/sun4u/
H A Ddes_crypt_asm.s55 * For a description of the DES algithm, see NIST publication FIPS PUB 46-3
57 * In this implementation, the 16 rounds of DES are carried out by unrolling
2267 ! for decryption (for DES, 16 entries, for triple-DES, 48 entries)
2269 ! one_or_three is 1 for DES and 3 for triple-DES
/opensolaris-onvv-gate/usr/src/cmd/krb5/kadmin/kclient/
H A Dkclient.sh1429 # RC4 comes next (whether it's better than 1DES or not -- AD prefers it)
1435 # Use 1DES ONLY if we don't have arcfour
1447 printf "$(gettext "Please enable arcfour or 1DES, then re-join; see cryptoadm(1M)").\n" >&2
1467 # then set the 1DES only flag, but whatever, it's not likely NOT to be

Completed in 115 milliseconds