Home
last modified time | relevance | path

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

/external/vboot_reference/tests/
Dgen_test_vbpubks.sh13 algorithmcounter=0
22 --algorithm ${algorithmcounter}
23 let algorithmcounter=algorithmcounter+1
Dvb2_rsa_tests.sh18 algorithmcounter=0
24 ${BIN_DIR}/verify_data $algorithmcounter \
32 let algorithmcounter=algorithmcounter+1
Drun_rsa_tests.sh18 algorithmcounter=0
24 ${BIN_DIR}/verify_data $algorithmcounter \
32 let algorithmcounter=algorithmcounter+1
Dgen_test_cases.sh19 algorithmcounter=0
26 ${BIN_DIR}/signature_digest_utility $algorithmcounter \
30 let algorithmcounter=algorithmcounter+1
Drun_vbutil_tests.sh42 algorithmcounter=0
47 test_vbutil_key_single $algorithmcounter $keylen $hashalgo
48 let algorithmcounter=algorithmcounter+1
/external/vboot_reference/scripts/
Dgenpadding.sh82 algorithmcounter=0
88 echo "/* Algorithm Type $algorithmcounter */"
89 let algorithmcounter=algorithmcounter+1
104 echo "const int kNumAlgorithms = $algorithmcounter;";
105 echo "#define NUMALGORITHMS $algorithmcounter"