Home
last modified time | relevance | path

Searched refs:SEED (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/scripts/gcc-plugins/
Dgen-random-seed.sh5 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'`
/Linux-v4.19/crypto/
DKconfig1468 tristate "SEED cipher algorithm"
1471 SEED cipher algorithm (RFC4269).
1473 SEED is a 128-bit symmetric key block cipher that has been