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

/illumos-gate/usr/src/uts/common/des/
H A Ddes_soft.c76 struct deskeydata softkey; local
80 des_setkey(desp->des_key, &softkey, dir);
88 des_encrypt((u_char *)buf, &softkey);
95 des_encrypt((u_char *)buf, &softkey);
104 des_encrypt((u_char *)buf, &softkey);
/illumos-gate/usr/src/lib/libcrypt/common/
H A Ddes_soft.c131 struct deskeydata softkey; local
135 des_setkey(desp->des_key, &softkey, dir);
143 des_encrypt((uchar_t *)buf, &softkey);
150 des_encrypt((uchar_t *)buf, &softkey);
159 des_encrypt((uchar_t *)buf, &softkey);
/illumos-gate/usr/src/lib/libnsl/des/
H A Ddes_soft.c167 struct deskeydata softkey; local
171 (void) __des_setkey(desp->des_key, &softkey, dir);
179 (void) __des_encrypt((uchar_t *)buf, &softkey);
186 (void) __des_encrypt((uchar_t *)buf, &softkey);
195 (void) __des_encrypt((uchar_t *)buf, &softkey);

Completed in 46 milliseconds