SHA256_BLOCK_SIZE 51 crypto/hmac_win.cc unsigned char key0[SHA256_BLOCK_SIZE]; SHA256_BLOCK_SIZE 52 crypto/hmac_win.cc if (key_len > SHA256_BLOCK_SIZE) { SHA256_BLOCK_SIZE 56 crypto/hmac_win.cc memset(key0 + SHA256_LENGTH, 0, SHA256_BLOCK_SIZE - SHA256_LENGTH); SHA256_BLOCK_SIZE 59 crypto/hmac_win.cc if (key_len < SHA256_BLOCK_SIZE) SHA256_BLOCK_SIZE 60 crypto/hmac_win.cc memset(key0 + key_len, 0, SHA256_BLOCK_SIZE - key_len); SHA256_BLOCK_SIZE 63 crypto/hmac_win.cc unsigned char padded_key[SHA256_BLOCK_SIZE]; SHA256_BLOCK_SIZE 67 crypto/hmac_win.cc for (int i = 0; i < SHA256_BLOCK_SIZE; ++i) SHA256_BLOCK_SIZE 72 crypto/hmac_win.cc SHA256_Update(&ctx, padded_key, SHA256_BLOCK_SIZE); SHA256_BLOCK_SIZE 77 crypto/hmac_win.cc for (int i = 0; i < SHA256_BLOCK_SIZE; ++i) SHA256_BLOCK_SIZE 82 crypto/hmac_win.cc SHA256_Update(&ctx, padded_key, SHA256_BLOCK_SIZE);