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

/ast/src/lib/libast/uwin/
H A Dcrypt.c159 * "salt" are also converted to this 8*(6+2) format. The SPE table size is
229 * The Bell Labs "salt" (Bob Baldwin):
232 * Specifically, if bit i (1 <= i <= 24) of the salt is set then bits i and
233 * i+24 of the result are swapped. The salt is thus a 24 bit number, with
234 * 16777216 possible values. (The original salt was 12 bits and could not
237 * It is possible, but ugly, to warp the SPE table to account for the salt
678 * iterations of DES, using the the given 24-bit salt and the pre-computed key
684 static int des_cipher(const char *in, char *out, long salt, int num_iter) { argument
694 L0 = salt;
695 TO_SIX_BIT(salt, L
847 long salt; local
[all...]

Completed in 11 milliseconds