]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Comment updates in umac asm files.
authorNiels Möller <nisse@lysator.liu.se>
Fri, 26 Apr 2013 08:29:27 +0000 (10:29 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Fri, 26 Apr 2013 08:29:27 +0000 (10:29 +0200)
x86_64/umac-nh-n.asm
x86_64/umac-nh.asm

index 5faf6ddbc23cf1c3f66fcad075014620c2e0dbde..bcb994874ea87b16bbbd1fea7e8b4bebbff29b9c 100644 (file)
@@ -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)
index 544a19e06673f9cc4c5d627f21d93e1067d76f94..8e88df6a4fb4e8728b0d0d74e2ebf4fd6bf5acc4 100644 (file)
@@ -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)