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

/opensolaris-onvv-gate/usr/src/common/net/wanboot/crypt/
H A Ddes3.c110 uint64_t *currentkey; local
155 currentkey = (uint64_t *)key;
157 currentkey = tmpbuf;
158 bcopy(key, currentkey, 3 * sizeof (uint64_t));
162 key_so_far = currentkey[j];
229 currentkey[j] = key_so_far;
236 if (currentkey[0] == currentkey[1] || currentkey[1] == currentkey[
[all...]
/opensolaris-onvv-gate/usr/src/common/crypto/des/
H A Ddes_impl.c728 uint64_t key_so_far, scratch, *currentkey; local
744 currentkey = (uint64_t *)aligned_key;
747 currentkey = (uint64_t *)key;
751 key_so_far = currentkey[j];
769 currentkey[j] = scratch;
777 if (currentkey[0] == currentkey[1] || currentkey[1] == currentkey[2])
781 bcopy(currentkey, corrected_ke
[all...]

Completed in 78 milliseconds