From 220812bc32bbe7abeaacb80b8845f226ee2cd90e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Fri, 26 Apr 2013 10:29:27 +0200 Subject: [PATCH] Comment updates in umac asm files. --- x86_64/umac-nh-n.asm | 2 +- x86_64/umac-nh.asm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/x86_64/umac-nh-n.asm b/x86_64/umac-nh-n.asm index 5faf6ddb..bcb99487 100644 --- a/x86_64/umac-nh-n.asm +++ b/x86_64/umac-nh-n.asm @@ -47,7 +47,7 @@ C aligned. .file "umac-nh-n.asm" C umac_nh_n(uint64_t *out, unsigned n, const uint32_t *key, - C size_t length, const uint8_t *msg) + C unsigned length, const uint8_t *msg) .text ALIGN(16) PROLOGUE(_nettle_umac_nh_n) diff --git a/x86_64/umac-nh.asm b/x86_64/umac-nh.asm index 544a19e0..8e88df6a 100644 --- a/x86_64/umac-nh.asm +++ b/x86_64/umac-nh.asm @@ -34,7 +34,7 @@ C aligned. .file "umac-nh.asm" - C umac_nh(const uint32_t *key, size_t length, const uint8_t *msg) + C umac_nh(const uint32_t *key, unsigned length, const uint8_t *msg) .text ALIGN(16) PROLOGUE(_nettle_umac_nh) -- GitLab