Searched refs:DES_ENCRYPT (Results 1 – 15 of 15) sorted by relevance
/titanic_41/usr/src/lib/libnsl/des/ |
H A D | des_crypt.c | 132 ((mode & DES_DIRMASK) == DES_ENCRYPT) ? ENCRYPT : DECRYPT; in common_crypt() 172 unsigned int m = mode & (DES_ENCRYPT | DES_DECRYPT); in desN_crypt() 173 unsigned int flags = mode & ~(DES_ENCRYPT | DES_DECRYPT); in desN_crypt() 190 m = (m == DES_ENCRYPT ? DES_DECRYPT : DES_ENCRYPT); in desN_crypt()
|
/titanic_41/usr/src/lib/gss_mechs/mech_dh/backend/mech/ |
H A D | crypto.c | 104 unsigned int m = mode & (DES_ENCRYPT | DES_DECRYPT); in __desN_crypt() 106 unsigned int flags = mode & ~(DES_ENCRYPT | DES_DECRYPT); in __desN_crypt() 127 m = (m == DES_ENCRYPT ? DES_DECRYPT : DES_ENCRYPT); in __desN_crypt() 156 unsigned mode = (encrypt_flag ? DES_ENCRYPT : DES_DECRYPT) | DES_HW; in __dh_desN_crypt() 190 unsigned mode = (encrypt_flag ? DES_ENCRYPT : DES_DECRYPT) | DES_HW; in __dh_des_crypt()
|
/titanic_41/usr/src/lib/libbc/inc/include/des/ |
H A D | des_crypt.h | 43 #define DES_ENCRYPT (0*DES_DIRMASK) /* Encrypt */ macro
|
/titanic_41/usr/src/uts/common/rpc/ |
H A D | des_crypt.h | 51 #define DES_ENCRYPT (0 * DES_DIRMASK) /* Encrypt */ macro
|
/titanic_41/usr/src/lib/libnsl/key/ |
H A D | xcrypt.c | 98 err = cbc_crypt(key, buf, len, DES_ENCRYPT | DES_HW, ivec); 315 err = cbc_crypt(key.c, binkeybuf, binkeybytes, DES_ENCRYPT | DES_HW, in xencrypt_g() 533 (void) cbc_crypt(tkey.c, text, tlen, DES_ENCRYPT|DES_HW, ivec.c); in passwd2des_g()
|
/titanic_41/usr/src/lib/libcrypt/common/ |
H A D | des.c | 140 ((mode & DES_DIRMASK) == DES_ENCRYPT) ? ENCRYPT : DECRYPT; in common_crypt()
|
/titanic_41/usr/src/lib/libnsl/rpc/ |
H A D | auth_des.c | 283 DES_ENCRYPT | DES_HW, (char *)&ivec); in authdes_marshal() 287 DES_ENCRYPT | DES_HW); in authdes_marshal()
|
H A D | svcauth_des.c | 410 (int)sizeof (des_block), DES_ENCRYPT | DES_HW); in __svcauth_des()
|
/titanic_41/usr/src/uts/common/rpc/sec/ |
H A D | auth_des.c | 261 2 * sizeof (des_block), DES_ENCRYPT, (char *)&ivec); in authdes_marshal() 264 sizeof (des_block), DES_ENCRYPT); in authdes_marshal()
|
H A D | svcauthdes.c | 311 sizeof (des_block), DES_ENCRYPT); in _svcauth_des()
|
/titanic_41/usr/src/cmd/keyserv/ |
H A D | setkey.c | 709 return (pk_crypt(uid, remote_name, remote_key, key, DES_ENCRYPT)); 723 return (pk_crypt3(uid, arg, key, DES_ENCRYPT)); in pk_encrypt3()
|
H A D | keyserv.c | 850 DES_ENCRYPT | DES_HW);
|
H A D | keyserv_cache.c | 903 DES_ENCRYPT|DES_HW, ivec.c); in cache_insert_ch()
|
/titanic_41/usr/src/uts/common/des/ |
H A D | des_crypt.c | 347 ((mode & DES_DIRMASK) == DES_ENCRYPT) ? ENCRYPT : DECRYPT; in common_crypt()
|
/titanic_41/usr/src/lib/sasl_plugins/digestmd5/ |
H A D | digestmd5.c | 816 DES_ENCRYPT); 939 DES_ENCRYPT);
|