Implementation notes: armeabi, h2tegra, crypto_aead/ppaev11

Computer: h2tegra
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20160806
Operation: crypto_aead
Primitive: ppaev11

Test failure

Implementation: crypto_aead/ppaev11/ref
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
error 111
crypto_aead_encrypt writes before output

Number of similar (compiler,implementation) pairs: 3, namely:
CompilerImplementations
gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv ref
gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv ref
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv ref

Test failure

Implementation: crypto_aead/ppaev11/ref
Compiler: gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv
error 111
crypto_aead_decrypt returns nonzero

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv ref

Compiler output

Implementation: crypto_aead/ppaev11/ref
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
encrypt.c: encrypt.c: In function 'crypto_aead_ppaev11_ref_encrypt':
encrypt.c: encrypt.c:36:4: warning: passing argument 3 of 'gen_ivs' discards 'const' qualifier from pointer target type [enabled by default]
encrypt.c: encrypt.c:15:13: note: expected 'unsigned char *' but argument is of type 'const unsigned char *'
encrypt.c: encrypt.c:36:4: warning: passing argument 4 of 'gen_ivs' discards 'const' qualifier from pointer target type [enabled by default]
encrypt.c: encrypt.c:15:13: note: expected 'unsigned char *' but argument is of type 'const unsigned char *'
encrypt.c: encrypt.c:39:4: warning: passing argument 2 of 'gen_icv' discards 'const' qualifier from pointer target type [enabled by default]
encrypt.c: encrypt.c:16:13: note: expected 'unsigned char *' but argument is of type 'const unsigned char *'
encrypt.c: encrypt.c:40:4: warning: passing argument 2 of 'gtag_ad' discards 'const' qualifier from pointer target type [enabled by default]
encrypt.c: encrypt.c:17:13: note: expected 'unsigned char *' but argument is of type 'const unsigned char *'
encrypt.c: encrypt.c:50:7: warning: passing argument 4 of 'encppae' discards 'const' qualifier from pointer target type [enabled by default]
encrypt.c: encrypt.c:18:13: note: expected 'unsigned char *' but argument is of type 'const unsigned char *'
encrypt.c: encrypt.c: In function 'crypto_aead_ppaev11_ref_decrypt':
encrypt.c: encrypt.c:72:7: warning: passing argument 3 of 'gen_ivs' discards 'const' qualifier from pointer target type [enabled by default]
encrypt.c: encrypt.c:15:13: note: expected 'unsigned char *' but argument is of type 'const unsigned char *'
encrypt.c: encrypt.c:75:4: warning: passing argument 2 of 'gen_icv' discards 'const' qualifier from pointer target type [enabled by default]
encrypt.c: encrypt.c:16:13: note: expected 'unsigned char *' but argument is of type 'const unsigned char *'
encrypt.c: encrypt.c:76:4: warning: passing argument 2 of 'gtag_ad' discards 'const' qualifier from pointer target type [enabled by default]
encrypt.c: encrypt.c:17:13: note: expected 'unsigned char *' but argument is of type 'const unsigned char *'
encrypt.c: encrypt.c:79:7: warning: passing argument 4 of 'decppae' discards 'const' qualifier from pointer target type [enabled by default]
encrypt.c: encrypt.c:19:13: note: expected 'unsigned char *' but argument is of type 'const unsigned char *'

Number of similar (compiler,implementation) pairs: 4, namely:
CompilerImplementations
gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv ref
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv ref
gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv ref
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv ref