summaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorLaura Abbott <labbott@redhat.com>2017-03-12 08:19:54 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-03-12 08:19:54 +0000
commit797cb7c99492723a2b6f7c34f2b209b2c953e034 (patch)
tree325abdae848eca96fc21d706c5ef80af1aebbb20 /crypto
parent8613965abee89413753c45dbf6b9431dfd789655 (diff)
parent434ed4aff140f2283dac25df60a7973d1e12717b (diff)
crypto: testmgr - Pad aes_ccm_enc_tv_template vector
am: 434ed4aff1 Change-Id: Ia925d3cad8b56e754efcc7b981e0b91692b86b5a
Diffstat (limited to 'crypto')
-rw-r--r--crypto/testmgr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/testmgr.h b/crypto/testmgr.h
index 97a523993bd8..ba6530d8ba58 100644
--- a/crypto/testmgr.h
+++ b/crypto/testmgr.h
@@ -21972,7 +21972,7 @@ static struct aead_testvec aes_ccm_enc_tv_template[] = {
"\x09\x75\x9a\x9b\x3c\x9b\x27\x39",
.klen = 32,
.iv = "\x03\xf9\xd9\x4e\x63\xb5\x3d\x9d"
- "\x43\xf6\x1e\x50",
+ "\x43\xf6\x1e\x50\0\0\0\0",
.assoc = "\x57\xf5\x6b\x8b\x57\x5c\x3d\x3b"
"\x13\x02\x01\x0c\x83\x4c\x96\x35"
"\x8e\xd6\x39\xcf\x7d\x14\x9b\x94"