Searched refs:softkey (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/des/
H A Ddes_soft.c81 struct deskeydata softkey; local
85 des_setkey(desp->des_key, &softkey, dir);
93 des_encrypt((u_char *)buf, &softkey);
100 des_encrypt((u_char *)buf, &softkey);
109 des_encrypt((u_char *)buf, &softkey);
/opensolaris-onvv-gate/usr/src/lib/libcrypt/common/
H A Ddes_soft.c134 struct deskeydata softkey; local
138 des_setkey(desp->des_key, &softkey, dir);
146 des_encrypt((uchar_t *)buf, &softkey);
153 des_encrypt((uchar_t *)buf, &softkey);
162 des_encrypt((uchar_t *)buf, &softkey);
/opensolaris-onvv-gate/usr/src/lib/libnsl/des/
H A Ddes_soft.c170 struct deskeydata softkey; local
174 (void) __des_setkey(desp->des_key, &softkey, dir);
182 (void) __des_encrypt((uchar_t *)buf, &softkey);
189 (void) __des_encrypt((uchar_t *)buf, &softkey);
198 (void) __des_encrypt((uchar_t *)buf, &softkey);

Completed in 103 milliseconds