mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-29 18:27:29 +02:00
Add 'static' to the test vector arrays for the SSH KDF test.
This commit is contained in:
committed by
Daniel Pouzzner
parent
dee2a67720
commit
f78887d2ab
@ -20389,7 +20389,7 @@ typedef struct {
|
||||
|
||||
|
||||
/** Test Vector Set #3: SHA-256 **/
|
||||
const byte sshKdfTvSet3k[] = {
|
||||
static const byte sshKdfTvSet3k[] = {
|
||||
0x6A, 0xC3, 0x82, 0xEA, 0xAC, 0xA0, 0x93, 0xE1,
|
||||
0x25, 0xE2, 0x5C, 0x24, 0xBE, 0xBC, 0x84, 0x64,
|
||||
0x0C, 0x11, 0x98, 0x75, 0x07, 0x34, 0x4B, 0x5C,
|
||||
@ -20423,41 +20423,41 @@ const byte sshKdfTvSet3k[] = {
|
||||
0xAE, 0x1B, 0x0E, 0x7D, 0x36, 0x03, 0xA5, 0x56,
|
||||
0xA1, 0x32, 0x62, 0xFF, 0x62, 0x8D, 0xE2, 0x22
|
||||
};
|
||||
const byte sshKdfTvSet3h[] = {
|
||||
static const byte sshKdfTvSet3h[] = {
|
||||
0x7B, 0x70, 0x01, 0x18, 0x5E, 0x25, 0x6D, 0x44,
|
||||
0x93, 0x44, 0x5F, 0x39, 0xA5, 0x5F, 0xB9, 0x05,
|
||||
0xE6, 0x32, 0x1F, 0x4B, 0x5D, 0xD8, 0xBB, 0xF3,
|
||||
0x10, 0x0D, 0x51, 0xBA, 0x0B, 0xDA, 0x3D, 0x2D
|
||||
};
|
||||
const byte sshKdfTvSet3sid[] = {
|
||||
static const byte sshKdfTvSet3sid[] = {
|
||||
0x7B, 0x70, 0x01, 0x18, 0x5E, 0x25, 0x6D, 0x44,
|
||||
0x93, 0x44, 0x5F, 0x39, 0xA5, 0x5F, 0xB9, 0x05,
|
||||
0xE6, 0x32, 0x1F, 0x4B, 0x5D, 0xD8, 0xBB, 0xF3,
|
||||
0x10, 0x0D, 0x51, 0xBA, 0x0B, 0xDA, 0x3D, 0x2D
|
||||
};
|
||||
const byte sshKdfTvSet3a[] = {
|
||||
static const byte sshKdfTvSet3a[] = {
|
||||
0x81, 0xF0, 0x33, 0x0E, 0xF6, 0xF0, 0x53, 0x61,
|
||||
0xB3, 0x82, 0x3B, 0xFD, 0xED, 0x6E, 0x1D, 0xE9
|
||||
};
|
||||
const byte sshKdfTvSet3b[] = {
|
||||
static const byte sshKdfTvSet3b[] = {
|
||||
0x3F, 0x6F, 0xD2, 0x06, 0x5E, 0xEB, 0x2B, 0x0B,
|
||||
0x1D, 0x93, 0x19, 0x5A, 0x1F, 0xED, 0x48, 0xA5
|
||||
};
|
||||
const byte sshKdfTvSet3c[] = {
|
||||
static const byte sshKdfTvSet3c[] = {
|
||||
0xC3, 0x54, 0x71, 0x03, 0x4E, 0x6F, 0xD6, 0x54,
|
||||
0x76, 0x13, 0x17, 0x8E, 0x23, 0x43, 0x5F, 0x21
|
||||
};
|
||||
const byte sshKdfTvSet3d[] = {
|
||||
static const byte sshKdfTvSet3d[] = {
|
||||
0x7E, 0x9D, 0x79, 0x03, 0x20, 0x90, 0xD9, 0x9F,
|
||||
0x98, 0xB0, 0x15, 0x63, 0x4D, 0xD9, 0xF4, 0x62
|
||||
};
|
||||
const byte sshKdfTvSet3e[] = {
|
||||
static const byte sshKdfTvSet3e[] = {
|
||||
0x24, 0xEE, 0x55, 0x9A, 0xD7, 0xCE, 0x71, 0x2B,
|
||||
0x68, 0x5D, 0x0B, 0x22, 0x71, 0xE4, 0x43, 0xC1,
|
||||
0x7A, 0xB1, 0xD1, 0xDC, 0xEB, 0x5A, 0x36, 0x05,
|
||||
0x69, 0xD2, 0x5D, 0x5D, 0xC2, 0x43, 0x00, 0x2F
|
||||
};
|
||||
const byte sshKdfTvSet3f[] = {
|
||||
static const byte sshKdfTvSet3f[] = {
|
||||
0xC3, 0x41, 0x9C, 0x2B, 0x96, 0x62, 0x35, 0x86,
|
||||
0x9D, 0x71, 0x4B, 0xA5, 0xAC, 0x48, 0xDD, 0xB7,
|
||||
0xD9, 0xE3, 0x5C, 0x8C, 0x19, 0xAA, 0xC7, 0x34,
|
||||
|
Reference in New Issue
Block a user