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

/illumos-gate/usr/src/common/crypto/des/
H A Ddes_impl.h30 * Common definitions used by DES
60 DES = 1, enumerator in enum:des_strength
H A Ddes_impl.c749 * we can not reject the whole 3DES
753 * (since this DES key is weak) and
764 * the 1st key for the 2 key variant of 3DES.
779 if (strength == DES) {
798 if (strength == DES)
842 * Initialize key schedule for DES, DES2, and DES3
855 case DES:
903 case DES:
949 case DES:
/illumos-gate/usr/src/lib/libnsl/
H A DMakefile.com35 DES= des_crypt.o des_soft.o
100 OBJECTS= $(COMMON) $(DES) $(DIAL) $(IPSEC) $(NETDIR) $(NSS) $(NETSELECT) \
226 SRCS= $(DES:%.o=../des/%.c) \
/illumos-gate/usr/src/uts/common/des/
H A Ddes_crypt.c36 * des_crypt.c, DES encryption library routines
87 "DES Kernel SW Provider"
239 "DES Software Provider",
386 * Initialize key schedules for DES and DES3
398 if (strength == DES && key->ck_length != DES_MAXBITS)
462 strength = DES;
639 * Do the DES update on the specified input data.
701 * Do the DES update on the specified input data.
748 * not a multiple of the DES block length.
772 * not a multiple of the DES bloc
[all...]
/illumos-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.c277 des_strength = DES;
313 * sizes for DES and 3DES, so we must set it here
318 des_strength = DES;
350 /* Perform weak key checking for DES and DES3. */
369 /* Perform weak key checking for DES and DES3. */
572 /* DES has a well-defined length */
/illumos-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) {
/illumos-gate/usr/src/common/crypto/des/sun4u/
H A Ddes_crypt_asm.s51 * For a description of the DES algithm, see NIST publication FIPS PUB 46-3
53 * In this implementation, the 16 rounds of DES are carried out by unrolling
2259 ! for decryption (for DES, 16 entries, for triple-DES, 48 entries)
2261 ! one_or_three is 1 for DES and 3 for triple-DES
/illumos-gate/usr/src/cmd/krb5/kadmin/kclient/
H A Dkclient.sh1441 # RC4 comes next (whether it's better than 1DES or not -- AD prefers it)
1447 # Use 1DES ONLY if we don't have arcfour
1459 printf "$(gettext "Please enable arcfour or 1DES, then re-join; see cryptoadm(1M)").\n" >&2
1479 # then set the 1DES only flag, but whatever, it's not likely NOT to be

Completed in 63 milliseconds