From: Niels Möller Date: Fri, 26 Apr 2013 08:29:27 +0000 (+0200) Subject: Comment updates in umac asm files. X-Git-Tag: nettle_3.0_release_20140607~252 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=220812bc32bbe7abeaacb80b8845f226ee2cd90e;p=thirdparty%2Fnettle.git Comment updates in umac asm files. --- 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)