Home
last modified time | relevance | path

Searched refs:DES (Results 1 – 16 of 16) sorted by relevance

/titanic_41/usr/src/uts/common/des/
H A Ddes_crypt.c398 if (strength == DES && key->ck_length != DES_MAXBITS) in init_keysched()
462 strength = DES; in des_common_init()
822 strength = DES; in des_encrypt_atomic()
925 strength = DES; in des_decrypt_atomic()
1006 strength = DES; in des_create_ctx_template()
1009 strength = DES; in des_create_ctx_template()
1082 strength = DES; in des_key_check()
/titanic_41/usr/src/common/crypto/des/
H A Ddes_impl.c779 if (strength == DES) { in des_keycheck()
798 if (strength == DES) in des_parity_fix()
855 case DES: in des_init_keysched()
903 case DES: in des_init_keysched()
949 case DES: in des_alloc_keysched()
H A Ddes_impl.h60 DES = 1, enumerator
/titanic_41/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) \
/titanic_41/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftDESCrypt.c59 soft_des_ctx->key_sched = des_alloc_keysched(&size, DES, 0); in soft_des_crypt_init_common()
97 ks = des_alloc_keysched(&size, DES, 0); in soft_des_crypt_init_common()
109 OBJ_SEC(key_p)->sk_value, DES, ks); in soft_des_crypt_init_common()
135 DES, soft_des_ctx->key_sched); in soft_des_crypt_init_common()
H A DsoftKeysUtil.c277 des_strength = DES; in soft_genkey()
318 des_strength = DES; in soft_genkey()
/titanic_41/usr/src/cmd/cmd-inet/etc/
H A Dipsecinit.sample46 # DES and MD5. Also:
/titanic_41/usr/src/cmd/ssh/doc/
H A DCOPYING.Ylonen21 [ DES is now external. ]
H A DLICENCE33 - DES is now external, in the OpenSSL library
H A DREADME.Ylonen27 conventional cipher (normally IDEA, DES, or triple-DES) for
H A DChangeLog216 remove DES
219 enable DES in SSH-1 clients only
1883 - Fixed annoying DES corruption problem. libcrypt has been
/titanic_41/usr/src/common/crypto/aes/amd64/
H A DTHIRDPARTYLICENSE.openssl81 * lhash, DES, etc., code; not just the SSL code. The SSL documentation
/titanic_41/usr/src/common/crypto/des/sun4u/
H A Ddes_crypt_asm.s2259 ! for decryption (for DES, 16 entries, for triple-DES, 48 entries)
2261 ! one_or_three is 1 for DES and 3 for triple-DES
/titanic_41/usr/src/cmd/keyserv/
H A Dsetkey.c72 #define DES "des" macro
1977 strcmp((*mechpp)->alias, DES) == 0 && !oldmechseen) { in init_mechs()
/titanic_41/usr/src/cmd/krb5/kadmin/kclient/
H A Dkclient.sh1444 printf "$(gettext "Please enable arcfour or 1DES, then re-join; see cryptoadm(1M)").\n" >&2
/titanic_41/usr/src/cmd/sendmail/cf/
H A DREADME2770 ${cipher} the cipher used for the connection, e.g., EDH-DSS-DES-CBC3-SHA,
2771 EDH-RSA-DES-CBC-SHA, DES-CBC-MD5, DES-CBC3-SHA.