HomeSort by: relevance | last modified time | path
    Searched refs:SALT (Results 1 - 3 of 3) sorted by relevancy

  /src/sbin/cgdconfig/
cgdparse.y 70 %token <token> KEYGEN SALT ITERATIONS MEMORY PARALLELISM VERSION KEY CMD SHARED
101 kgvar: SALT bits EOL { $$ = keygen_salt($2); }
118 | KEYGEN | SALT | ITERATIONS
cgdlex.l 99 salt { RETTOKEN(SALT); }
  /src/lib/libcrypt/
crypt.c 145 * "salt" are also converted to this 8*(6+2) format. The SPE table size is
215 * The Bell Labs "salt" (Bob Baldwin):
218 * Specifically, if bit i (1 <= i <= 24) of the salt is set then bits i and
219 * i+24 of the result are swapped. The salt is thus a 24 bit number, with
220 * 16777216 possible values. (The original salt was 12 bits and could not
223 * It is possible, but ugly, to warp the SPE table to account for the salt
555 int32_t salt; local in function:__crypt
648 salt = 0;
654 salt = (salt << 6) | value
    [all...]

Completed in 12 milliseconds