Home
last modified time | relevance | path

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

/openbmc/linux/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)
/openbmc/linux/scripts/gcc-plugins/
H A DMakefile6 SEED=$$(cat $(filter-out FORCE,$^) </dev/null); \
11 echo "const char *randstruct_seed = \"$$SEED\";" >> $@
/openbmc/qemu/include/hw/misc/
H A Dxlnx-zynqmp-crf.h45 FIELD(APLL_FRAC_CFG, SEED, 22, 3)
65 FIELD(DPLL_FRAC_CFG, SEED, 22, 3)
85 FIELD(VPLL_FRAC_CFG, SEED, 22, 3)
H A Dxlnx-versal-crl.h48 FIELD(RPLL_FRAC_CFG, SEED, 22, 3)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nss/nss/
H A Dsystem-pkcs11.txt4 …lags=[ECC,RSA,DSA,DH,RC2,RC4,DES,RANDOM,SHA1,MD5,MD2,SSL,TLS,AES,Camellia,SEED,SHA256,SHA512] askp…
/openbmc/linux/crypto/
H A DKconfig497 tristate "SEED"
501 SEED cipher algorithm (RFC4269, ISO/IEC 18033-3)
503 SEED is a 128-bit symmetric key block cipher that has been