OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hashalgo
(Results
1 - 6
of
6
) sorted by null
/external/vboot_reference/scripts/
genpadding.sh
86
for
hashalgo
in ${HashAlgos[@]}
91
eval hashlen=${
hashalgo
}_T_Len
93
echo "const uint8_t padding${rsaalgo}_${
hashalgo
}[${rsaalgo}NUMBYTES - ${
hashalgo
}_DIGEST_SIZE] = {"
97
eval digestinfo=\$${
hashalgo
}_digestinfo
117
for
hashalgo
in ${HashAlgos[@]}
119
echo "const uint8_t ${
hashalgo
}_digestinfo[] = {"
120
eval digestinfo=\$${
hashalgo
}_digestinfo
130
for
hashalgo
in ${HashAlgos[@]}
132
echo ${
hashalgo
}_DIGESTINFO_LEN
[
all
...]
/external/vboot_reference/tests/
gen_test_cases.sh
22
for
hashalgo
in ${hash_algos[@]}
24
openssl dgst -${
hashalgo
} -binary ${TEST_FILE} > \
25
${TEST_FILE}.${
hashalgo
}.digest
29
> ${TEST_FILE}.rsa${keylen}_${
hashalgo
}.sig
gen_test_vbpubks.sh
16
for
hashalgo
in ${hash_algos[@]}
20
--out ${TESTKEY_DIR}/key_rsa${keylen}.${
hashalgo
}.vbpubk \
run_rsa_tests.sh
21
for
hashalgo
in ${hash_algos[@]}
23
echo -e "For ${COL_YELLOW}RSA-$keylen and $
hashalgo
${COL_STOP}:"
26
${TEST_FILE}.rsa${keylen}_${
hashalgo
}.sig \
vb2_rsa_tests.sh
21
for
hashalgo
in ${hash_algos[@]}
23
echo -e "For ${COL_YELLOW}RSA-$keylen and $
hashalgo
${COL_STOP}:"
26
${TEST_FILE}.rsa${keylen}_${
hashalgo
}.sig \
run_vbutil_tests.sh
17
local
hashalgo
=$3
19
echo -e "For signing key ${COL_YELLOW}RSA-$keylen/$
hashalgo
${COL_STOP}:"
45
for
hashalgo
in ${hash_algos[@]}
47
test_vbutil_key_single $algorithmcounter $keylen $
hashalgo
Completed in 36 milliseconds