Searched refs:hashalgo (Results 1 – 4 of 4) sorted by relevance
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"
17 local hashalgo=$319 echo -e "For signing key ${COL_YELLOW}RSA-$keylen/$hashalgo${COL_STOP}:"43 for hashalgo in "${hash_algos[@]}"45 test_vbutil_key_single "$algorithmcounter" "$keylen" "$hashalgo"
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" \
16 for hashalgo in "${hash_algos[@]}"20 --out "${TESTKEY_DIR}/key_rsa${keylen}.${hashalgo}.vbpubk" \