Searched refs:DES_HW (Results 1 – 12 of 12) sorted by relevance
/titanic_50/usr/src/lib/libnsl/key/ |
H A D | xcrypt.c | 98 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 D | des_crypt.h | 48 #define DES_HW (0*DES_DEVMASK) /* Use hardware device */ macro
|
/titanic_50/usr/src/uts/common/rpc/ |
H A D | des_crypt.h | 56 #define DES_HW (0 * DES_DEVMASK) /* Use hardware device */ macro
|
/titanic_50/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() 363 sizeof (des_block), DES_DECRYPT | DES_HW); in authdes_validate()
|
H A D | svcauth_des.c | 282 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 D | crypto.c | 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_50/usr/src/lib/libcrypt/common/ |
H A D | des.c | 145 if (desdev == DES_HW) { in common_crypt()
|
/titanic_50/usr/src/lib/libnsl/des/ |
H A D | des_crypt.c | 137 if (desdev == DES_HW) { in common_crypt()
|
/titanic_50/usr/src/cmd/keyserv/ |
H A D | keyserv_cache.c | 903 DES_ENCRYPT|DES_HW, ivec.c); in cache_insert_ch() 947 DES_DECRYPT|DES_HW, ivec.c); in copy_cl_item()
|
H A D | setkey.c | 1337 DES_HW | mode); 1624 DES_HW | mode, ivec); in pk_crypt3()
|
H A D | keyserv.c | 850 DES_ENCRYPT | DES_HW);
|
/titanic_50/usr/src/uts/common/des/ |
H A D | des_crypt.c | 353 if (desdev == DES_HW) { in common_crypt()
|