Home
last modified time | relevance | path

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

/linux-6.15/scripts/
H A Dgen-randstruct-seed.sh4 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)
/linux-6.15/scripts/gcc-plugins/
H A DMakefile6 SEED=$$(cat $(filter-out FORCE,$^) </dev/null); \
11 echo "const char *randstruct_seed = \"$$SEED\";" >> $@
/linux-6.15/scripts/bash-completion/
H A Dmake324 KCONFIG_{SEED,PROBABILITY}=
/linux-6.15/crypto/
H A DKconfig500 tristate "SEED"
504 SEED cipher algorithm (RFC4269, ISO/IEC 18033-3)
506 SEED is a 128-bit symmetric key block cipher that has been