test: include CMAC keys in ntp_core unit test
This commit is contained in:
parent
d9a363606b
commit
455b8e4b44
2 changed files with 3 additions and 1 deletions
|
@ -73,7 +73,7 @@ get_random_key_id(void)
|
|||
uint32_t id;
|
||||
|
||||
do {
|
||||
id = random() % 6 + 2;
|
||||
id = random() % 8 + 2;
|
||||
} while (!KEY_KeyKnown(id));
|
||||
|
||||
return id;
|
||||
|
|
|
@ -4,3 +4,5 @@
|
|||
5 SHA1 HEX:B71744EA01FBF01CA30D173ECDDF901952AE356A
|
||||
6 SHA512 HEX:DE027482F22B201FC20863F58C74095E7906089F
|
||||
7 SHA512 HEX:DE027482F22B201FC20863F58C74095E7906089F
|
||||
8 AES128 HEX:5D5E8A31D4B459A66D445259E147CFB5
|
||||
9 AES128 HEX:5D5E8A31D4B459A66D445259E147CFB5
|
||||
|
|
Loading…
Reference in a new issue