Searched refs:SEED (Results 1 – 2 of 2) sorted by relevance
5 SEED=`od -A n -t x8 -N 32 /dev/urandom | tr -d ' \n'`6 echo "const char *randstruct_seed = \"$SEED\";" > "$1"7 HASH=`echo -n "$SEED" | sha256sum | cut -d" " -f1 | tr -d ' \n'`
1468 tristate "SEED cipher algorithm"1471 SEED cipher algorithm (RFC4269).1473 SEED is a 128-bit symmetric key block cipher that has been