SHA1_HMAC_INTS_PER_BLOCK
uint32_t sha1_ipad[SHA1_HMAC_INTS_PER_BLOCK];
uint32_t sha1_opad[SHA1_HMAC_INTS_PER_BLOCK];
for (i = 0; i < SHA1_HMAC_INTS_PER_BLOCK; i++) {
uint32_t sha1_ipad[SHA1_HMAC_INTS_PER_BLOCK];
uint32_t sha1_opad[SHA1_HMAC_INTS_PER_BLOCK];
uint32_t ipad[SHA1_HMAC_INTS_PER_BLOCK];
uint32_t opad[SHA1_HMAC_INTS_PER_BLOCK];
for (i = 0; i < SHA1_HMAC_INTS_PER_BLOCK; i++) {