Change-Id: I8b1e4652d8d1445a6665af88d158e006ff3fdb20 Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/53185 Reviewed-by: David Benjamin <davidben@google.com> Commit-Queue: Adam Langley <agl@google.com>chromium-5359
parent
c239ffd055
commit
d827600b68
5 changed files with 119 additions and 0 deletions
@ -0,0 +1,92 @@ |
|||||||
|
# These test vectors were derived from those found in |
||||||
|
# the Bluetooth Mesh Profile Specification v1.0. That document doesn't use |
||||||
|
# 16-byte tags, so the tags have been updated here. Note that the first four or |
||||||
|
# eight bytes of the tag is not equal to the tag from those vectors because CCM |
||||||
|
# authenticates the expected tag length. |
||||||
|
|
||||||
|
KEY: 0953fa93e7caac9638f58820220a398e |
||||||
|
NONCE: 00800000011201000012345678 |
||||||
|
IN: fffd034b50057e400000010000 |
||||||
|
AD: |
||||||
|
CT: b5e5bfdacbaf6cb7fb6bff871f |
||||||
|
TAG: b0d6dd827d35bf372fa6425dcd17d356 |
||||||
|
|
||||||
|
# Section 8.3.2 |
||||||
|
KEY: 0953fa93e7caac9638f58820220a398e |
||||||
|
NONCE: 00800148202345000012345678 |
||||||
|
IN: 120104320308ba072f |
||||||
|
AD: |
||||||
|
CT: 79d7dbc0c9b4d43eeb |
||||||
|
TAG: 281508e50d58dbbd27c39597800f4733 |
||||||
|
|
||||||
|
# Section 8.3.3. |
||||||
|
KEY: 0953fa93e7caac9638f58820220a398e |
||||||
|
NONCE: 00802b38322fe3000012345678 |
||||||
|
IN: 120104fa0205a6000a |
||||||
|
AD: |
||||||
|
CT: 53273086b8c5ee00bd |
||||||
|
TAG: d52b87a8ce6290a772d472b8c62bdc13 |
||||||
|
|
||||||
|
# Section 8.3.4. |
||||||
|
KEY: be635105434859f484fc798e043ce40e |
||||||
|
NONCE: 00800000021201000012345678 |
||||||
|
IN: 23450100 |
||||||
|
AD: |
||||||
|
CT: b0e5d0ad |
||||||
|
TAG: 6078e0ddbb7cd43faea57c7051e5b4ae |
||||||
|
|
||||||
|
# Section 8.3.5. |
||||||
|
KEY: be635105434859f484fc798e043ce40e |
||||||
|
NONCE: 00800148342345000012345678 |
||||||
|
IN: 120102001234567800 |
||||||
|
AD: |
||||||
|
CT: 5c39da1792b1fee9ec |
||||||
|
TAG: a9233958aced64f2343b9d610e876440 |
||||||
|
|
||||||
|
# Section 8.3.7. |
||||||
|
KEY: 0953fa93e7caac9638f58820220a398e |
||||||
|
NONCE: 008b0148352345000012345678 |
||||||
|
IN: 000300a6ac00000002 |
||||||
|
AD: |
||||||
|
CT: 0d0d730f94d7f3509d |
||||||
|
TAG: dda1694adb791652fb6ae04682f19b29 |
||||||
|
|
||||||
|
# Section 8.3.9. |
||||||
|
KEY: 0953fa93e7caac9638f58820220a398e |
||||||
|
NONCE: 008b0148362345000012345678 |
||||||
|
IN: 000300a6ac00000003 |
||||||
|
AD: |
||||||
|
CT: d85d806bbed248614f |
||||||
|
TAG: ef7f4d55e47d21522ebe3d5bc735a5c5 |
||||||
|
|
||||||
|
# Section 8.3.10. |
||||||
|
KEY: be635105434859f484fc798e043ce40e |
||||||
|
NONCE: 00800000031201000012345678 |
||||||
|
IN: 23450101 |
||||||
|
AD: |
||||||
|
CT: 7777ed35 |
||||||
|
TAG: 35d84e18784c4bf3cb1b4c191dc555cc |
||||||
|
|
||||||
|
# Section 8.3.12. |
||||||
|
KEY: be635105434859f484fc798e043ce40e |
||||||
|
NONCE: 00800000041201000012345678 |
||||||
|
IN: 23450101 |
||||||
|
AD: |
||||||
|
CT: ae214660 |
||||||
|
TAG: d146b28beafe7f984f9430502d07aafe |
||||||
|
|
||||||
|
# Section 8.3.14. |
||||||
|
KEY: be635105434859f484fc798e043ce40e |
||||||
|
NONCE: 00800000051201000012345678 |
||||||
|
IN: 23450100 |
||||||
|
AD: |
||||||
|
CT: 7d3ae62a |
||||||
|
TAG: 52ee03ab84e1a33365e8a61275665f71 |
||||||
|
|
||||||
|
# Section 8.3.24. |
||||||
|
KEY: 63964771734fbd76e3b40519d1d94a48 |
||||||
|
NONCE: 010007080d1234973612345677 |
||||||
|
IN: ea0a00576f726c64 |
||||||
|
AD: f4a002c7fb1e4ca0a469a021de0db875 |
||||||
|
CT: de1547118463123e |
||||||
|
TAG: 14604c1ddb4f5987064b1736f3923962 |
Loading…
Reference in new issue