Searched refs:DES (Results 1 – 16 of 16) sorted by relevance
/titanic_41/usr/src/uts/common/des/ |
H A D | des_crypt.c | 398 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 D | des_impl.c | 779 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 D | des_impl.h | 60 DES = 1, enumerator
|
/titanic_41/usr/src/lib/libnsl/ |
H A D | Makefile.com | 35 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 D | softDESCrypt.c | 59 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 D | softKeysUtil.c | 277 des_strength = DES; in soft_genkey() 318 des_strength = DES; in soft_genkey()
|
/titanic_41/usr/src/cmd/cmd-inet/etc/ |
H A D | ipsecinit.sample | 46 # DES and MD5. Also:
|
/titanic_41/usr/src/cmd/ssh/doc/ |
H A D | COPYING.Ylonen | 21 [ DES is now external. ]
|
H A D | LICENCE | 33 - DES is now external, in the OpenSSL library
|
H A D | README.Ylonen | 27 conventional cipher (normally IDEA, DES, or triple-DES) for
|
H A D | ChangeLog | 216 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 D | THIRDPARTYLICENSE.openssl | 81 * lhash, DES, etc., code; not just the SSL code. The SSL documentation
|
/titanic_41/usr/src/common/crypto/des/sun4u/ |
H A D | des_crypt_asm.s | 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
|
/titanic_41/usr/src/cmd/keyserv/ |
H A D | setkey.c | 72 #define DES "des" macro 1977 strcmp((*mechpp)->alias, DES) == 0 && !oldmechseen) { in init_mechs()
|
/titanic_41/usr/src/cmd/krb5/kadmin/kclient/ |
H A D | kclient.sh | 1444 printf "$(gettext "Please enable arcfour or 1DES, then re-join; see cryptoadm(1M)").\n" >&2
|
/titanic_41/usr/src/cmd/sendmail/cf/ |
H A D | README | 2770 ${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.
|