summaryrefslogtreecommitdiff
path: root/unit/test-crypto.c
diff options
context:
space:
mode:
authorLukasz Rymanowski <lukasz.rymanowski@tieto.com>2014-05-29 15:49:42 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2014-05-30 13:26:47 +0300
commitff781eea58141e1b0ed1382890305be9d0922176 (patch)
tree3ea76453af6bc4b2a6b16661371da05070c87c45 /unit/test-crypto.c
parent33c1a21cc47c89dcd352f192ec9ee9347a327df0 (diff)
downloadbluez-ff781eea58141e1b0ed1382890305be9d0922176.tar.gz
unit/crypto: Update unit test vectors after changes in singing process
Diffstat (limited to 'unit/test-crypto.c')
-rw-r--r--unit/test-crypto.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/unit/test-crypto.c b/unit/test-crypto.c
index 9bc072be2..c5a695483 100644
--- a/unit/test-crypto.c
+++ b/unit/test-crypto.c
@@ -62,7 +62,7 @@ static const uint8_t msg_2[] = {
};
static const uint8_t t_msg_2[] = {
- 0x00, 0x00, 0x00, 0x00, 0x79, 0xc1, 0x60, 0x5b, 0x71, 0x32, 0x68, 0x59
+ 0x00, 0x00, 0x00, 0x00, 0x27, 0x39, 0x74, 0xf4, 0x39, 0x2a, 0x23, 0x2a
};
static const struct test_data test_data_2 = {
@@ -79,7 +79,7 @@ static const uint8_t msg_3[] = {
};
static const uint8_t t_msg_3[12] = {
- 0x00, 0x00, 0x00, 0x00, 0x3e, 0xc3, 0x46, 0x95, 0x2c, 0xdf, 0x88, 0x32
+ 0x00, 0x00, 0x00, 0x00, 0xb7, 0xca, 0x94, 0xab, 0x87, 0xc7, 0x82, 0x18
};
static const struct test_data test_data_3 = {
@@ -98,7 +98,7 @@ static const uint8_t msg_4[] = {
};
static const uint8_t t_msg_4[12] = {
- 0x00, 0x00, 0x00, 0x00, 0x43, 0x0c, 0xaa, 0x71, 0x19, 0x73, 0xbb, 0x59
+ 0x00, 0x00, 0x00, 0x00, 0x44, 0xe1, 0xe6, 0xce, 0x1d, 0xf5, 0x13, 0x68
};
static const struct test_data test_data_4 = {