SHA1_PAD_SIZE
static const u8 sha_pad1[SHA1_PAD_SIZE] = { 0 };
static const u8 sha_pad2[SHA1_PAD_SIZE] = { [0 ... SHA1_PAD_SIZE - 1] = 0xF2 };