Searched refs:hashalgo (Results 1 – 6 of 6) sorted by relevance
86 for hashalgo in ${HashAlgos[@]}91 eval hashlen=${hashalgo}_T_Len93 …echo "const uint8_t padding${rsaalgo}_${hashalgo}[${rsaalgo}NUMBYTES - ${hashalgo}_DIGEST_SIZE] = …97 eval digestinfo=\$${hashalgo}_digestinfo117 for hashalgo in ${HashAlgos[@]}119 echo "const uint8_t ${hashalgo}_digestinfo[] = {"120 eval digestinfo=\$${hashalgo}_digestinfo130 for hashalgo in ${HashAlgos[@]}132 echo ${hashalgo}_DIGESTINFO_LEN,142 for hashalgo in ${HashAlgos[@]}[all …]
22 for hashalgo in ${hash_algos[@]}24 openssl dgst -${hashalgo} -binary ${TEST_FILE} > \25 ${TEST_FILE}.${hashalgo}.digest29 > ${TEST_FILE}.rsa${keylen}_${hashalgo}.sig
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 \
17 local hashalgo=$319 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
16 for hashalgo in ${hash_algos[@]}20 --out ${TESTKEY_DIR}/key_rsa${keylen}.${hashalgo}.vbpubk \