Home
last modified time | relevance | path

Searched refs:DES_HW (Results 1 – 12 of 12) sorted by relevance

/titanic_50/usr/src/lib/libnsl/key/
H A Dxcrypt.c98 err = cbc_crypt(key, buf, len, DES_ENCRYPT | DES_HW, ivec);
133 err = cbc_crypt(key, buf, len, DES_DECRYPT | DES_HW, ivec);
315 err = cbc_crypt(key.c, binkeybuf, binkeybytes, DES_ENCRYPT | DES_HW, in xencrypt_g()
381 err = cbc_crypt(key.c, buf, len, DES_DECRYPT | DES_HW, ivec); in xdecrypt_g()
533 (void) cbc_crypt(tkey.c, text, tlen, DES_ENCRYPT|DES_HW, ivec.c); in passwd2des_g()
/titanic_50/usr/src/lib/libbc/inc/include/des/
H A Ddes_crypt.h48 #define DES_HW (0*DES_DEVMASK) /* Use hardware device */ macro
/titanic_50/usr/src/uts/common/rpc/
H A Ddes_crypt.h56 #define DES_HW (0 * DES_DEVMASK) /* Use hardware device */ macro
/titanic_50/usr/src/lib/libnsl/rpc/
H A Dauth_des.c283 DES_ENCRYPT | DES_HW, (char *)&ivec); in authdes_marshal()
287 DES_ENCRYPT | DES_HW); in authdes_marshal()
363 sizeof (des_block), DES_DECRYPT | DES_HW); in authdes_validate()
H A Dsvcauth_des.c282 2 * (int)sizeof (des_block), DES_DECRYPT | DES_HW, in __svcauth_des()
286 (int)sizeof (des_block), DES_DECRYPT | DES_HW); in __svcauth_des()
410 (int)sizeof (des_block), DES_ENCRYPT | DES_HW); in __svcauth_des()
/titanic_50/usr/src/lib/gss_mechs/mech_dh/backend/mech/
H A Dcrypto.c156 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_50/usr/src/lib/libcrypt/common/
H A Ddes.c145 if (desdev == DES_HW) { in common_crypt()
/titanic_50/usr/src/lib/libnsl/des/
H A Ddes_crypt.c137 if (desdev == DES_HW) { in common_crypt()
/titanic_50/usr/src/cmd/keyserv/
H A Dkeyserv_cache.c903 DES_ENCRYPT|DES_HW, ivec.c); in cache_insert_ch()
947 DES_DECRYPT|DES_HW, ivec.c); in copy_cl_item()
H A Dsetkey.c1337 DES_HW | mode);
1624 DES_HW | mode, ivec); in pk_crypt3()
H A Dkeyserv.c850 DES_ENCRYPT | DES_HW);
/titanic_50/usr/src/uts/common/des/
H A Ddes_crypt.c353 if (desdev == DES_HW) { in common_crypt()