Home
last modified time | relevance | path

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

/external/vboot_reference/tests/
Dgen_test_vbpubks.sh13 algorithmcounter=0
22 --algorithm "${algorithmcounter}"
23 algorithmcounter=$((algorithmcounter + 1))
Dvb2_rsa_tests.sh18 algorithmcounter=0
24 if ! "${BIN_DIR}/verify_data" "$algorithmcounter" \
31 algorithmcounter=$((algorithmcounter + 1))
Dgen_test_cases.sh19 algorithmcounter=0
26 "${BIN_DIR}/signature_digest_utility" "$algorithmcounter" \
30 algorithmcounter=$((algorithmcounter + 1))
Drun_vbutil_tests.sh40 algorithmcounter=0
45 test_vbutil_key_single "$algorithmcounter" "$keylen" "$hashalgo"
46 algorithmcounter=$((algorithmcounter + 1))