Searched refs:to (Results 1 – 2 of 2) sorted by relevance
/crypt/ |
A D | README.ufc-crypt | 2 that are known to be incorrect for the implementation used with the 18 - Portable to most 32/64 bit machines. 28 - With mostly constant salts, performance is about two to three times 30 Muffets 'Crack' password cracker. For instructions on how to 42 been donated to the Free Software Foundation, Inc. It is covered by the 72 This also makes the benchmarks debatable compared to a real test with 80 such as the one said to be used in crypt(3). 120 the compiler does not need to do bit shifts when indexing vectors. 126 UFC patchlevel 1: patch released to alt.sources on Sep 27 1991. 128 UFC-crypt pl0: Essentially UFC pl 1. Released to comp.sources.misc [all …]
|
A D | crypt_util.c | 42 void _ufc_copymem (char *from, char *to, int cnt); 310 _ufc_copymem (char *from, char *to, int cnt) in _ufc_copymem() argument 313 *to++ = *from++; in _ufc_copymem() 317 #define _ufc_copymem(from, to, cnt) memcpy(to, from, cnt) argument
|
Completed in 6 milliseconds