Home
last modified time | relevance | path

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

/illumos-gate/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()
/illumos-gate/usr/src/common/crypto/des/
H A Ddes_impl.c785 if (strength == DES) { in des_keycheck()
804 if (strength == DES) in des_parity_fix()
861 case DES: in des_init_keysched()
909 case DES: in des_init_keysched()
955 case DES: in des_alloc_keysched()
H A Ddes_impl.h60 DES = 1, enumerator
/illumos-gate/usr/src/lib/libnsl/
H A DMakefile.com36 DES= des_crypt.o des_soft.o
100 OBJECTS= $(COMMON) $(DES) $(DIAL) $(IPSEC) $(NETDIR) $(NSS) $(NETSELECT) \
213 SRCS= $(DES:%.o=../des/%.c) \
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftDESCrypt.c60 soft_des_ctx->key_sched = des_alloc_keysched(&size, DES, 0); in soft_des_crypt_init_common()
98 ks = des_alloc_keysched(&size, DES, 0); in soft_des_crypt_init_common()
110 OBJ_SEC(key_p)->sk_value, DES, ks); in soft_des_crypt_init_common()
136 DES, soft_des_ctx->key_sched); in soft_des_crypt_init_common()
H A DsoftKeysUtil.c273 des_strength = DES; in soft_genkey()
314 des_strength = DES; in soft_genkey()
/illumos-gate/usr/src/cmd/cmd-inet/etc/
H A Dipsecinit.sample44 # DES and MD5. Also:
/illumos-gate/usr/src/common/crypto/aes/amd64/
H A DTHIRDPARTYLICENSE.openssl81 * lhash, DES, etc., code; not just the SSL code. The SSL documentation
/illumos-gate/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
/illumos-gate/usr/src/cmd/keyserv/
H A Dsetkey.c70 #define DES "des" macro
1975 strcmp((*mechpp)->alias, DES) == 0 && !oldmechseen) { in init_mechs()
/illumos-gate/usr/src/cmd/ssh/doc/
H A DLICENCE33 - DES is now external, in the OpenSSL library
/illumos-gate/usr/src/cmd/krb5/kadmin/kclient/
H A Dkclient.sh1459 printf "$(gettext "Please enable arcfour or 1DES, then re-join; see cryptoadm(8)").\n" >&2
/illumos-gate/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.