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

/osnet-11/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);
/osnet-11/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 30 milliseconds