Searched refs:SEED (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/scripts/ |
H A D | gen-randstruct-seed.sh | 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)
|
/openbmc/linux/scripts/gcc-plugins/ |
H A D | Makefile | 6 SEED=$$(cat $(filter-out FORCE,$^) </dev/null); \ 11 echo "const char *randstruct_seed = \"$$SEED\";" >> $@
|
/openbmc/qemu/include/hw/misc/ |
H A D | xlnx-zynqmp-crf.h | 45 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 D | xlnx-versal-crl.h | 48 FIELD(RPLL_FRAC_CFG, SEED, 22, 3)
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nss/nss/ |
H A D | system-pkcs11.txt | 4 …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 D | Kconfig | 497 tristate "SEED" 501 SEED cipher algorithm (RFC4269, ISO/IEC 18033-3) 503 SEED is a 128-bit symmetric key block cipher that has been
|