Searched refs:SEED (Results 1 – 3 of 3) sorted by relevance
4 SEED=$(od -A n -t x8 -N 32 /dev/urandom | tr -d ' \n')5 echo "$SEED" > "$1"6 HASH=$(echo -n "$SEED" | sha256sum | cut -d" " -f1)
6 SEED=$$(cat $(filter-out FORCE,$^) </dev/null); \11 echo "const char *randstruct_seed = \"$$SEED\";" >> $@
492 tristate "SEED"496 SEED cipher algorithm (RFC4269, ISO/IEC 18033-3)498 SEED is a 128-bit symmetric key block cipher that has been