Test results for armeabi, bblack, crypto_encrypt/ntruees593ep1

[Page version: 20250923 20:25:05]

Measurements for armeabi, bblack, crypto_encrypt Test results for armeabi, bblack, crypto_encrypt Test results for crypto_encrypt/ntruees593ep1
Computer: bblack
Microarchitecture: armeabi; Cortex-A8 (413fc082)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20250415
Operation: crypto_encrypt
Primitive: ntruees593ep1
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
78338448008 696 4876221 1168 1568T:refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2025061120250307
94192034322 696 4850604 1220 1560T:refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025061120250307
95536826538 696 4841776 1212 1560T:refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025061120250307
109699242156 696 4861565 1168 1568T:refclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2025061120250307
109752840452 696 4859981 1168 1560T:refclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2025061120250307
109773637492 696 4855339 1164 1560T:refclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2025061120250307
110137640452 696 4859981 1168 1560T:refclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2025061120250307
113844825336 696 4840584 1212 1560T:refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025061120250307
141418423103 696 4837876 1204 1560T:refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025061120250307

Compiler output


ntru_crypto_sha1.c: ntru_crypto_sha1.c:85:33: warning: '&' within '^' [-Wbitwise-op-parentheses]
ntru_crypto_sha1.c:     E += RL(A, 5) + K00_19 + (B & (C ^ D) ^ D) + data[ 0]; B = RL(B, 30);
ntru_crypto_sha1.c:                               ~~^~~~~~~~~ ~
ntru_crypto_sha1.c: ntru_crypto_sha1.c:85:33: note: place parentheses around the '&' expression to silence this warning
ntru_crypto_sha1.c:     E += RL(A, 5) + K00_19 + (B & (C ^ D) ^ D) + data[ 0]; B = RL(B, 30);
ntru_crypto_sha1.c:                                 ^
ntru_crypto_sha1.c:                               (          )
ntru_crypto_sha1.c: ntru_crypto_sha1.c:86:33: warning: '&' within '^' [-Wbitwise-op-parentheses]
ntru_crypto_sha1.c:     D += RL(E, 5) + K00_19 + (A & (B ^ C) ^ C) + data[ 1]; A = RL(A, 30);
ntru_crypto_sha1.c:                               ~~^~~~~~~~~ ~
ntru_crypto_sha1.c: ntru_crypto_sha1.c:86:33: note: place parentheses around the '&' expression to silence this warning
ntru_crypto_sha1.c:     D += RL(E, 5) + K00_19 + (A & (B ^ C) ^ C) + data[ 1]; A = RL(A, 30);
ntru_crypto_sha1.c:                                 ^
ntru_crypto_sha1.c:                               (          )
ntru_crypto_sha1.c: ntru_crypto_sha1.c:87:33: warning: '&' within '^' [-Wbitwise-op-parentheses]
ntru_crypto_sha1.c:     C += RL(D, 5) + K00_19 + (E & (A ^ B) ^ B) + data[ 2]; E = RL(E, 30);
ntru_crypto_sha1.c:                               ~~^~~~~~~~~ ~
ntru_crypto_sha1.c: ntru_crypto_sha1.c:87:33: note: place parentheses around the '&' expression to silence this warning
ntru_crypto_sha1.c:     C += RL(D, 5) + K00_19 + (E & (A ^ B) ^ B) + data[ 2]; E = RL(E, 30);
ntru_crypto_sha1.c:                                 ^
ntru_crypto_sha1.c:                               (          )
ntru_crypto_sha1.c: ntru_crypto_sha1.c:88:33: warning: '&' within '^' [-Wbitwise-op-parentheses]
ntru_crypto_sha1.c:     B += RL(C, 5) + K00_19 + (D & (E ^ A) ^ A) + data[ 3]; D = RL(D, 30);
ntru_crypto_sha1.c:                               ~~^~~~~~~~~ ~
ntru_crypto_sha1.c: ntru_crypto_sha1.c:88:33: note: place parentheses around the '&' expression to silence this warning
ntru_crypto_sha1.c: ...
ntru_crypto_sha2.c: ntru_crypto_sha2.c:90:21: warning: '&' within '^' [-Wbitwise-op-parentheses]
ntru_crypto_sha2.c:     H += S1(E) + (E & (F ^ G) ^ G) + 0x428A2F98UL + data[ 0]; D += H;
ntru_crypto_sha2.c:                   ~~^~~~~~~~~ ~
ntru_crypto_sha2.c: ntru_crypto_sha2.c:90:21: note: place parentheses around the '&' expression to silence this warning
ntru_crypto_sha2.c:     H += S1(E) + (E & (F ^ G) ^ G) + 0x428A2F98UL + data[ 0]; D += H;
ntru_crypto_sha2.c:                     ^
ntru_crypto_sha2.c:                   (          )
ntru_crypto_sha2.c: ntru_crypto_sha2.c:92:21: warning: '&' within '^' [-Wbitwise-op-parentheses]
ntru_crypto_sha2.c:     G += S1(D) + (D & (E ^ F) ^ F) + 0x71374491UL + data[ 1]; C += G;
ntru_crypto_sha2.c:                   ~~^~~~~~~~~ ~
ntru_crypto_sha2.c: ntru_crypto_sha2.c:92:21: note: place parentheses around the '&' expression to silence this warning
ntru_crypto_sha2.c:     G += S1(D) + (D & (E ^ F) ^ F) + 0x71374491UL + data[ 1]; C += G;
ntru_crypto_sha2.c:                     ^
ntru_crypto_sha2.c:                   (          )
ntru_crypto_sha2.c: ntru_crypto_sha2.c:94:21: warning: '&' within '^' [-Wbitwise-op-parentheses]
ntru_crypto_sha2.c:     F += S1(C) + (C & (D ^ E) ^ E) + 0xB5C0FBCFUL + data[ 2]; B += F;
ntru_crypto_sha2.c:                   ~~^~~~~~~~~ ~
ntru_crypto_sha2.c: ntru_crypto_sha2.c:94:21: note: place parentheses around the '&' expression to silence this warning
ntru_crypto_sha2.c:     F += S1(C) + (C & (D ^ E) ^ E) + 0xB5C0FBCFUL + data[ 2]; B += F;
ntru_crypto_sha2.c:                     ^
ntru_crypto_sha2.c:                   (          )
ntru_crypto_sha2.c: ntru_crypto_sha2.c:96:21: warning: '&' within '^' [-Wbitwise-op-parentheses]
ntru_crypto_sha2.c:     E += S1(B) + (B & (C ^ D) ^ D) + 0xE9B5DBA5UL + data[ 3]; A += E;
ntru_crypto_sha2.c:                   ~~^~~~~~~~~ ~
ntru_crypto_sha2.c: ntru_crypto_sha2.c:96:21: note: place parentheses around the '&' expression to silence this warning
ntru_crypto_sha2.c: ...

Number of similar (implementation,compiler) pairs: 5, namely:
ImplementationCompiler
T:refclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:refclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:refclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:refclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))

Compiler output


ntru_crypto_sha1.c: ntru_crypto_sha1.c: In function 'sha1_blk':
ntru_crypto_sha1.c: ntru_crypto_sha1.c:85:33: warning: suggest parentheses around arithmetic in operand of '^' [-Wparentheses]
ntru_crypto_sha1.c:      E += RL(A, 5) + K00_19 + (B & (C ^ D) ^ D) + data[ 0]; B = RL(B, 30);
ntru_crypto_sha1.c:                                ~~^~~~~~~~~
ntru_crypto_sha1.c: ntru_crypto_sha1.c:86:33: warning: suggest parentheses around arithmetic in operand of '^' [-Wparentheses]
ntru_crypto_sha1.c:      D += RL(E, 5) + K00_19 + (A & (B ^ C) ^ C) + data[ 1]; A = RL(A, 30);
ntru_crypto_sha1.c:                                ~~^~~~~~~~~
ntru_crypto_sha1.c: ntru_crypto_sha1.c:87:33: warning: suggest parentheses around arithmetic in operand of '^' [-Wparentheses]
ntru_crypto_sha1.c:      C += RL(D, 5) + K00_19 + (E & (A ^ B) ^ B) + data[ 2]; E = RL(E, 30);
ntru_crypto_sha1.c:                                ~~^~~~~~~~~
ntru_crypto_sha1.c: ntru_crypto_sha1.c:88:33: warning: suggest parentheses around arithmetic in operand of '^' [-Wparentheses]
ntru_crypto_sha1.c:      B += RL(C, 5) + K00_19 + (D & (E ^ A) ^ A) + data[ 3]; D = RL(D, 30);
ntru_crypto_sha1.c:                                ~~^~~~~~~~~
ntru_crypto_sha1.c: ntru_crypto_sha1.c:89:33: warning: suggest parentheses around arithmetic in operand of '^' [-Wparentheses]
ntru_crypto_sha1.c:      A += RL(B, 5) + K00_19 + (C & (D ^ E) ^ E) + data[ 4]; C = RL(C, 30);
ntru_crypto_sha1.c:                                ~~^~~~~~~~~
ntru_crypto_sha1.c: ntru_crypto_sha1.c:90:33: warning: suggest parentheses around arithmetic in operand of '^' [-Wparentheses]
ntru_crypto_sha1.c:      E += RL(A, 5) + K00_19 + (B & (C ^ D) ^ D) + data[ 5]; B = RL(B, 30);
ntru_crypto_sha1.c:                                ~~^~~~~~~~~
ntru_crypto_sha1.c: ntru_crypto_sha1.c:91:33: warning: suggest parentheses around arithmetic in operand of '^' [-Wparentheses]
ntru_crypto_sha1.c:      D += RL(E, 5) + K00_19 + (A & (B ^ C) ^ C) + data[ 6]; A = RL(A, 30);
ntru_crypto_sha1.c:                                ~~^~~~~~~~~
ntru_crypto_sha1.c: ntru_crypto_sha1.c:92:33: warning: suggest parentheses around arithmetic in operand of '^' [-Wparentheses]
ntru_crypto_sha1.c:      C += RL(D, 5) + K00_19 + (E & (A ^ B) ^ B) + data[ 7]; E = RL(E, 30);
ntru_crypto_sha1.c:                                ~~^~~~~~~~~
ntru_crypto_sha1.c: ...
ntru_crypto_sha2.c: ntru_crypto_sha2.c: In function 'sha2_blk':
ntru_crypto_sha2.c: ntru_crypto_sha2.c:90:21: warning: suggest parentheses around arithmetic in operand of '^' [-Wparentheses]
ntru_crypto_sha2.c:      H += S1(E) + (E & (F ^ G) ^ G) + 0x428A2F98UL + data[ 0]; D += H;
ntru_crypto_sha2.c:                    ~~^~~~~~~~~
ntru_crypto_sha2.c: ntru_crypto_sha2.c:92:21: warning: suggest parentheses around arithmetic in operand of '^' [-Wparentheses]
ntru_crypto_sha2.c:      G += S1(D) + (D & (E ^ F) ^ F) + 0x71374491UL + data[ 1]; C += G;
ntru_crypto_sha2.c:                    ~~^~~~~~~~~
ntru_crypto_sha2.c: ntru_crypto_sha2.c:94:21: warning: suggest parentheses around arithmetic in operand of '^' [-Wparentheses]
ntru_crypto_sha2.c:      F += S1(C) + (C & (D ^ E) ^ E) + 0xB5C0FBCFUL + data[ 2]; B += F;
ntru_crypto_sha2.c:                    ~~^~~~~~~~~
ntru_crypto_sha2.c: ntru_crypto_sha2.c:96:21: warning: suggest parentheses around arithmetic in operand of '^' [-Wparentheses]
ntru_crypto_sha2.c:      E += S1(B) + (B & (C ^ D) ^ D) + 0xE9B5DBA5UL + data[ 3]; A += E;
ntru_crypto_sha2.c:                    ~~^~~~~~~~~
ntru_crypto_sha2.c: ntru_crypto_sha2.c:98:21: warning: suggest parentheses around arithmetic in operand of '^' [-Wparentheses]
ntru_crypto_sha2.c:      D += S1(A) + (A & (B ^ C) ^ C) + 0x3956C25BUL + data[ 4]; H += D;
ntru_crypto_sha2.c:                    ~~^~~~~~~~~
ntru_crypto_sha2.c: ntru_crypto_sha2.c:100:21: warning: suggest parentheses around arithmetic in operand of '^' [-Wparentheses]
ntru_crypto_sha2.c:      C += S1(H) + (H & (A ^ B) ^ B) + 0x59F111F1UL + data[ 5]; G += C;
ntru_crypto_sha2.c:                    ~~^~~~~~~~~
ntru_crypto_sha2.c: ntru_crypto_sha2.c:102:21: warning: suggest parentheses around arithmetic in operand of '^' [-Wparentheses]
ntru_crypto_sha2.c:      B += S1(G) + (G & (H ^ A) ^ A) + 0x923F82A4UL + data[ 6]; F += B;
ntru_crypto_sha2.c:                    ~~^~~~~~~~~
ntru_crypto_sha2.c: ntru_crypto_sha2.c:104:21: warning: suggest parentheses around arithmetic in operand of '^' [-Wparentheses]
ntru_crypto_sha2.c:      A += S1(F) + (F & (G ^ H) ^ H) + 0xAB1C5ED5UL + data[ 7]; E += A;
ntru_crypto_sha2.c:                    ~~^~~~~~~~~
ntru_crypto_sha2.c: ...

Number of similar (implementation,compiler) pairs: 4, namely:
ImplementationCompiler
T:refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)
T:refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)
T:refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)
T:refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)

Namespace violations


ebats.o N 00000000
ebats.o N 00000037
ebats.o N 0000003f
ebats.o N 0000010c
ebats.o N 00000119
ebats.o N 00000128
ebats.o N 00000137
ebats.o N 00000146
ebats.o N 00000156
ebats.o N 00000165
ebats.o N 00000174
ebats.o N 00000183
ebats.o N 00000193
ebats.o N 000001a2
ebats.o N 000001b1
ebats.o N 000001c1
ebats.o N 000001d1
ebats.o N 000001e0
ebats.o N 000001ef
ebats.o N 000001fe
ebats.o N 0000020d
ebats.o N 00000228
ebats.o N 00000233
ebats.o N 0000023c
ebats.o N 0000024a
ebats.o N 00000261
ebats.o N 00000271
ebats.o N 00000280
ebats.o N 0000028b
ebats.o N 00000294
ebats.o N 0000029f
ebats.o N 000002a8
ebats.o N 000002b8
ebats.o N 000002bc
ebats.o N 000002c9
ebats.o N 000002d7
ebats.o N 0000030c
ebats.o N 0000031c
ebats.o N 0000032b
ebats.o N 0000032d
ebats.o N 00000332
ebats.o N 00000335
ebats.o N 0000033f
ebats.o N 00000347
ebats.o N 0000034a
ebats.o N 00000351
ebats.o N 0000035e
ebats.o N 00000378
ebats.o N 0000037f
ebats.o N 00000384
ebats.o N 00000390
ebats.o N 00000392
ebats.o N 00000397
ebats.o N 00000399
ebats.o N 000003a0
ebats.o N 000003a6
ebats.o N 000003ab
ebats.o N 000003b2
ebats.o copyrightclaims T
ebats.o patentclaims T
ebats.o randombytesfn T
ebats.o shortciphertext T
ebats.o shortplaintext T
ntru_crypto_drbg.o N 00000000
ntru_crypto_drbg.o N 00000037
ntru_crypto_drbg.o N 0000004a
ntru_crypto_drbg.o N 00000117
ntru_crypto_drbg.o N 00000122
ntru_crypto_drbg.o N 00000129
ntru_crypto_drbg.o N 00000136
ntru_crypto_drbg.o N 00000141
ntru_crypto_drbg.o N 0000014a
ntru_crypto_drbg.o N 0000014f
ntru_crypto_drbg.o N 0000015d
ntru_crypto_drbg.o N 0000016e
ntru_crypto_drbg.o N 00000178
ntru_crypto_drbg.o N 0000017e
ntru_crypto_drbg.o N 00000189
ntru_crypto_drbg.o N 0000019d
ntru_crypto_drbg.o N 000001bf
ntru_crypto_drbg.o N 000001c4
ntru_crypto_drbg.o N 000001d8
ntru_crypto_drbg.o N 000001f4
ntru_crypto_drbg.o N 00000210
ntru_crypto_drbg.o N 0000022e
ntru_crypto_drbg.o N 0000023c
ntru_crypto_drbg.o N 0000024a
ntru_crypto_drbg.o N 00000261
ntru_crypto_drbg.o N 00000271
ntru_crypto_drbg.o N 00000285
ntru_crypto_drbg.o N 00000292
ntru_crypto_drbg.o N 000002a0
ntru_crypto_drbg.o N 000002ab
ntru_crypto_drbg.o N 000002b5
ntru_crypto_drbg.o N 000002bd
ntru_crypto_drbg.o N 000002c9
ntru_crypto_drbg.o N 000002d4
ntru_crypto_drbg.o N 000002dd
ntru_crypto_drbg.o N 000002f3
ntru_crypto_drbg.o N 00000308
ntru_crypto_drbg.o N 0000030a
ntru_crypto_drbg.o N 00000321
ntru_crypto_drbg.o N 00000333
ntru_crypto_drbg.o N 00000335
ntru_crypto_drbg.o N 00000339
ntru_crypto_drbg.o N 00000356
ntru_crypto_drbg.o N 00000368
ntru_crypto_drbg.o N 00000371
ntru_crypto_drbg.o N 00000380
ntru_crypto_drbg.o N 0000038e
ntru_crypto_drbg.o N 00000392
ntru_crypto_drbg.o N 000003b0
ntru_crypto_drbg.o N 000003c5
ntru_crypto_drbg.o N 000003d9
ntru_crypto_drbg.o N 000003db
ntru_crypto_drbg.o N 000003e2
ntru_crypto_drbg.o N 000003f0
ntru_crypto_drbg.o N 000003fc
ntru_crypto_drbg.o N 00000410
ntru_crypto_drbg.o N 00000412
ntru_crypto_drbg.o N 00000428
ntru_crypto_drbg.o N 00000440
ntru_crypto_drbg.o N 00000448
ntru_crypto_drbg.o N 00000456
ntru_crypto_drbg.o N 00000470
ntru_crypto_drbg.o N 0000047a
ntru_crypto_drbg.o N 0000047e
ntru_crypto_drbg.o N 0000049b
ntru_crypto_drbg.o N 000004c1
ntru_crypto_drbg.o N 000004e0
ntru_crypto_drbg.o N 000004f8
ntru_crypto_drbg.o N 00000512
ntru_crypto_drbg.o N 0000052a
ntru_crypto_drbg.o N 0000052f
ntru_crypto_drbg.o N 0000053e
ntru_crypto_drbg.o N 00000553
ntru_crypto_drbg.o N 0000055a
ntru_crypto_drbg.o N 0000056f
ntru_crypto_drbg.o ntru_crypto_drbg_generate T
ntru_crypto_drbg.o ntru_crypto_drbg_instantiate T
ntru_crypto_drbg.o ntru_crypto_drbg_reseed T
ntru_crypto_drbg.o ntru_crypto_drbg_uninstantiate T
ntru_crypto_drbg.o ntru_crypto_external_drbg_instantiate T
ntru_crypto_hash.o N 00000000
ntru_crypto_hash.o N 00000037
ntru_crypto_hash.o N 0000004a
ntru_crypto_hash.o N 00000117
ntru_crypto_hash.o N 0000011f
ntru_crypto_hash.o N 00000123
ntru_crypto_hash.o N 0000012f
ntru_crypto_hash.o N 00000135
ntru_crypto_hash.o N 00000143
ntru_crypto_hash.o N 0000014d
ntru_crypto_hash.o N 00000155
ntru_crypto_hash.o N 00000162
ntru_crypto_hash.o N 00000171
ntru_crypto_hash.o N 0000017c
ntru_crypto_hash.o N 00000185
ntru_crypto_hash.o N 00000193
ntru_crypto_hash.o N 00000198
ntru_crypto_hash.o N 000001a5
ntru_crypto_hash.o N 000001b0
ntru_crypto_hash.o N 000001b9
ntru_crypto_hash.o N 000001d2
ntru_crypto_hash.o N 000001d9
ntru_crypto_hash.o N 000001f4
ntru_crypto_hash.o N 000001fa
ntru_crypto_hash.o N 00000214
ntru_crypto_hash.o N 00000223
ntru_crypto_hash.o N 0000022a
ntru_crypto_hash.o N 00000245
ntru_crypto_hash.o N 00000262
ntru_crypto_hash.o N 0000027e
ntru_crypto_hash.o N 00000292
ntru_crypto_hash.o N 000002ae
ntru_crypto_hash.o N 000002ca
ntru_crypto_hash.o N 000002e8
ntru_crypto_hash.o N 000002f7
ntru_crypto_hash.o N 0000030e
ntru_crypto_hash.o N 00000310
ntru_crypto_hash.o N 00000329
ntru_crypto_hash.o N 00000347
ntru_crypto_hash.o N 00000366
ntru_crypto_hash.o N 0000037c
ntru_crypto_hash.o N 00000394
ntru_crypto_hash.o N 000003ab
ntru_crypto_hash.o N 000003cb
ntru_crypto_hash.o N 000003e3
ntru_crypto_hash.o N 000003e5
ntru_crypto_hash.o N 000003f0
ntru_crypto_hash.o N 000003f8
ntru_crypto_hash.o N 000003fd
ntru_crypto_hash.o N 00000403
ntru_crypto_hash.o N 00000413
ntru_crypto_hash.o N 0000041c
ntru_crypto_hash.o N 00000429
ntru_crypto_hash.o N 0000043e
ntru_crypto_hash.o N 00000445
ntru_crypto_hash.o N 0000045a
ntru_crypto_hash.o N 0000046f
ntru_crypto_hash.o N 00000477
ntru_crypto_hash.o N 0000047e
ntru_crypto_hash.o N 00000483
ntru_crypto_hash.o N 0000048c
ntru_crypto_hash.o ntru_crypto_hash_block_length T
ntru_crypto_hash.o ntru_crypto_hash_digest T
ntru_crypto_hash.o ntru_crypto_hash_digest_length T
ntru_crypto_hash.o ntru_crypto_hash_final T
ntru_crypto_hash.o ntru_crypto_hash_final_zero_pad T
ntru_crypto_hash.o ntru_crypto_hash_init T
ntru_crypto_hash.o ntru_crypto_hash_set_alg T
ntru_crypto_hash.o ntru_crypto_hash_update T
ntru_crypto_hmac.o N 00000000
ntru_crypto_hmac.o N 00000037
ntru_crypto_hmac.o N 0000004a
ntru_crypto_hmac.o N 00000117
ntru_crypto_hmac.o N 00000124
ntru_crypto_hmac.o N 00000140
ntru_crypto_hmac.o N 0000015c
ntru_crypto_hmac.o N 0000017a
ntru_crypto_hmac.o N 00000185
ntru_crypto_hmac.o N 0000018e
ntru_crypto_hmac.o N 00000197
ntru_crypto_hmac.o N 000001a2
ntru_crypto_hmac.o N 000001bf
ntru_crypto_hmac.o N 000001c7
ntru_crypto_hmac.o N 000001cc
ntru_crypto_hmac.o N 000001d2
ntru_crypto_hmac.o N 000001e6
ntru_crypto_hmac.o N 000001f6
ntru_crypto_hmac.o N 000001ff
ntru_crypto_hmac.o N 0000020d
ntru_crypto_hmac.o N 00000217
ntru_crypto_hmac.o N 0000021f
ntru_crypto_hmac.o N 0000022c
ntru_crypto_hmac.o N 00000241
ntru_crypto_hmac.o N 00000248
ntru_crypto_hmac.o N 0000025d
ntru_crypto_hmac.o N 00000272
ntru_crypto_hmac.o N 00000275
ntru_crypto_hmac.o N 0000027d
ntru_crypto_hmac.o N 0000028c
ntru_crypto_hmac.o N 00000297
ntru_crypto_hmac.o N 000002a0
ntru_crypto_hmac.o N 000002a7
ntru_crypto_hmac.o N 000002bd
ntru_crypto_hmac.o N 000002d2
ntru_crypto_hmac.o N 000002ee
ntru_crypto_hmac.o N 0000030b
ntru_crypto_hmac.o N 00000327
ntru_crypto_hmac.o N 00000340
ntru_crypto_hmac.o N 00000356
ntru_crypto_hmac.o N 0000036e
ntru_crypto_hmac.o N 00000385
ntru_crypto_hmac.o N 0000038b
ntru_crypto_hmac.o N 000003a2
ntru_crypto_hmac.o N 000003a6
ntru_crypto_hmac.o N 000003ae
ntru_crypto_hmac.o N 000003b0
ntru_crypto_hmac.o N 000003b4
ntru_crypto_hmac.o N 000003bb
ntru_crypto_hmac.o N 000003bd
ntru_crypto_hmac.o N 000003c1
ntru_crypto_hmac.o N 000003c6
ntru_crypto_hmac.o N 000003cf
ntru_crypto_hmac.o ntru_crypto_hmac_create_ctx T
ntru_crypto_hmac.o ntru_crypto_hmac_destroy_ctx T
ntru_crypto_hmac.o ntru_crypto_hmac_final T
ntru_crypto_hmac.o ntru_crypto_hmac_get_md_len T
ntru_crypto_hmac.o ntru_crypto_hmac_init T
ntru_crypto_hmac.o ntru_crypto_hmac_set_key T
ntru_crypto_hmac.o ntru_crypto_hmac_update T
ntru_crypto_msbyte_uint32.o N 00000000
ntru_crypto_msbyte_uint32.o N 00000037
ntru_crypto_msbyte_uint32.o N 00000053
ntru_crypto_msbyte_uint32.o N 00000120
ntru_crypto_msbyte_uint32.o N 0000012d
ntru_crypto_msbyte_uint32.o N 00000138
ntru_crypto_msbyte_uint32.o N 00000141
ntru_crypto_msbyte_uint32.o N 0000014f
ntru_crypto_msbyte_uint32.o N 00000159
ntru_crypto_msbyte_uint32.o N 00000161
ntru_crypto_msbyte_uint32.o N 0000017d
ntru_crypto_msbyte_uint32.o N 00000199
ntru_crypto_msbyte_uint32.o N 0000019f
ntru_crypto_msbyte_uint32.o N 000001a5
ntru_crypto_msbyte_uint32.o N 000001a7
ntru_crypto_msbyte_uint32.o ntru_crypto_msbyte_2_uint32 T
ntru_crypto_msbyte_uint32.o ntru_crypto_uint32_2_msbyte T
ntru_crypto_ntru_convert.o N 00000000
ntru_crypto_ntru_convert.o N 00000037
ntru_crypto_ntru_convert.o N 00000052
ntru_crypto_ntru_convert.o N 0000011f
ntru_crypto_ntru_convert.o N 0000012c
ntru_crypto_ntru_convert.o N 0000013a
ntru_crypto_ntru_convert.o N 00000144
ntru_crypto_ntru_convert.o N 0000014c
ntru_crypto_ntru_convert.o N 00000160
ntru_crypto_ntru_convert.o N 0000016d
ntru_crypto_ntru_convert.o N 0000017a
ntru_crypto_ntru_convert.o N 00000185
ntru_crypto_ntru_convert.o N 0000018e
ntru_crypto_ntru_convert.o N 0000019d
ntru_crypto_ntru_convert.o N 000001a8
ntru_crypto_ntru_convert.o N 000001b1
ntru_crypto_ntru_convert.o N 000001c4
ntru_crypto_ntru_convert.o N 000001ca
ntru_crypto_ntru_convert.o N 000001d0
ntru_crypto_ntru_convert.o N 000001d2
ntru_crypto_ntru_convert.o N 000001d6
ntru_crypto_ntru_convert.o N 000001eb
ntru_crypto_ntru_convert.o N 000001f2
ntru_crypto_ntru_convert.o N 000001f5
ntru_crypto_ntru_convert.o N 000001fb
ntru_crypto_ntru_convert.o N 00000200
ntru_crypto_ntru_convert.o N 00000204
ntru_crypto_ntru_convert.o N 00000209
ntru_crypto_ntru_convert.o N 0000021c
ntru_crypto_ntru_convert.o N 0000022e
ntru_crypto_ntru_convert.o N 00000240
ntru_crypto_ntru_convert.o N 0000025a
ntru_crypto_ntru_convert.o N 00000276
ntru_crypto_ntru_convert.o N 00000292
ntru_crypto_ntru_convert.o N 000002a9
ntru_crypto_ntru_convert.o N 000002c0
ntru_crypto_ntru_convert.o N 000002c7
ntru_crypto_ntru_convert.o N 000002d1
ntru_crypto_ntru_convert.o N 000002d7
ntru_crypto_ntru_convert.o N 000002de
ntru_crypto_ntru_convert.o N 000002e4
ntru_crypto_ntru_convert.o N 000002f4
ntru_crypto_ntru_convert.o N 000002ff
ntru_crypto_ntru_convert.o N 00000306
ntru_crypto_ntru_convert.o N 0000030c
ntru_crypto_ntru_convert.o N 0000031a
ntru_crypto_ntru_convert.o N 00000329
ntru_crypto_ntru_convert.o N 0000032b
ntru_crypto_ntru_convert.o N 00000333
ntru_crypto_ntru_convert.o N 0000033d
ntru_crypto_ntru_convert.o N 00000348
ntru_crypto_ntru_convert.o N 0000034c
ntru_crypto_ntru_convert.o N 00000353
ntru_crypto_ntru_convert.o N 00000358
ntru_crypto_ntru_convert.o ntru_bits_2_trits T
ntru_crypto_ntru_convert.o ntru_coeffs_mod4_2_octets T
ntru_crypto_ntru_convert.o ntru_elements_2_octets T
ntru_crypto_ntru_convert.o ntru_indices_2_packed_trits T
ntru_crypto_ntru_convert.o ntru_indices_2_trits T
ntru_crypto_ntru_convert.o ntru_octet_2_trits T
ntru_crypto_ntru_convert.o ntru_octets_2_elements T
ntru_crypto_ntru_convert.o ntru_packed_trits_2_indices T
ntru_crypto_ntru_convert.o ntru_trits_2_bits T
ntru_crypto_ntru_convert.o ntru_trits_2_octet T
ntru_crypto_ntru_encrypt.o N 00000000
ntru_crypto_ntru_encrypt.o N 00000037
ntru_crypto_ntru_encrypt.o N 00000052
ntru_crypto_ntru_encrypt.o N 0000011f
ntru_crypto_ntru_encrypt.o N 00000133
ntru_crypto_ntru_encrypt.o N 00000141
ntru_crypto_ntru_encrypt.o N 0000014b
ntru_crypto_ntru_encrypt.o N 00000153
ntru_crypto_ntru_encrypt.o N 00000167
ntru_crypto_ntru_encrypt.o N 00000174
ntru_crypto_ntru_encrypt.o N 00000183
ntru_crypto_ntru_encrypt.o N 00000192
ntru_crypto_ntru_encrypt.o N 000001a1
ntru_crypto_ntru_encrypt.o N 000001b1
ntru_crypto_ntru_encrypt.o N 000001c0
ntru_crypto_ntru_encrypt.o N 000001cf
ntru_crypto_ntru_encrypt.o N 000001de
ntru_crypto_ntru_encrypt.o N 000001ee
ntru_crypto_ntru_encrypt.o N 000001fd
ntru_crypto_ntru_encrypt.o N 0000020c
ntru_crypto_ntru_encrypt.o N 0000021c
ntru_crypto_ntru_encrypt.o N 0000022c
ntru_crypto_ntru_encrypt.o N 0000023b
ntru_crypto_ntru_encrypt.o N 0000024a
ntru_crypto_ntru_encrypt.o N 00000259
ntru_crypto_ntru_encrypt.o N 00000268
ntru_crypto_ntru_encrypt.o N 00000283
ntru_crypto_ntru_encrypt.o N 0000029f
ntru_crypto_ntru_encrypt.o N 000002bb
ntru_crypto_ntru_encrypt.o N 000002d9
ntru_crypto_ntru_encrypt.o N 000002e4
ntru_crypto_ntru_encrypt.o N 000002ed
ntru_crypto_ntru_encrypt.o N 000002fc
ntru_crypto_ntru_encrypt.o N 00000307
ntru_crypto_ntru_encrypt.o N 00000310
ntru_crypto_ntru_encrypt.o N 0000031d
ntru_crypto_ntru_encrypt.o N 0000031f
ntru_crypto_ntru_encrypt.o N 00000321
ntru_crypto_ntru_encrypt.o N 00000325
ntru_crypto_ntru_encrypt.o N 00000334
ntru_crypto_ntru_encrypt.o N 0000034d
ntru_crypto_ntru_encrypt.o N 00000366
ntru_crypto_ntru_encrypt.o N 00000386
ntru_crypto_ntru_encrypt.o N 000003be
ntru_crypto_ntru_encrypt.o N 000003f6
ntru_crypto_ntru_encrypt.o N 00000402
ntru_crypto_ntru_encrypt.o N 0000040e
ntru_crypto_ntru_encrypt.o N 0000041e
ntru_crypto_ntru_encrypt.o N 0000042a
ntru_crypto_ntru_encrypt.o N 00000431
ntru_crypto_ntru_encrypt.o N 00000437
ntru_crypto_ntru_encrypt.o N 00000442
ntru_crypto_ntru_encrypt.o N 0000044e
ntru_crypto_ntru_encrypt.o N 00000456
ntru_crypto_ntru_encrypt.o N 0000045c
ntru_crypto_ntru_encrypt.o N 0000046d
ntru_crypto_ntru_encrypt.o N 0000047b
ntru_crypto_ntru_encrypt.o N 00000482
ntru_crypto_ntru_encrypt.o N 00000485
ntru_crypto_ntru_encrypt.o N 0000049f
ntru_crypto_ntru_encrypt.o N 000004a4
ntru_crypto_ntru_encrypt.o N 000004a9
ntru_crypto_ntru_encrypt.o N 000004ad
ntru_crypto_ntru_encrypt.o N 000004b4
ntru_crypto_ntru_encrypt.o N 000004bb
ntru_crypto_ntru_encrypt.o N 000004bd
ntru_crypto_ntru_encrypt.o N 000004ce
ntru_crypto_ntru_encrypt.o N 000004d0
ntru_crypto_ntru_encrypt.o N 000004d7
ntru_crypto_ntru_encrypt.o N 000004e7
ntru_crypto_ntru_encrypt.o N 000004ec
ntru_crypto_ntru_encrypt.o N 000004f1
ntru_crypto_ntru_encrypt.o N 000004f4
ntru_crypto_ntru_encrypt.o N 000004fe
ntru_crypto_ntru_encrypt.o N 0000050d
ntru_crypto_ntru_encrypt.o N 0000051b
ntru_crypto_ntru_encrypt.o N 00000522
ntru_crypto_ntru_encrypt.o N 0000052c
ntru_crypto_ntru_encrypt.o N 0000053f
ntru_crypto_ntru_encrypt.o N 00000552
ntru_crypto_ntru_encrypt.o N 0000056a
ntru_crypto_ntru_encrypt.o N 00000581
ntru_crypto_ntru_encrypt.o N 00000584
ntru_crypto_ntru_encrypt.o N 0000058b
ntru_crypto_ntru_encrypt.o N 0000058e
ntru_crypto_ntru_encrypt.o N 00000595
ntru_crypto_ntru_encrypt.o N 000005a2
ntru_crypto_ntru_encrypt.o N 000005a6
ntru_crypto_ntru_encrypt.o N 000005aa
ntru_crypto_ntru_encrypt.o N 000005ae
ntru_crypto_ntru_encrypt.o N 000005b1
ntru_crypto_ntru_encrypt.o N 000005c3
ntru_crypto_ntru_encrypt.o N 000005d3
ntru_crypto_ntru_encrypt.o N 000005da
ntru_crypto_ntru_encrypt.o N 000005de
ntru_crypto_ntru_encrypt.o N 000005e5
ntru_crypto_ntru_encrypt.o N 000005f0
ntru_crypto_ntru_encrypt.o N 00000607
ntru_crypto_ntru_encrypt.o N 00000612
ntru_crypto_ntru_encrypt.o N 00000624
ntru_crypto_ntru_encrypt.o N 0000062e
ntru_crypto_ntru_encrypt.o N 00000634
ntru_crypto_ntru_encrypt.o N 00000636
ntru_crypto_ntru_encrypt.o N 00000644
ntru_crypto_ntru_encrypt.o N 00000655
ntru_crypto_ntru_encrypt.o N 00000662
ntru_crypto_ntru_encrypt.o N 00000668
ntru_crypto_ntru_encrypt.o N 00000674
ntru_crypto_ntru_encrypt.o N 00000680
ntru_crypto_ntru_encrypt.o N 00000686
ntru_crypto_ntru_encrypt.o N 00000695
ntru_crypto_ntru_encrypt.o N 000006a7
ntru_crypto_ntru_encrypt.o N 000006b5
ntru_crypto_ntru_encrypt.o N 000006bc
ntru_crypto_ntru_encrypt.o N 000006c2
ntru_crypto_ntru_encrypt.o N 000006c8
ntru_crypto_ntru_encrypt.o N 000006ce
ntru_crypto_ntru_encrypt.o N 000006d6
ntru_crypto_ntru_encrypt.o N 000006e0
ntru_crypto_ntru_encrypt.o N 000006ed
ntru_crypto_ntru_encrypt.o N 000006f1
ntru_crypto_ntru_encrypt.o N 000006f5
ntru_crypto_ntru_encrypt.o N 000006f9
ntru_crypto_ntru_encrypt.o N 0000070e
ntru_crypto_ntru_encrypt.o N 00000722
ntru_crypto_ntru_encrypt.o N 0000072c
ntru_crypto_ntru_encrypt.o N 0000072f
ntru_crypto_ntru_encrypt.o N 00000731
ntru_crypto_ntru_encrypt.o N 0000073a
ntru_crypto_ntru_encrypt.o N 0000073c
ntru_crypto_ntru_encrypt.o N 00000742
ntru_crypto_ntru_encrypt.o N 00000748
ntru_crypto_ntru_encrypt.o N 0000074d
ntru_crypto_ntru_encrypt.o N 0000074f
ntru_crypto_ntru_encrypt.o N 00000752
ntru_crypto_ntru_encrypt.o N 0000075d
ntru_crypto_ntru_encrypt.o N 00000763
ntru_crypto_ntru_encrypt.o N 00000784
ntru_crypto_ntru_encrypt.o N 000007a1
ntru_crypto_ntru_encrypt.o N 000007b3
ntru_crypto_ntru_encrypt.o N 000007bf
ntru_crypto_ntru_encrypt.o N 000007ca
ntru_crypto_ntru_encrypt.o N 000007d7
ntru_crypto_ntru_encrypt.o N 000007dc
ntru_crypto_ntru_encrypt.o N 000007e5
ntru_crypto_ntru_encrypt.o N 000007f8
ntru_crypto_ntru_encrypt.o N 00000801
ntru_crypto_ntru_encrypt.o ntru_crypto_ntru_decrypt T
ntru_crypto_ntru_encrypt.o ntru_crypto_ntru_encrypt T
ntru_crypto_ntru_encrypt.o ntru_crypto_ntru_encrypt_keygen T
ntru_crypto_ntru_encrypt.o ntru_crypto_ntru_encrypt_publicKey2SubjectPublicKeyInfo T
ntru_crypto_ntru_encrypt.o ntru_crypto_ntru_encrypt_subjectPublicKeyInfo2PublicKey T
ntru_crypto_ntru_encrypt_key.o N 00000000
ntru_crypto_ntru_encrypt_key.o N 00000037
ntru_crypto_ntru_encrypt_key.o N 00000056
ntru_crypto_ntru_encrypt_key.o N 00000123
ntru_crypto_ntru_encrypt_key.o N 00000130
ntru_crypto_ntru_encrypt_key.o N 0000013f
ntru_crypto_ntru_encrypt_key.o N 0000014e
ntru_crypto_ntru_encrypt_key.o N 0000015d
ntru_crypto_ntru_encrypt_key.o N 0000016d
ntru_crypto_ntru_encrypt_key.o N 0000017c
ntru_crypto_ntru_encrypt_key.o N 0000018b
ntru_crypto_ntru_encrypt_key.o N 0000019a
ntru_crypto_ntru_encrypt_key.o N 000001aa
ntru_crypto_ntru_encrypt_key.o N 000001b9
ntru_crypto_ntru_encrypt_key.o N 000001c8
ntru_crypto_ntru_encrypt_key.o N 000001d8
ntru_crypto_ntru_encrypt_key.o N 000001e8
ntru_crypto_ntru_encrypt_key.o N 000001f7
ntru_crypto_ntru_encrypt_key.o N 00000206
ntru_crypto_ntru_encrypt_key.o N 00000215
ntru_crypto_ntru_encrypt_key.o N 00000224
ntru_crypto_ntru_encrypt_key.o N 0000023f
ntru_crypto_ntru_encrypt_key.o N 0000024e
ntru_crypto_ntru_encrypt_key.o N 00000259
ntru_crypto_ntru_encrypt_key.o N 00000262
ntru_crypto_ntru_encrypt_key.o N 00000270
ntru_crypto_ntru_encrypt_key.o N 0000027a
ntru_crypto_ntru_encrypt_key.o N 00000282
ntru_crypto_ntru_encrypt_key.o N 000002a5
ntru_crypto_ntru_encrypt_key.o N 000002aa
ntru_crypto_ntru_encrypt_key.o N 000002d7
ntru_crypto_ntru_encrypt_key.o N 00000307
ntru_crypto_ntru_encrypt_key.o N 00000339
ntru_crypto_ntru_encrypt_key.o N 0000036a
ntru_crypto_ntru_encrypt_key.o N 00000377
ntru_crypto_ntru_encrypt_key.o N 00000384
ntru_crypto_ntru_encrypt_key.o N 0000038d
ntru_crypto_ntru_encrypt_key.o N 0000039e
ntru_crypto_ntru_encrypt_key.o N 000003a6
ntru_crypto_ntru_encrypt_key.o N 000003ad
ntru_crypto_ntru_encrypt_key.o N 000003b4
ntru_crypto_ntru_encrypt_key.o N 000003b7
ntru_crypto_ntru_encrypt_key.o N 000003d1
ntru_crypto_ntru_encrypt_key.o N 000003d6
ntru_crypto_ntru_encrypt_key.o N 000003db
ntru_crypto_ntru_encrypt_key.o N 000003df
ntru_crypto_ntru_encrypt_key.o N 000003f3
ntru_crypto_ntru_encrypt_key.o N 000003fa
ntru_crypto_ntru_encrypt_key.o N 00000401
ntru_crypto_ntru_encrypt_key.o N 00000403
ntru_crypto_ntru_encrypt_key.o N 00000414
ntru_crypto_ntru_encrypt_key.o N 00000416
ntru_crypto_ntru_encrypt_key.o N 0000041d
ntru_crypto_ntru_encrypt_key.o N 0000042d
ntru_crypto_ntru_encrypt_key.o N 00000432
ntru_crypto_ntru_encrypt_key.o N 0000043d
ntru_crypto_ntru_encrypt_key.o N 00000446
ntru_crypto_ntru_encrypt_key.o N 00000449
ntru_crypto_ntru_encrypt_key.o N 00000453
ntru_crypto_ntru_encrypt_key.o N 00000462
ntru_crypto_ntru_encrypt_key.o N 00000470
ntru_crypto_ntru_encrypt_key.o N 00000477
ntru_crypto_ntru_encrypt_key.o N 00000481
ntru_crypto_ntru_encrypt_key.o N 00000494
ntru_crypto_ntru_encrypt_key.o N 000004a7
ntru_crypto_ntru_encrypt_key.o N 000004bf
ntru_crypto_ntru_encrypt_key.o N 000004d6
ntru_crypto_ntru_encrypt_key.o N 000004e8
ntru_crypto_ntru_encrypt_key.o N 000004ea
ntru_crypto_ntru_encrypt_key.o N 000004fc
ntru_crypto_ntru_encrypt_key.o N 000004ff
ntru_crypto_ntru_encrypt_key.o N 00000503
ntru_crypto_ntru_encrypt_key.o N 00000516
ntru_crypto_ntru_encrypt_key.o N 0000052f
ntru_crypto_ntru_encrypt_key.o N 0000054a
ntru_crypto_ntru_encrypt_key.o N 0000055a
ntru_crypto_ntru_encrypt_key.o N 0000056b
ntru_crypto_ntru_encrypt_key.o N 00000577
ntru_crypto_ntru_encrypt_key.o N 00000589
ntru_crypto_ntru_encrypt_key.o N 00000597
ntru_crypto_ntru_encrypt_key.o N 000005a4
ntru_crypto_ntru_encrypt_key.o ntru_crypto_ntru_encrypt_key_create_privkey_blob T
ntru_crypto_ntru_encrypt_key.o ntru_crypto_ntru_encrypt_key_create_pubkey_blob T
ntru_crypto_ntru_encrypt_key.o ntru_crypto_ntru_encrypt_key_get_blob_params T
ntru_crypto_ntru_encrypt_key.o ntru_crypto_ntru_encrypt_key_parse T
ntru_crypto_ntru_encrypt_key.o ntru_crypto_ntru_encrypt_key_recreate_pubkey_blob T
ntru_crypto_ntru_encrypt_param_sets.o N 00000000
ntru_crypto_ntru_encrypt_param_sets.o N 00000037
ntru_crypto_ntru_encrypt_param_sets.o N 0000005d
ntru_crypto_ntru_encrypt_param_sets.o N 0000012a
ntru_crypto_ntru_encrypt_param_sets.o N 00000137
ntru_crypto_ntru_encrypt_param_sets.o N 00000144
ntru_crypto_ntru_encrypt_param_sets.o N 0000014b
ntru_crypto_ntru_encrypt_param_sets.o N 00000159
ntru_crypto_ntru_encrypt_param_sets.o N 0000015c
ntru_crypto_ntru_encrypt_param_sets.o N 0000016b
ntru_crypto_ntru_encrypt_param_sets.o N 0000017a
ntru_crypto_ntru_encrypt_param_sets.o N 00000189
ntru_crypto_ntru_encrypt_param_sets.o N 00000199
ntru_crypto_ntru_encrypt_param_sets.o N 000001a8
ntru_crypto_ntru_encrypt_param_sets.o N 000001b7
ntru_crypto_ntru_encrypt_param_sets.o N 000001c6
ntru_crypto_ntru_encrypt_param_sets.o N 000001d6
ntru_crypto_ntru_encrypt_param_sets.o N 000001e5
ntru_crypto_ntru_encrypt_param_sets.o N 000001f4
ntru_crypto_ntru_encrypt_param_sets.o N 00000204
ntru_crypto_ntru_encrypt_param_sets.o N 00000214
ntru_crypto_ntru_encrypt_param_sets.o N 00000223
ntru_crypto_ntru_encrypt_param_sets.o N 00000232
ntru_crypto_ntru_encrypt_param_sets.o N 00000241
ntru_crypto_ntru_encrypt_param_sets.o N 00000250
ntru_crypto_ntru_encrypt_param_sets.o N 0000026b
ntru_crypto_ntru_encrypt_param_sets.o N 00000285
ntru_crypto_ntru_encrypt_param_sets.o N 0000028a
ntru_crypto_ntru_encrypt_param_sets.o N 0000028f
ntru_crypto_ntru_encrypt_param_sets.o N 00000293
ntru_crypto_ntru_encrypt_param_sets.o N 000002a1
ntru_crypto_ntru_encrypt_param_sets.o N 000002ab
ntru_crypto_ntru_encrypt_param_sets.o N 000002b3
ntru_crypto_ntru_encrypt_param_sets.o N 000002c7
ntru_crypto_ntru_encrypt_param_sets.o N 000002ce
ntru_crypto_ntru_encrypt_param_sets.o N 000002d5
ntru_crypto_ntru_encrypt_param_sets.o N 000002d7
ntru_crypto_ntru_encrypt_param_sets.o N 000002e6
ntru_crypto_ntru_encrypt_param_sets.o N 000002f1
ntru_crypto_ntru_encrypt_param_sets.o N 000002fa
ntru_crypto_ntru_encrypt_param_sets.o N 0000030b
ntru_crypto_ntru_encrypt_param_sets.o N 0000030d
ntru_crypto_ntru_encrypt_param_sets.o N 00000314
ntru_crypto_ntru_encrypt_param_sets.o N 00000324
ntru_crypto_ntru_encrypt_param_sets.o N 00000329
ntru_crypto_ntru_encrypt_param_sets.o N 0000032e
ntru_crypto_ntru_encrypt_param_sets.o N 00000339
ntru_crypto_ntru_encrypt_param_sets.o N 00000342
ntru_crypto_ntru_encrypt_param_sets.o N 00000345
ntru_crypto_ntru_encrypt_param_sets.o N 0000034f
ntru_crypto_ntru_encrypt_param_sets.o N 0000035e
ntru_crypto_ntru_encrypt_param_sets.o N 0000036c
ntru_crypto_ntru_encrypt_param_sets.o N 00000373
ntru_crypto_ntru_encrypt_param_sets.o N 0000037d
ntru_crypto_ntru_encrypt_param_sets.o N 00000390
ntru_crypto_ntru_encrypt_param_sets.o N 000003a3
ntru_crypto_ntru_encrypt_param_sets.o N 000003bb
ntru_crypto_ntru_encrypt_param_sets.o N 000003d2
ntru_crypto_ntru_encrypt_param_sets.o N 000003f2
ntru_crypto_ntru_encrypt_param_sets.o N 00000413
ntru_crypto_ntru_encrypt_param_sets.o N 00000437
ntru_crypto_ntru_encrypt_param_sets.o N 00000457
ntru_crypto_ntru_encrypt_param_sets.o N 00000459
ntru_crypto_ntru_encrypt_param_sets.o ntru_encrypt_get_param_set_name T
ntru_crypto_ntru_encrypt_param_sets.o ntru_encrypt_get_params_with_DER_id T
ntru_crypto_ntru_encrypt_param_sets.o ntru_encrypt_get_params_with_OID T
ntru_crypto_ntru_encrypt_param_sets.o ntru_encrypt_get_params_with_id T
ntru_crypto_ntru_mgf1.o N 00000000
ntru_crypto_ntru_mgf1.o N 00000037
ntru_crypto_ntru_mgf1.o N 0000004f
ntru_crypto_ntru_mgf1.o N 0000011c
ntru_crypto_ntru_mgf1.o N 00000129
ntru_crypto_ntru_mgf1.o N 00000145
ntru_crypto_ntru_mgf1.o N 00000161
ntru_crypto_ntru_mgf1.o N 0000017f
ntru_crypto_ntru_mgf1.o N 0000018a
ntru_crypto_ntru_mgf1.o N 00000193
ntru_crypto_ntru_mgf1.o N 0000019d
ntru_crypto_ntru_mgf1.o N 000001a3
ntru_crypto_ntru_mgf1.o N 000001b1
ntru_crypto_ntru_mgf1.o N 000001bb
ntru_crypto_ntru_mgf1.o N 000001c3
ntru_crypto_ntru_mgf1.o N 000001c9
ntru_crypto_ntru_mgf1.o N 000001e0
ntru_crypto_ntru_mgf1.o N 000001e7
ntru_crypto_ntru_mgf1.o N 000001f1
ntru_crypto_ntru_mgf1.o N 000001fa
ntru_crypto_ntru_mgf1.o N 00000209
ntru_crypto_ntru_mgf1.o N 00000214
ntru_crypto_ntru_mgf1.o N 0000021d
ntru_crypto_ntru_mgf1.o N 00000222
ntru_crypto_ntru_mgf1.o N 00000226
ntru_crypto_ntru_mgf1.o N 0000022a
ntru_crypto_ntru_mgf1.o N 00000232
ntru_crypto_ntru_mgf1.o N 0000023e
ntru_crypto_ntru_mgf1.o N 00000244
ntru_crypto_ntru_mgf1.o N 00000258
ntru_crypto_ntru_mgf1.o N 00000263
ntru_crypto_ntru_mgf1.o N 0000026d
ntru_crypto_ntru_mgf1.o N 00000272
ntru_crypto_ntru_mgf1.o N 00000276
ntru_crypto_ntru_mgf1.o N 0000027e
ntru_crypto_ntru_mgf1.o N 00000285
ntru_crypto_ntru_mgf1.o N 00000296
ntru_crypto_ntru_mgf1.o ntru_mgf1 T
ntru_crypto_ntru_mgf1.o ntru_mgftp1 T
ntru_crypto_ntru_poly.o N 00000000
ntru_crypto_ntru_poly.o N 00000037
ntru_crypto_ntru_poly.o N 0000004f
ntru_crypto_ntru_poly.o N 0000011c
ntru_crypto_ntru_poly.o N 00000129
ntru_crypto_ntru_poly.o N 00000145
ntru_crypto_ntru_poly.o N 00000161
ntru_crypto_ntru_poly.o N 0000017f
ntru_crypto_ntru_poly.o N 0000018e
ntru_crypto_ntru_poly.o N 00000199
ntru_crypto_ntru_poly.o N 000001a2
ntru_crypto_ntru_poly.o N 000001ad
ntru_crypto_ntru_poly.o N 000001b6
ntru_crypto_ntru_poly.o N 000001c4
ntru_crypto_ntru_poly.o N 000001ce
ntru_crypto_ntru_poly.o N 000001d6
ntru_crypto_ntru_poly.o N 000001ed
ntru_crypto_ntru_poly.o N 000001ef
ntru_crypto_ntru_poly.o N 000001f9
ntru_crypto_ntru_poly.o N 00000203
ntru_crypto_ntru_poly.o N 00000206
ntru_crypto_ntru_poly.o N 00000208
ntru_crypto_ntru_poly.o N 0000020a
ntru_crypto_ntru_poly.o N 0000020c
ntru_crypto_ntru_poly.o N 0000020e
ntru_crypto_ntru_poly.o N 0000021f
ntru_crypto_ntru_poly.o N 00000224
ntru_crypto_ntru_poly.o N 00000229
ntru_crypto_ntru_poly.o N 0000022b
ntru_crypto_ntru_poly.o N 0000022d
ntru_crypto_ntru_poly.o N 0000022f
ntru_crypto_ntru_poly.o N 0000023d
ntru_crypto_ntru_poly.o N 00000258
ntru_crypto_ntru_poly.o N 0000025d
ntru_crypto_ntru_poly.o N 00000286
ntru_crypto_ntru_poly.o N 000002a5
ntru_crypto_ntru_poly.o N 000002c1
ntru_crypto_ntru_poly.o N 000002cb
ntru_crypto_ntru_poly.o N 000002d9
ntru_crypto_ntru_poly.o N 000002e4
ntru_crypto_ntru_poly.o N 000002fb
ntru_crypto_ntru_poly.o N 00000302
ntru_crypto_ntru_poly.o N 0000030c
ntru_crypto_ntru_poly.o N 00000315
ntru_crypto_ntru_poly.o N 0000031d
ntru_crypto_ntru_poly.o N 0000032c
ntru_crypto_ntru_poly.o N 00000330
ntru_crypto_ntru_poly.o N 00000335
ntru_crypto_ntru_poly.o N 0000033d
ntru_crypto_ntru_poly.o N 00000344
ntru_crypto_ntru_poly.o N 0000034d
ntru_crypto_ntru_poly.o N 00000352
ntru_crypto_ntru_poly.o N 0000035c
ntru_crypto_ntru_poly.o N 00000364
ntru_crypto_ntru_poly.o N 00000369
ntru_crypto_ntru_poly.o N 00000370
ntru_crypto_ntru_poly.o N 00000376
ntru_crypto_ntru_poly.o N 00000386
ntru_crypto_ntru_poly.o N 00000390
ntru_crypto_ntru_poly.o N 0000039c
ntru_crypto_ntru_poly.o N 000003ad
ntru_crypto_ntru_poly.o N 000003b3
ntru_crypto_ntru_poly.o N 000003be
ntru_crypto_ntru_poly.o N 000003c1
ntru_crypto_ntru_poly.o N 000003d5
ntru_crypto_ntru_poly.o N 000003dd
ntru_crypto_ntru_poly.o N 000003e5
ntru_crypto_ntru_poly.o N 000003ec
ntru_crypto_ntru_poly.o N 000003ef
ntru_crypto_ntru_poly.o N 000003f9
ntru_crypto_ntru_poly.o N 00000404
ntru_crypto_ntru_poly.o N 00000412
ntru_crypto_ntru_poly.o N 00000415
ntru_crypto_ntru_poly.o N 00000418
ntru_crypto_ntru_poly.o N 0000041d
ntru_crypto_ntru_poly.o N 00000421
ntru_crypto_ntru_poly.o N 00000429
ntru_crypto_ntru_poly.o N 00000431
ntru_crypto_ntru_poly.o N 00000439
ntru_crypto_ntru_poly.o N 0000043c
ntru_crypto_ntru_poly.o N 00000441
ntru_crypto_ntru_poly.o N 00000445
ntru_crypto_ntru_poly.o N 0000044c
ntru_crypto_ntru_poly.o N 0000044e
ntru_crypto_ntru_poly.o N 00000450
ntru_crypto_ntru_poly.o N 00000455
ntru_crypto_ntru_poly.o N 00000458
ntru_crypto_ntru_poly.o N 0000045b
ntru_crypto_ntru_poly.o N 00000460
ntru_crypto_ntru_poly.o N 00000465
ntru_crypto_ntru_poly.o N 0000046b
ntru_crypto_ntru_poly.o N 0000046d
ntru_crypto_ntru_poly.o N 00000473
ntru_crypto_ntru_poly.o N 00000479
ntru_crypto_ntru_poly.o N 0000047f
ntru_crypto_ntru_poly.o N 00000481
ntru_crypto_ntru_poly.o N 00000487
ntru_crypto_ntru_poly.o N 00000489
ntru_crypto_ntru_poly.o ntru_gen_poly T
ntru_crypto_ntru_poly.o ntru_poly_check_min_weight T
ntru_crypto_ntru_poly.o ntru_ring_inv T
ntru_crypto_ntru_poly.o ntru_ring_mult_coefficients T
ntru_crypto_ntru_poly.o ntru_ring_mult_indices T
ntru_crypto_ntru_poly.o ntru_ring_mult_indices_double_width_conv T
ntru_crypto_ntru_poly.o ntru_ring_mult_product_indices T
ntru_crypto_sha1.o N 00000000
ntru_crypto_sha1.o N 00000037
ntru_crypto_sha1.o N 0000004a
ntru_crypto_sha1.o N 00000117
ntru_crypto_sha1.o N 00000124
ntru_crypto_sha1.o N 0000012f
ntru_crypto_sha1.o N 00000138
ntru_crypto_sha1.o N 00000146
ntru_crypto_sha1.o N 00000150
ntru_crypto_sha1.o N 00000158
ntru_crypto_sha1.o N 0000015d
ntru_crypto_sha1.o N 0000016e
ntru_crypto_sha1.o N 00000170
ntru_crypto_sha1.o N 00000176
ntru_crypto_sha1.o N 0000018a
ntru_crypto_sha1.o N 0000019a
ntru_crypto_sha1.o N 000001a3
ntru_crypto_sha1.o N 000001b0
ntru_crypto_sha1.o N 000001c5
ntru_crypto_sha1.o N 000001ca
ntru_crypto_sha1.o N 000001cd
ntru_crypto_sha1.o N 000001d4
ntru_crypto_sha1.o N 000001da
ntru_crypto_sha1.o N 000001dd
ntru_crypto_sha1.o N 000001e3
ntru_crypto_sha1.o N 000001ea
ntru_crypto_sha1.o N 000001ec
ntru_crypto_sha1.o N 000001f2
ntru_crypto_sha1.o N 000001f8
ntru_crypto_sha1.o N 000001fd
ntru_crypto_sha1.o N 00000206
ntru_crypto_sha1.o N 0000021c
ntru_crypto_sha1.o N 00000234
ntru_crypto_sha1.o N 0000024b
ntru_crypto_sha1.o N 0000026b
ntru_crypto_sha1.o N 00000283
ntru_crypto_sha1.o N 00000288
ntru_crypto_sha1.o N 0000028a
ntru_crypto_sha1.o N 0000028c
ntru_crypto_sha1.o N 0000028e
ntru_crypto_sha1.o N 00000290
ntru_crypto_sha1.o N 00000292
ntru_crypto_sha1.o N 00000294
ntru_crypto_sha1.o ntru_crypto_sha1 T
ntru_crypto_sha1.o ntru_crypto_sha1_digest T
ntru_crypto_sha1.o ntru_crypto_sha1_final T
ntru_crypto_sha1.o ntru_crypto_sha1_final_zero_pad T
ntru_crypto_sha1.o ntru_crypto_sha1_init T
ntru_crypto_sha1.o ntru_crypto_sha1_update T
ntru_crypto_sha2.o N 00000000
ntru_crypto_sha2.o N 00000037
ntru_crypto_sha2.o N 0000004a
ntru_crypto_sha2.o N 00000117
ntru_crypto_sha2.o N 00000124
ntru_crypto_sha2.o N 00000140
ntru_crypto_sha2.o N 0000015c
ntru_crypto_sha2.o N 0000017a
ntru_crypto_sha2.o N 00000185
ntru_crypto_sha2.o N 0000018e
ntru_crypto_sha2.o N 0000019c
ntru_crypto_sha2.o N 000001a6
ntru_crypto_sha2.o N 000001ae
ntru_crypto_sha2.o N 000001b3
ntru_crypto_sha2.o N 000001c4
ntru_crypto_sha2.o N 000001cd
ntru_crypto_sha2.o N 000001d4
ntru_crypto_sha2.o N 000001e8
ntru_crypto_sha2.o N 000001ee
ntru_crypto_sha2.o N 00000205
ntru_crypto_sha2.o N 00000207
ntru_crypto_sha2.o N 0000020d
ntru_crypto_sha2.o N 0000021d
ntru_crypto_sha2.o N 00000226
ntru_crypto_sha2.o N 00000233
ntru_crypto_sha2.o N 00000248
ntru_crypto_sha2.o N 0000024d
ntru_crypto_sha2.o N 00000250
ntru_crypto_sha2.o N 00000253
ntru_crypto_sha2.o N 00000259
ntru_crypto_sha2.o N 00000260
ntru_crypto_sha2.o N 00000266
ntru_crypto_sha2.o N 00000268
ntru_crypto_sha2.o N 0000026d
ntru_crypto_sha2.o N 00000273
ntru_crypto_sha2.o N 00000279
ntru_crypto_sha2.o N 0000027e
ntru_crypto_sha2.o N 00000280
ntru_crypto_sha2.o N 00000282
ntru_crypto_sha2.o N 00000284
ntru_crypto_sha2.o N 00000286
ntru_crypto_sha2.o N 00000288
ntru_crypto_sha2.o N 0000028a
ntru_crypto_sha2.o N 0000028c
ntru_crypto_sha2.o N 0000028e
ntru_crypto_sha2.o ntru_crypto_sha2 T
ntru_crypto_sha256.o N 00000000
ntru_crypto_sha256.o N 00000037
ntru_crypto_sha256.o N 0000004c
ntru_crypto_sha256.o N 00000119
ntru_crypto_sha256.o N 00000126
ntru_crypto_sha256.o N 00000142
ntru_crypto_sha256.o N 0000015e
ntru_crypto_sha256.o N 0000017c
ntru_crypto_sha256.o N 00000194
ntru_crypto_sha256.o N 0000019f
ntru_crypto_sha256.o N 000001a8
ntru_crypto_sha256.o N 000001c2
ntru_crypto_sha256.o N 000001db
ntru_crypto_sha256.o N 000001fd
ntru_crypto_sha256.o N 00000217
ntru_crypto_sha256.o N 00000219
ntru_crypto_sha256.o N 0000021f
ntru_crypto_sha256.o N 00000233
ntru_crypto_sha256.o N 00000243
ntru_crypto_sha256.o N 0000024c
ntru_crypto_sha256.o N 0000025a
ntru_crypto_sha256.o N 00000264
ntru_crypto_sha256.o N 0000026c
ntru_crypto_sha256.o N 00000279
ntru_crypto_sha256.o N 0000028e
ntru_crypto_sha256.o N 00000293
ntru_crypto_sha256.o N 0000029c
ntru_crypto_sha256.o ntru_crypto_sha256_digest T
ntru_crypto_sha256.o ntru_crypto_sha256_final T
ntru_crypto_sha256.o ntru_crypto_sha256_final_zero_pad T
ntru_crypto_sha256.o ntru_crypto_sha256_init T
ntru_crypto_sha256.o ntru_crypto_sha256_update T
useshort.o N 00000000
useshort.o N 00000037
useshort.o N 00000042
useshort.o N 0000010f
useshort.o N 00000115
useshort.o N 00000123
useshort.o N 00000137
useshort.o N 00000164
useshort.o N 00000168
useshort.o N 0000019a
useshort.o N 0000019c
useshort.o N 0000019e
useshort.o N 000001a3
useshort.o N 000001ba
useshort.o N 000001bc
useshort.o N 000001bf
useshort.o N 000001c4
useshort.o N 000001c6
useshort.o N 000001cd
useshort.o N 000001d0
useshort.o N 000001d5

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:refclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))

Namespace violations


ebats.o N 00000000
ebats.o N 00000037
ebats.o N 0000003f
ebats.o N 0000010c
ebats.o N 00000119
ebats.o N 00000128
ebats.o N 00000137
ebats.o N 00000146
ebats.o N 00000156
ebats.o N 00000165
ebats.o N 00000174
ebats.o N 00000183
ebats.o N 00000193
ebats.o N 000001a2
ebats.o N 000001b1
ebats.o N 000001c1
ebats.o N 000001d1
ebats.o N 000001e0
ebats.o N 000001ef
ebats.o N 000001fe
ebats.o N 0000020d
ebats.o N 00000228
ebats.o N 00000233
ebats.o N 0000023c
ebats.o N 0000024a
ebats.o N 00000261
ebats.o N 00000271
ebats.o N 00000280
ebats.o N 0000028b
ebats.o N 00000294
ebats.o N 0000029f
ebats.o N 000002a8
ebats.o N 000002b8
ebats.o N 000002bc
ebats.o N 000002c9
ebats.o N 000002d7
ebats.o N 0000030c
ebats.o N 0000031c
ebats.o N 0000032b
ebats.o N 0000032d
ebats.o N 00000332
ebats.o N 00000335
ebats.o N 0000033f
ebats.o N 00000347
ebats.o N 0000034a
ebats.o N 00000351
ebats.o N 0000035e
ebats.o N 00000378
ebats.o N 0000037f
ebats.o N 00000384
ebats.o N 00000390
ebats.o N 00000392
ebats.o N 00000397
ebats.o N 00000399
ebats.o N 000003a0
ebats.o N 000003a6
ebats.o N 000003ab
ebats.o N 000003b2
ebats.o copyrightclaims T
ebats.o patentclaims T
ebats.o randombytesfn T
ebats.o shortciphertext T
ebats.o shortplaintext T
ntru_crypto_drbg.o N 00000000
ntru_crypto_drbg.o N 00000037
ntru_crypto_drbg.o N 0000004a
ntru_crypto_drbg.o N 00000117
ntru_crypto_drbg.o N 00000122
ntru_crypto_drbg.o N 00000129
ntru_crypto_drbg.o N 00000136
ntru_crypto_drbg.o N 00000141
ntru_crypto_drbg.o N 0000014a
ntru_crypto_drbg.o N 0000014f
ntru_crypto_drbg.o N 0000015d
ntru_crypto_drbg.o N 0000016e
ntru_crypto_drbg.o N 00000178
ntru_crypto_drbg.o N 0000017e
ntru_crypto_drbg.o N 00000189
ntru_crypto_drbg.o N 0000019d
ntru_crypto_drbg.o N 000001bf
ntru_crypto_drbg.o N 000001c4
ntru_crypto_drbg.o N 000001d8
ntru_crypto_drbg.o N 000001f4
ntru_crypto_drbg.o N 00000210
ntru_crypto_drbg.o N 0000022e
ntru_crypto_drbg.o N 0000023c
ntru_crypto_drbg.o N 0000024a
ntru_crypto_drbg.o N 00000261
ntru_crypto_drbg.o N 00000271
ntru_crypto_drbg.o N 00000285
ntru_crypto_drbg.o N 00000292
ntru_crypto_drbg.o N 000002a0
ntru_crypto_drbg.o N 000002ab
ntru_crypto_drbg.o N 000002b5
ntru_crypto_drbg.o N 000002bd
ntru_crypto_drbg.o N 000002c9
ntru_crypto_drbg.o N 000002d4
ntru_crypto_drbg.o N 000002dd
ntru_crypto_drbg.o N 000002f3
ntru_crypto_drbg.o N 00000308
ntru_crypto_drbg.o N 0000030a
ntru_crypto_drbg.o N 00000321
ntru_crypto_drbg.o N 00000333
ntru_crypto_drbg.o N 00000335
ntru_crypto_drbg.o N 00000339
ntru_crypto_drbg.o N 00000356
ntru_crypto_drbg.o N 00000368
ntru_crypto_drbg.o N 00000371
ntru_crypto_drbg.o N 00000380
ntru_crypto_drbg.o N 0000038e
ntru_crypto_drbg.o N 00000392
ntru_crypto_drbg.o N 000003b0
ntru_crypto_drbg.o N 000003c5
ntru_crypto_drbg.o N 000003d9
ntru_crypto_drbg.o N 000003db
ntru_crypto_drbg.o N 000003e2
ntru_crypto_drbg.o N 000003f0
ntru_crypto_drbg.o N 000003fc
ntru_crypto_drbg.o N 00000412
ntru_crypto_drbg.o N 0000042a
ntru_crypto_drbg.o N 00000432
ntru_crypto_drbg.o N 00000440
ntru_crypto_drbg.o N 0000045a
ntru_crypto_drbg.o N 00000464
ntru_crypto_drbg.o N 00000468
ntru_crypto_drbg.o N 00000485
ntru_crypto_drbg.o N 00000499
ntru_crypto_drbg.o N 000004bf
ntru_crypto_drbg.o N 000004de
ntru_crypto_drbg.o N 000004f6
ntru_crypto_drbg.o N 00000510
ntru_crypto_drbg.o N 00000528
ntru_crypto_drbg.o N 0000052d
ntru_crypto_drbg.o N 0000052f
ntru_crypto_drbg.o N 0000053e
ntru_crypto_drbg.o N 00000553
ntru_crypto_drbg.o N 0000055a
ntru_crypto_drbg.o N 0000056f
ntru_crypto_drbg.o ntru_crypto_drbg_generate T
ntru_crypto_drbg.o ntru_crypto_drbg_instantiate T
ntru_crypto_drbg.o ntru_crypto_drbg_reseed T
ntru_crypto_drbg.o ntru_crypto_drbg_uninstantiate T
ntru_crypto_drbg.o ntru_crypto_external_drbg_instantiate T
ntru_crypto_hash.o N 00000000
ntru_crypto_hash.o N 00000037
ntru_crypto_hash.o N 0000004a
ntru_crypto_hash.o N 00000117
ntru_crypto_hash.o N 0000011f
ntru_crypto_hash.o N 00000123
ntru_crypto_hash.o N 0000012f
ntru_crypto_hash.o N 00000135
ntru_crypto_hash.o N 00000143
ntru_crypto_hash.o N 0000014d
ntru_crypto_hash.o N 00000155
ntru_crypto_hash.o N 00000162
ntru_crypto_hash.o N 00000171
ntru_crypto_hash.o N 0000017c
ntru_crypto_hash.o N 00000185
ntru_crypto_hash.o N 00000193
ntru_crypto_hash.o N 00000198
ntru_crypto_hash.o N 000001a5
ntru_crypto_hash.o N 000001b0
ntru_crypto_hash.o N 000001b9
ntru_crypto_hash.o N 000001d2
ntru_crypto_hash.o N 000001d9
ntru_crypto_hash.o N 000001f4
ntru_crypto_hash.o N 000001fa
ntru_crypto_hash.o N 00000214
ntru_crypto_hash.o N 00000223
ntru_crypto_hash.o N 0000022a
ntru_crypto_hash.o N 00000245
ntru_crypto_hash.o N 00000262
ntru_crypto_hash.o N 0000027e
ntru_crypto_hash.o N 00000292
ntru_crypto_hash.o N 000002ae
ntru_crypto_hash.o N 000002ca
ntru_crypto_hash.o N 000002e8
ntru_crypto_hash.o N 000002f7
ntru_crypto_hash.o N 0000030e
ntru_crypto_hash.o N 00000310
ntru_crypto_hash.o N 00000329
ntru_crypto_hash.o N 00000347
ntru_crypto_hash.o N 00000366
ntru_crypto_hash.o N 0000037c
ntru_crypto_hash.o N 00000394
ntru_crypto_hash.o N 000003ab
ntru_crypto_hash.o N 000003cb
ntru_crypto_hash.o N 000003e3
ntru_crypto_hash.o N 000003e5
ntru_crypto_hash.o N 000003f0
ntru_crypto_hash.o N 000003f8
ntru_crypto_hash.o N 000003fd
ntru_crypto_hash.o N 00000403
ntru_crypto_hash.o N 00000413
ntru_crypto_hash.o N 0000041c
ntru_crypto_hash.o N 00000429
ntru_crypto_hash.o N 0000043e
ntru_crypto_hash.o N 00000445
ntru_crypto_hash.o N 0000045a
ntru_crypto_hash.o N 0000046f
ntru_crypto_hash.o N 00000477
ntru_crypto_hash.o N 0000047e
ntru_crypto_hash.o N 00000483
ntru_crypto_hash.o N 0000048c
ntru_crypto_hash.o ntru_crypto_hash_block_length T
ntru_crypto_hash.o ntru_crypto_hash_digest T
ntru_crypto_hash.o ntru_crypto_hash_digest_length T
ntru_crypto_hash.o ntru_crypto_hash_final T
ntru_crypto_hash.o ntru_crypto_hash_final_zero_pad T
ntru_crypto_hash.o ntru_crypto_hash_init T
ntru_crypto_hash.o ntru_crypto_hash_set_alg T
ntru_crypto_hash.o ntru_crypto_hash_update T
ntru_crypto_hmac.o N 00000000
ntru_crypto_hmac.o N 00000037
ntru_crypto_hmac.o N 0000004a
ntru_crypto_hmac.o N 00000117
ntru_crypto_hmac.o N 00000124
ntru_crypto_hmac.o N 00000140
ntru_crypto_hmac.o N 0000015c
ntru_crypto_hmac.o N 0000017a
ntru_crypto_hmac.o N 00000185
ntru_crypto_hmac.o N 0000018e
ntru_crypto_hmac.o N 00000197
ntru_crypto_hmac.o N 000001a2
ntru_crypto_hmac.o N 000001bf
ntru_crypto_hmac.o N 000001c7
ntru_crypto_hmac.o N 000001cc
ntru_crypto_hmac.o N 000001d2
ntru_crypto_hmac.o N 000001e6
ntru_crypto_hmac.o N 000001f6
ntru_crypto_hmac.o N 000001ff
ntru_crypto_hmac.o N 0000020d
ntru_crypto_hmac.o N 00000217
ntru_crypto_hmac.o N 0000021f
ntru_crypto_hmac.o N 0000022c
ntru_crypto_hmac.o N 00000241
ntru_crypto_hmac.o N 00000248
ntru_crypto_hmac.o N 0000025d
ntru_crypto_hmac.o N 00000272
ntru_crypto_hmac.o N 00000275
ntru_crypto_hmac.o N 0000027d
ntru_crypto_hmac.o N 0000028c
ntru_crypto_hmac.o N 00000297
ntru_crypto_hmac.o N 000002a0
ntru_crypto_hmac.o N 000002a7
ntru_crypto_hmac.o N 000002bd
ntru_crypto_hmac.o N 000002d2
ntru_crypto_hmac.o N 000002ee
ntru_crypto_hmac.o N 0000030b
ntru_crypto_hmac.o N 00000327
ntru_crypto_hmac.o N 00000340
ntru_crypto_hmac.o N 00000356
ntru_crypto_hmac.o N 0000036e
ntru_crypto_hmac.o N 00000385
ntru_crypto_hmac.o N 0000038b
ntru_crypto_hmac.o N 000003a2
ntru_crypto_hmac.o N 000003a6
ntru_crypto_hmac.o N 000003ae
ntru_crypto_hmac.o N 000003b0
ntru_crypto_hmac.o N 000003b4
ntru_crypto_hmac.o N 000003bb
ntru_crypto_hmac.o N 000003bd
ntru_crypto_hmac.o N 000003c1
ntru_crypto_hmac.o N 000003c6
ntru_crypto_hmac.o N 000003cf
ntru_crypto_hmac.o ntru_crypto_hmac_create_ctx T
ntru_crypto_hmac.o ntru_crypto_hmac_destroy_ctx T
ntru_crypto_hmac.o ntru_crypto_hmac_final T
ntru_crypto_hmac.o ntru_crypto_hmac_get_md_len T
ntru_crypto_hmac.o ntru_crypto_hmac_init T
ntru_crypto_hmac.o ntru_crypto_hmac_set_key T
ntru_crypto_hmac.o ntru_crypto_hmac_update T
ntru_crypto_msbyte_uint32.o N 00000000
ntru_crypto_msbyte_uint32.o N 00000037
ntru_crypto_msbyte_uint32.o N 00000053
ntru_crypto_msbyte_uint32.o N 00000120
ntru_crypto_msbyte_uint32.o N 0000012d
ntru_crypto_msbyte_uint32.o N 00000138
ntru_crypto_msbyte_uint32.o N 00000141
ntru_crypto_msbyte_uint32.o N 0000014f
ntru_crypto_msbyte_uint32.o N 00000159
ntru_crypto_msbyte_uint32.o N 00000161
ntru_crypto_msbyte_uint32.o N 0000017d
ntru_crypto_msbyte_uint32.o N 00000199
ntru_crypto_msbyte_uint32.o N 0000019f
ntru_crypto_msbyte_uint32.o N 000001a5
ntru_crypto_msbyte_uint32.o N 000001a7
ntru_crypto_msbyte_uint32.o ntru_crypto_msbyte_2_uint32 T
ntru_crypto_msbyte_uint32.o ntru_crypto_uint32_2_msbyte T
ntru_crypto_ntru_convert.o N 00000000
ntru_crypto_ntru_convert.o N 00000037
ntru_crypto_ntru_convert.o N 00000052
ntru_crypto_ntru_convert.o N 0000011f
ntru_crypto_ntru_convert.o N 0000012c
ntru_crypto_ntru_convert.o N 0000013a
ntru_crypto_ntru_convert.o N 00000144
ntru_crypto_ntru_convert.o N 0000014c
ntru_crypto_ntru_convert.o N 00000160
ntru_crypto_ntru_convert.o N 0000016d
ntru_crypto_ntru_convert.o N 0000017a
ntru_crypto_ntru_convert.o N 00000185
ntru_crypto_ntru_convert.o N 0000018e
ntru_crypto_ntru_convert.o N 0000019d
ntru_crypto_ntru_convert.o N 000001a8
ntru_crypto_ntru_convert.o N 000001b1
ntru_crypto_ntru_convert.o N 000001c4
ntru_crypto_ntru_convert.o N 000001ca
ntru_crypto_ntru_convert.o N 000001d0
ntru_crypto_ntru_convert.o N 000001d2
ntru_crypto_ntru_convert.o N 000001d6
ntru_crypto_ntru_convert.o N 000001eb
ntru_crypto_ntru_convert.o N 000001f2
ntru_crypto_ntru_convert.o N 000001f5
ntru_crypto_ntru_convert.o N 000001fb
ntru_crypto_ntru_convert.o N 00000200
ntru_crypto_ntru_convert.o N 00000204
ntru_crypto_ntru_convert.o N 00000209
ntru_crypto_ntru_convert.o N 0000021c
ntru_crypto_ntru_convert.o N 0000022e
ntru_crypto_ntru_convert.o N 00000240
ntru_crypto_ntru_convert.o N 0000025a
ntru_crypto_ntru_convert.o N 00000276
ntru_crypto_ntru_convert.o N 00000292
ntru_crypto_ntru_convert.o N 000002a9
ntru_crypto_ntru_convert.o N 000002c0
ntru_crypto_ntru_convert.o N 000002c7
ntru_crypto_ntru_convert.o N 000002d1
ntru_crypto_ntru_convert.o N 000002d7
ntru_crypto_ntru_convert.o N 000002de
ntru_crypto_ntru_convert.o N 000002e4
ntru_crypto_ntru_convert.o N 000002f4
ntru_crypto_ntru_convert.o N 000002ff
ntru_crypto_ntru_convert.o N 00000306
ntru_crypto_ntru_convert.o N 0000030c
ntru_crypto_ntru_convert.o N 0000031a
ntru_crypto_ntru_convert.o N 00000329
ntru_crypto_ntru_convert.o N 0000032b
ntru_crypto_ntru_convert.o N 00000333
ntru_crypto_ntru_convert.o N 0000033d
ntru_crypto_ntru_convert.o N 00000348
ntru_crypto_ntru_convert.o N 0000034c
ntru_crypto_ntru_convert.o N 00000353
ntru_crypto_ntru_convert.o N 00000358
ntru_crypto_ntru_convert.o ntru_bits_2_trits T
ntru_crypto_ntru_convert.o ntru_coeffs_mod4_2_octets T
ntru_crypto_ntru_convert.o ntru_elements_2_octets T
ntru_crypto_ntru_convert.o ntru_indices_2_packed_trits T
ntru_crypto_ntru_convert.o ntru_indices_2_trits T
ntru_crypto_ntru_convert.o ntru_octet_2_trits T
ntru_crypto_ntru_convert.o ntru_octets_2_elements T
ntru_crypto_ntru_convert.o ntru_packed_trits_2_indices T
ntru_crypto_ntru_convert.o ntru_trits_2_bits T
ntru_crypto_ntru_convert.o ntru_trits_2_octet T
ntru_crypto_ntru_encrypt.o N 00000000
ntru_crypto_ntru_encrypt.o N 00000037
ntru_crypto_ntru_encrypt.o N 00000052
ntru_crypto_ntru_encrypt.o N 0000011f
ntru_crypto_ntru_encrypt.o N 00000133
ntru_crypto_ntru_encrypt.o N 00000141
ntru_crypto_ntru_encrypt.o N 0000014b
ntru_crypto_ntru_encrypt.o N 00000153
ntru_crypto_ntru_encrypt.o N 00000167
ntru_crypto_ntru_encrypt.o N 00000174
ntru_crypto_ntru_encrypt.o N 00000183
ntru_crypto_ntru_encrypt.o N 00000192
ntru_crypto_ntru_encrypt.o N 000001a1
ntru_crypto_ntru_encrypt.o N 000001b1
ntru_crypto_ntru_encrypt.o N 000001c0
ntru_crypto_ntru_encrypt.o N 000001cf
ntru_crypto_ntru_encrypt.o N 000001de
ntru_crypto_ntru_encrypt.o N 000001ee
ntru_crypto_ntru_encrypt.o N 000001fd
ntru_crypto_ntru_encrypt.o N 0000020c
ntru_crypto_ntru_encrypt.o N 0000021c
ntru_crypto_ntru_encrypt.o N 0000022c
ntru_crypto_ntru_encrypt.o N 0000023b
ntru_crypto_ntru_encrypt.o N 0000024a
ntru_crypto_ntru_encrypt.o N 00000259
ntru_crypto_ntru_encrypt.o N 00000268
ntru_crypto_ntru_encrypt.o N 00000283
ntru_crypto_ntru_encrypt.o N 0000029f
ntru_crypto_ntru_encrypt.o N 000002bb
ntru_crypto_ntru_encrypt.o N 000002d9
ntru_crypto_ntru_encrypt.o N 000002e4
ntru_crypto_ntru_encrypt.o N 000002ed
ntru_crypto_ntru_encrypt.o N 000002fc
ntru_crypto_ntru_encrypt.o N 00000307
ntru_crypto_ntru_encrypt.o N 00000310
ntru_crypto_ntru_encrypt.o N 0000031d
ntru_crypto_ntru_encrypt.o N 0000031f
ntru_crypto_ntru_encrypt.o N 00000321
ntru_crypto_ntru_encrypt.o N 00000325
ntru_crypto_ntru_encrypt.o N 00000334
ntru_crypto_ntru_encrypt.o N 0000034d
ntru_crypto_ntru_encrypt.o N 00000366
ntru_crypto_ntru_encrypt.o N 00000386
ntru_crypto_ntru_encrypt.o N 000003be
ntru_crypto_ntru_encrypt.o N 000003f6
ntru_crypto_ntru_encrypt.o N 00000402
ntru_crypto_ntru_encrypt.o N 0000040e
ntru_crypto_ntru_encrypt.o N 0000041e
ntru_crypto_ntru_encrypt.o N 0000042a
ntru_crypto_ntru_encrypt.o N 00000431
ntru_crypto_ntru_encrypt.o N 00000437
ntru_crypto_ntru_encrypt.o N 00000442
ntru_crypto_ntru_encrypt.o N 0000044e
ntru_crypto_ntru_encrypt.o N 00000456
ntru_crypto_ntru_encrypt.o N 0000045c
ntru_crypto_ntru_encrypt.o N 0000046d
ntru_crypto_ntru_encrypt.o N 0000047b
ntru_crypto_ntru_encrypt.o N 00000482
ntru_crypto_ntru_encrypt.o N 00000485
ntru_crypto_ntru_encrypt.o N 0000049f
ntru_crypto_ntru_encrypt.o N 000004a4
ntru_crypto_ntru_encrypt.o N 000004a9
ntru_crypto_ntru_encrypt.o N 000004ad
ntru_crypto_ntru_encrypt.o N 000004b4
ntru_crypto_ntru_encrypt.o N 000004bb
ntru_crypto_ntru_encrypt.o N 000004bd
ntru_crypto_ntru_encrypt.o N 000004ce
ntru_crypto_ntru_encrypt.o N 000004d0
ntru_crypto_ntru_encrypt.o N 000004d7
ntru_crypto_ntru_encrypt.o N 000004e7
ntru_crypto_ntru_encrypt.o N 000004ec
ntru_crypto_ntru_encrypt.o N 000004f1
ntru_crypto_ntru_encrypt.o N 000004f4
ntru_crypto_ntru_encrypt.o N 000004fe
ntru_crypto_ntru_encrypt.o N 0000050d
ntru_crypto_ntru_encrypt.o N 0000051b
ntru_crypto_ntru_encrypt.o N 00000522
ntru_crypto_ntru_encrypt.o N 0000052c
ntru_crypto_ntru_encrypt.o N 0000053f
ntru_crypto_ntru_encrypt.o N 00000552
ntru_crypto_ntru_encrypt.o N 0000056a
ntru_crypto_ntru_encrypt.o N 00000581
ntru_crypto_ntru_encrypt.o N 00000584
ntru_crypto_ntru_encrypt.o N 0000058b
ntru_crypto_ntru_encrypt.o N 0000058e
ntru_crypto_ntru_encrypt.o N 00000595
ntru_crypto_ntru_encrypt.o N 000005a2
ntru_crypto_ntru_encrypt.o N 000005a6
ntru_crypto_ntru_encrypt.o N 000005aa
ntru_crypto_ntru_encrypt.o N 000005ae
ntru_crypto_ntru_encrypt.o N 000005b1
ntru_crypto_ntru_encrypt.o N 000005c3
ntru_crypto_ntru_encrypt.o N 000005d3
ntru_crypto_ntru_encrypt.o N 000005da
ntru_crypto_ntru_encrypt.o N 000005de
ntru_crypto_ntru_encrypt.o N 000005e5
ntru_crypto_ntru_encrypt.o N 000005f0
ntru_crypto_ntru_encrypt.o N 00000607
ntru_crypto_ntru_encrypt.o N 00000612
ntru_crypto_ntru_encrypt.o N 00000624
ntru_crypto_ntru_encrypt.o N 0000062e
ntru_crypto_ntru_encrypt.o N 00000634
ntru_crypto_ntru_encrypt.o N 00000636
ntru_crypto_ntru_encrypt.o N 00000644
ntru_crypto_ntru_encrypt.o N 00000655
ntru_crypto_ntru_encrypt.o N 00000662
ntru_crypto_ntru_encrypt.o N 00000668
ntru_crypto_ntru_encrypt.o N 00000674
ntru_crypto_ntru_encrypt.o N 00000680
ntru_crypto_ntru_encrypt.o N 00000686
ntru_crypto_ntru_encrypt.o N 00000695
ntru_crypto_ntru_encrypt.o N 000006a7
ntru_crypto_ntru_encrypt.o N 000006b5
ntru_crypto_ntru_encrypt.o N 000006bc
ntru_crypto_ntru_encrypt.o N 000006c2
ntru_crypto_ntru_encrypt.o N 000006c8
ntru_crypto_ntru_encrypt.o N 000006ce
ntru_crypto_ntru_encrypt.o N 000006d6
ntru_crypto_ntru_encrypt.o N 000006e0
ntru_crypto_ntru_encrypt.o N 000006ed
ntru_crypto_ntru_encrypt.o N 000006f1
ntru_crypto_ntru_encrypt.o N 000006f5
ntru_crypto_ntru_encrypt.o N 000006f9
ntru_crypto_ntru_encrypt.o N 0000070e
ntru_crypto_ntru_encrypt.o N 00000722
ntru_crypto_ntru_encrypt.o N 0000072c
ntru_crypto_ntru_encrypt.o N 0000072f
ntru_crypto_ntru_encrypt.o N 00000731
ntru_crypto_ntru_encrypt.o N 0000073a
ntru_crypto_ntru_encrypt.o N 0000073c
ntru_crypto_ntru_encrypt.o N 00000742
ntru_crypto_ntru_encrypt.o N 00000748
ntru_crypto_ntru_encrypt.o N 0000074d
ntru_crypto_ntru_encrypt.o N 0000074f
ntru_crypto_ntru_encrypt.o N 00000752
ntru_crypto_ntru_encrypt.o N 0000075d
ntru_crypto_ntru_encrypt.o N 00000763
ntru_crypto_ntru_encrypt.o N 00000784
ntru_crypto_ntru_encrypt.o N 000007a1
ntru_crypto_ntru_encrypt.o N 000007b3
ntru_crypto_ntru_encrypt.o N 000007bf
ntru_crypto_ntru_encrypt.o N 000007ca
ntru_crypto_ntru_encrypt.o N 000007d7
ntru_crypto_ntru_encrypt.o N 000007dc
ntru_crypto_ntru_encrypt.o N 000007e5
ntru_crypto_ntru_encrypt.o N 000007f8
ntru_crypto_ntru_encrypt.o N 00000801
ntru_crypto_ntru_encrypt.o ntru_crypto_ntru_decrypt T
ntru_crypto_ntru_encrypt.o ntru_crypto_ntru_encrypt T
ntru_crypto_ntru_encrypt.o ntru_crypto_ntru_encrypt_keygen T
ntru_crypto_ntru_encrypt.o ntru_crypto_ntru_encrypt_publicKey2SubjectPublicKeyInfo T
ntru_crypto_ntru_encrypt.o ntru_crypto_ntru_encrypt_subjectPublicKeyInfo2PublicKey T
ntru_crypto_ntru_encrypt_key.o N 00000000
ntru_crypto_ntru_encrypt_key.o N 00000037
ntru_crypto_ntru_encrypt_key.o N 00000056
ntru_crypto_ntru_encrypt_key.o N 00000123
ntru_crypto_ntru_encrypt_key.o N 00000130
ntru_crypto_ntru_encrypt_key.o N 0000013f
ntru_crypto_ntru_encrypt_key.o N 0000014e
ntru_crypto_ntru_encrypt_key.o N 0000015d
ntru_crypto_ntru_encrypt_key.o N 0000016d
ntru_crypto_ntru_encrypt_key.o N 0000017c
ntru_crypto_ntru_encrypt_key.o N 0000018b
ntru_crypto_ntru_encrypt_key.o N 0000019a
ntru_crypto_ntru_encrypt_key.o N 000001aa
ntru_crypto_ntru_encrypt_key.o N 000001b9
ntru_crypto_ntru_encrypt_key.o N 000001c8
ntru_crypto_ntru_encrypt_key.o N 000001d8
ntru_crypto_ntru_encrypt_key.o N 000001e8
ntru_crypto_ntru_encrypt_key.o N 000001f7
ntru_crypto_ntru_encrypt_key.o N 00000206
ntru_crypto_ntru_encrypt_key.o N 00000215
ntru_crypto_ntru_encrypt_key.o N 00000224
ntru_crypto_ntru_encrypt_key.o N 0000023f
ntru_crypto_ntru_encrypt_key.o N 0000024e
ntru_crypto_ntru_encrypt_key.o N 00000259
ntru_crypto_ntru_encrypt_key.o N 00000262
ntru_crypto_ntru_encrypt_key.o N 00000270
ntru_crypto_ntru_encrypt_key.o N 0000027a
ntru_crypto_ntru_encrypt_key.o N 00000282
ntru_crypto_ntru_encrypt_key.o N 000002a5
ntru_crypto_ntru_encrypt_key.o N 000002aa
ntru_crypto_ntru_encrypt_key.o N 000002d7
ntru_crypto_ntru_encrypt_key.o N 00000307
ntru_crypto_ntru_encrypt_key.o N 00000339
ntru_crypto_ntru_encrypt_key.o N 0000036a
ntru_crypto_ntru_encrypt_key.o N 00000377
ntru_crypto_ntru_encrypt_key.o N 00000384
ntru_crypto_ntru_encrypt_key.o N 0000038d
ntru_crypto_ntru_encrypt_key.o N 0000039e
ntru_crypto_ntru_encrypt_key.o N 000003a6
ntru_crypto_ntru_encrypt_key.o N 000003ad
ntru_crypto_ntru_encrypt_key.o N 000003b4
ntru_crypto_ntru_encrypt_key.o N 000003b7
ntru_crypto_ntru_encrypt_key.o N 000003d1
ntru_crypto_ntru_encrypt_key.o N 000003d6
ntru_crypto_ntru_encrypt_key.o N 000003db
ntru_crypto_ntru_encrypt_key.o N 000003df
ntru_crypto_ntru_encrypt_key.o N 000003f3
ntru_crypto_ntru_encrypt_key.o N 000003fa
ntru_crypto_ntru_encrypt_key.o N 00000401
ntru_crypto_ntru_encrypt_key.o N 00000403
ntru_crypto_ntru_encrypt_key.o N 00000414
ntru_crypto_ntru_encrypt_key.o N 00000416
ntru_crypto_ntru_encrypt_key.o N 0000041d
ntru_crypto_ntru_encrypt_key.o N 0000042d
ntru_crypto_ntru_encrypt_key.o N 00000432
ntru_crypto_ntru_encrypt_key.o N 0000043d
ntru_crypto_ntru_encrypt_key.o N 00000446
ntru_crypto_ntru_encrypt_key.o N 00000449
ntru_crypto_ntru_encrypt_key.o N 00000453
ntru_crypto_ntru_encrypt_key.o N 00000462
ntru_crypto_ntru_encrypt_key.o N 00000470
ntru_crypto_ntru_encrypt_key.o N 00000477
ntru_crypto_ntru_encrypt_key.o N 00000481
ntru_crypto_ntru_encrypt_key.o N 00000494
ntru_crypto_ntru_encrypt_key.o N 000004a7
ntru_crypto_ntru_encrypt_key.o N 000004bf
ntru_crypto_ntru_encrypt_key.o N 000004d6
ntru_crypto_ntru_encrypt_key.o N 000004e8
ntru_crypto_ntru_encrypt_key.o N 000004ea
ntru_crypto_ntru_encrypt_key.o N 000004fc
ntru_crypto_ntru_encrypt_key.o N 000004ff
ntru_crypto_ntru_encrypt_key.o N 00000503
ntru_crypto_ntru_encrypt_key.o N 00000516
ntru_crypto_ntru_encrypt_key.o N 0000052f
ntru_crypto_ntru_encrypt_key.o N 0000054a
ntru_crypto_ntru_encrypt_key.o N 0000055a
ntru_crypto_ntru_encrypt_key.o N 0000056b
ntru_crypto_ntru_encrypt_key.o N 00000577
ntru_crypto_ntru_encrypt_key.o N 00000589
ntru_crypto_ntru_encrypt_key.o N 00000597
ntru_crypto_ntru_encrypt_key.o N 000005a4
ntru_crypto_ntru_encrypt_key.o ntru_crypto_ntru_encrypt_key_create_privkey_blob T
ntru_crypto_ntru_encrypt_key.o ntru_crypto_ntru_encrypt_key_create_pubkey_blob T
ntru_crypto_ntru_encrypt_key.o ntru_crypto_ntru_encrypt_key_get_blob_params T
ntru_crypto_ntru_encrypt_key.o ntru_crypto_ntru_encrypt_key_parse T
ntru_crypto_ntru_encrypt_key.o ntru_crypto_ntru_encrypt_key_recreate_pubkey_blob T
ntru_crypto_ntru_encrypt_param_sets.o N 00000000
ntru_crypto_ntru_encrypt_param_sets.o N 00000037
ntru_crypto_ntru_encrypt_param_sets.o N 0000005d
ntru_crypto_ntru_encrypt_param_sets.o N 0000012a
ntru_crypto_ntru_encrypt_param_sets.o N 00000137
ntru_crypto_ntru_encrypt_param_sets.o N 00000144
ntru_crypto_ntru_encrypt_param_sets.o N 0000014b
ntru_crypto_ntru_encrypt_param_sets.o N 00000159
ntru_crypto_ntru_encrypt_param_sets.o N 0000015c
ntru_crypto_ntru_encrypt_param_sets.o N 0000016b
ntru_crypto_ntru_encrypt_param_sets.o N 0000017a
ntru_crypto_ntru_encrypt_param_sets.o N 00000189
ntru_crypto_ntru_encrypt_param_sets.o N 00000199
ntru_crypto_ntru_encrypt_param_sets.o N 000001a8
ntru_crypto_ntru_encrypt_param_sets.o N 000001b7
ntru_crypto_ntru_encrypt_param_sets.o N 000001c6
ntru_crypto_ntru_encrypt_param_sets.o N 000001d6
ntru_crypto_ntru_encrypt_param_sets.o N 000001e5
ntru_crypto_ntru_encrypt_param_sets.o N 000001f4
ntru_crypto_ntru_encrypt_param_sets.o N 00000204
ntru_crypto_ntru_encrypt_param_sets.o N 00000214
ntru_crypto_ntru_encrypt_param_sets.o N 00000223
ntru_crypto_ntru_encrypt_param_sets.o N 00000232
ntru_crypto_ntru_encrypt_param_sets.o N 00000241
ntru_crypto_ntru_encrypt_param_sets.o N 00000250
ntru_crypto_ntru_encrypt_param_sets.o N 0000026b
ntru_crypto_ntru_encrypt_param_sets.o N 00000285
ntru_crypto_ntru_encrypt_param_sets.o N 0000028a
ntru_crypto_ntru_encrypt_param_sets.o N 0000028f
ntru_crypto_ntru_encrypt_param_sets.o N 00000293
ntru_crypto_ntru_encrypt_param_sets.o N 000002a1
ntru_crypto_ntru_encrypt_param_sets.o N 000002ab
ntru_crypto_ntru_encrypt_param_sets.o N 000002b3
ntru_crypto_ntru_encrypt_param_sets.o N 000002c7
ntru_crypto_ntru_encrypt_param_sets.o N 000002ce
ntru_crypto_ntru_encrypt_param_sets.o N 000002d5
ntru_crypto_ntru_encrypt_param_sets.o N 000002d7
ntru_crypto_ntru_encrypt_param_sets.o N 000002e6
ntru_crypto_ntru_encrypt_param_sets.o N 000002f1
ntru_crypto_ntru_encrypt_param_sets.o N 000002fa
ntru_crypto_ntru_encrypt_param_sets.o N 0000030b
ntru_crypto_ntru_encrypt_param_sets.o N 0000030d
ntru_crypto_ntru_encrypt_param_sets.o N 00000314
ntru_crypto_ntru_encrypt_param_sets.o N 00000324
ntru_crypto_ntru_encrypt_param_sets.o N 00000329
ntru_crypto_ntru_encrypt_param_sets.o N 0000032e
ntru_crypto_ntru_encrypt_param_sets.o N 00000339
ntru_crypto_ntru_encrypt_param_sets.o N 00000342
ntru_crypto_ntru_encrypt_param_sets.o N 00000345
ntru_crypto_ntru_encrypt_param_sets.o N 0000034f
ntru_crypto_ntru_encrypt_param_sets.o N 0000035e
ntru_crypto_ntru_encrypt_param_sets.o N 0000036c
ntru_crypto_ntru_encrypt_param_sets.o N 00000373
ntru_crypto_ntru_encrypt_param_sets.o N 0000037d
ntru_crypto_ntru_encrypt_param_sets.o N 00000390
ntru_crypto_ntru_encrypt_param_sets.o N 000003a3
ntru_crypto_ntru_encrypt_param_sets.o N 000003bb
ntru_crypto_ntru_encrypt_param_sets.o N 000003d2
ntru_crypto_ntru_encrypt_param_sets.o N 000003f2
ntru_crypto_ntru_encrypt_param_sets.o N 00000413
ntru_crypto_ntru_encrypt_param_sets.o N 00000437
ntru_crypto_ntru_encrypt_param_sets.o N 00000457
ntru_crypto_ntru_encrypt_param_sets.o N 00000459
ntru_crypto_ntru_encrypt_param_sets.o ntru_encrypt_get_param_set_name T
ntru_crypto_ntru_encrypt_param_sets.o ntru_encrypt_get_params_with_DER_id T
ntru_crypto_ntru_encrypt_param_sets.o ntru_encrypt_get_params_with_OID T
ntru_crypto_ntru_encrypt_param_sets.o ntru_encrypt_get_params_with_id T
ntru_crypto_ntru_mgf1.o N 00000000
ntru_crypto_ntru_mgf1.o N 00000037
ntru_crypto_ntru_mgf1.o N 0000004f
ntru_crypto_ntru_mgf1.o N 0000011c
ntru_crypto_ntru_mgf1.o N 00000129
ntru_crypto_ntru_mgf1.o N 00000145
ntru_crypto_ntru_mgf1.o N 00000161
ntru_crypto_ntru_mgf1.o N 0000017f
ntru_crypto_ntru_mgf1.o N 0000018a
ntru_crypto_ntru_mgf1.o N 00000193
ntru_crypto_ntru_mgf1.o N 0000019d
ntru_crypto_ntru_mgf1.o N 000001a3
ntru_crypto_ntru_mgf1.o N 000001b1
ntru_crypto_ntru_mgf1.o N 000001bb
ntru_crypto_ntru_mgf1.o N 000001c3
ntru_crypto_ntru_mgf1.o N 000001c9
ntru_crypto_ntru_mgf1.o N 000001e0
ntru_crypto_ntru_mgf1.o N 000001e7
ntru_crypto_ntru_mgf1.o N 000001f1
ntru_crypto_ntru_mgf1.o N 000001fa
ntru_crypto_ntru_mgf1.o N 00000209
ntru_crypto_ntru_mgf1.o N 00000214
ntru_crypto_ntru_mgf1.o N 0000021d
ntru_crypto_ntru_mgf1.o N 00000222
ntru_crypto_ntru_mgf1.o N 00000226
ntru_crypto_ntru_mgf1.o N 0000022a
ntru_crypto_ntru_mgf1.o N 00000232
ntru_crypto_ntru_mgf1.o N 0000023e
ntru_crypto_ntru_mgf1.o N 00000244
ntru_crypto_ntru_mgf1.o N 00000258
ntru_crypto_ntru_mgf1.o N 00000263
ntru_crypto_ntru_mgf1.o N 0000026d
ntru_crypto_ntru_mgf1.o N 00000272
ntru_crypto_ntru_mgf1.o N 00000276
ntru_crypto_ntru_mgf1.o N 0000027e
ntru_crypto_ntru_mgf1.o N 00000285
ntru_crypto_ntru_mgf1.o N 00000296
ntru_crypto_ntru_mgf1.o ntru_mgf1 T
ntru_crypto_ntru_mgf1.o ntru_mgftp1 T
ntru_crypto_ntru_poly.o N 00000000
ntru_crypto_ntru_poly.o N 00000037
ntru_crypto_ntru_poly.o N 0000004f
ntru_crypto_ntru_poly.o N 0000011c
ntru_crypto_ntru_poly.o N 00000129
ntru_crypto_ntru_poly.o N 00000145
ntru_crypto_ntru_poly.o N 00000161
ntru_crypto_ntru_poly.o N 0000017f
ntru_crypto_ntru_poly.o N 0000018e
ntru_crypto_ntru_poly.o N 00000199
ntru_crypto_ntru_poly.o N 000001a2
ntru_crypto_ntru_poly.o N 000001ad
ntru_crypto_ntru_poly.o N 000001b6
ntru_crypto_ntru_poly.o N 000001c4
ntru_crypto_ntru_poly.o N 000001ce
ntru_crypto_ntru_poly.o N 000001d6
ntru_crypto_ntru_poly.o N 000001ed
ntru_crypto_ntru_poly.o N 000001ef
ntru_crypto_ntru_poly.o N 000001f9
ntru_crypto_ntru_poly.o N 00000203
ntru_crypto_ntru_poly.o N 00000206
ntru_crypto_ntru_poly.o N 00000208
ntru_crypto_ntru_poly.o N 0000020a
ntru_crypto_ntru_poly.o N 0000020c
ntru_crypto_ntru_poly.o N 0000020e
ntru_crypto_ntru_poly.o N 0000021f
ntru_crypto_ntru_poly.o N 00000224
ntru_crypto_ntru_poly.o N 00000229
ntru_crypto_ntru_poly.o N 0000022b
ntru_crypto_ntru_poly.o N 0000022d
ntru_crypto_ntru_poly.o N 0000022f
ntru_crypto_ntru_poly.o N 0000023d
ntru_crypto_ntru_poly.o N 00000258
ntru_crypto_ntru_poly.o N 0000025d
ntru_crypto_ntru_poly.o N 00000286
ntru_crypto_ntru_poly.o N 000002a5
ntru_crypto_ntru_poly.o N 000002c1
ntru_crypto_ntru_poly.o N 000002cb
ntru_crypto_ntru_poly.o N 000002d9
ntru_crypto_ntru_poly.o N 000002e4
ntru_crypto_ntru_poly.o N 000002fb
ntru_crypto_ntru_poly.o N 00000302
ntru_crypto_ntru_poly.o N 0000030c
ntru_crypto_ntru_poly.o N 00000315
ntru_crypto_ntru_poly.o N 0000031d
ntru_crypto_ntru_poly.o N 0000032c
ntru_crypto_ntru_poly.o N 00000330
ntru_crypto_ntru_poly.o N 00000335
ntru_crypto_ntru_poly.o N 0000033d
ntru_crypto_ntru_poly.o N 00000344
ntru_crypto_ntru_poly.o N 0000034d
ntru_crypto_ntru_poly.o N 00000352
ntru_crypto_ntru_poly.o N 0000035c
ntru_crypto_ntru_poly.o N 00000364
ntru_crypto_ntru_poly.o N 00000369
ntru_crypto_ntru_poly.o N 00000370
ntru_crypto_ntru_poly.o N 00000376
ntru_crypto_ntru_poly.o N 00000386
ntru_crypto_ntru_poly.o N 00000390
ntru_crypto_ntru_poly.o N 0000039c
ntru_crypto_ntru_poly.o N 000003ad
ntru_crypto_ntru_poly.o N 000003b3
ntru_crypto_ntru_poly.o N 000003be
ntru_crypto_ntru_poly.o N 000003c1
ntru_crypto_ntru_poly.o N 000003d5
ntru_crypto_ntru_poly.o N 000003dd
ntru_crypto_ntru_poly.o N 000003e5
ntru_crypto_ntru_poly.o N 000003ec
ntru_crypto_ntru_poly.o N 000003ef
ntru_crypto_ntru_poly.o N 000003f9
ntru_crypto_ntru_poly.o N 00000404
ntru_crypto_ntru_poly.o N 00000412
ntru_crypto_ntru_poly.o N 00000415
ntru_crypto_ntru_poly.o N 00000418
ntru_crypto_ntru_poly.o N 0000041d
ntru_crypto_ntru_poly.o N 00000421
ntru_crypto_ntru_poly.o N 00000429
ntru_crypto_ntru_poly.o N 00000431
ntru_crypto_ntru_poly.o N 00000439
ntru_crypto_ntru_poly.o N 0000043c
ntru_crypto_ntru_poly.o N 00000441
ntru_crypto_ntru_poly.o N 00000445
ntru_crypto_ntru_poly.o N 0000044c
ntru_crypto_ntru_poly.o N 0000044e
ntru_crypto_ntru_poly.o N 00000450
ntru_crypto_ntru_poly.o N 00000455
ntru_crypto_ntru_poly.o N 00000458
ntru_crypto_ntru_poly.o N 0000045b
ntru_crypto_ntru_poly.o N 00000460
ntru_crypto_ntru_poly.o N 00000465
ntru_crypto_ntru_poly.o N 0000046b
ntru_crypto_ntru_poly.o N 0000046d
ntru_crypto_ntru_poly.o N 00000473
ntru_crypto_ntru_poly.o N 00000479
ntru_crypto_ntru_poly.o N 0000047f
ntru_crypto_ntru_poly.o N 00000481
ntru_crypto_ntru_poly.o N 00000487
ntru_crypto_ntru_poly.o N 00000489
ntru_crypto_ntru_poly.o ntru_gen_poly T
ntru_crypto_ntru_poly.o ntru_poly_check_min_weight T
ntru_crypto_ntru_poly.o ntru_ring_inv T
ntru_crypto_ntru_poly.o ntru_ring_mult_coefficients T
ntru_crypto_ntru_poly.o ntru_ring_mult_indices T
ntru_crypto_ntru_poly.o ntru_ring_mult_indices_double_width_conv T
ntru_crypto_ntru_poly.o ntru_ring_mult_product_indices T
ntru_crypto_sha1.o N 00000000
ntru_crypto_sha1.o N 00000037
ntru_crypto_sha1.o N 0000004a
ntru_crypto_sha1.o N 00000117
ntru_crypto_sha1.o N 00000124
ntru_crypto_sha1.o N 0000012f
ntru_crypto_sha1.o N 00000138
ntru_crypto_sha1.o N 00000146
ntru_crypto_sha1.o N 00000150
ntru_crypto_sha1.o N 00000158
ntru_crypto_sha1.o N 0000015d
ntru_crypto_sha1.o N 0000016e
ntru_crypto_sha1.o N 00000170
ntru_crypto_sha1.o N 00000176
ntru_crypto_sha1.o N 0000018a
ntru_crypto_sha1.o N 0000019a
ntru_crypto_sha1.o N 000001a3
ntru_crypto_sha1.o N 000001b0
ntru_crypto_sha1.o N 000001c5
ntru_crypto_sha1.o N 000001ca
ntru_crypto_sha1.o N 000001cd
ntru_crypto_sha1.o N 000001d4
ntru_crypto_sha1.o N 000001da
ntru_crypto_sha1.o N 000001dd
ntru_crypto_sha1.o N 000001e3
ntru_crypto_sha1.o N 000001ea
ntru_crypto_sha1.o N 000001ec
ntru_crypto_sha1.o N 000001f2
ntru_crypto_sha1.o N 000001f8
ntru_crypto_sha1.o N 000001fd
ntru_crypto_sha1.o N 00000206
ntru_crypto_sha1.o N 0000021c
ntru_crypto_sha1.o N 00000234
ntru_crypto_sha1.o N 0000024b
ntru_crypto_sha1.o N 0000026b
ntru_crypto_sha1.o N 00000283
ntru_crypto_sha1.o N 00000288
ntru_crypto_sha1.o N 0000028a
ntru_crypto_sha1.o N 0000028c
ntru_crypto_sha1.o N 0000028e
ntru_crypto_sha1.o N 00000290
ntru_crypto_sha1.o N 00000292
ntru_crypto_sha1.o N 00000294
ntru_crypto_sha1.o ntru_crypto_sha1 T
ntru_crypto_sha1.o ntru_crypto_sha1_digest T
ntru_crypto_sha1.o ntru_crypto_sha1_final T
ntru_crypto_sha1.o ntru_crypto_sha1_final_zero_pad T
ntru_crypto_sha1.o ntru_crypto_sha1_init T
ntru_crypto_sha1.o ntru_crypto_sha1_update T
ntru_crypto_sha2.o N 00000000
ntru_crypto_sha2.o N 00000037
ntru_crypto_sha2.o N 0000004a
ntru_crypto_sha2.o N 00000117
ntru_crypto_sha2.o N 00000124
ntru_crypto_sha2.o N 00000140
ntru_crypto_sha2.o N 0000015c
ntru_crypto_sha2.o N 0000017a
ntru_crypto_sha2.o N 00000185
ntru_crypto_sha2.o N 0000018e
ntru_crypto_sha2.o N 0000019c
ntru_crypto_sha2.o N 000001a6
ntru_crypto_sha2.o N 000001ae
ntru_crypto_sha2.o N 000001b3
ntru_crypto_sha2.o N 000001c4
ntru_crypto_sha2.o N 000001cd
ntru_crypto_sha2.o N 000001d4
ntru_crypto_sha2.o N 000001e8
ntru_crypto_sha2.o N 000001ee
ntru_crypto_sha2.o N 00000205
ntru_crypto_sha2.o N 00000207
ntru_crypto_sha2.o N 0000020d
ntru_crypto_sha2.o N 0000021d
ntru_crypto_sha2.o N 00000226
ntru_crypto_sha2.o N 00000233
ntru_crypto_sha2.o N 00000248
ntru_crypto_sha2.o N 0000024d
ntru_crypto_sha2.o N 00000250
ntru_crypto_sha2.o N 00000253
ntru_crypto_sha2.o N 00000259
ntru_crypto_sha2.o N 00000260
ntru_crypto_sha2.o N 00000266
ntru_crypto_sha2.o N 00000268
ntru_crypto_sha2.o N 0000026d
ntru_crypto_sha2.o N 00000273
ntru_crypto_sha2.o N 00000279
ntru_crypto_sha2.o N 0000027e
ntru_crypto_sha2.o N 00000280
ntru_crypto_sha2.o N 00000282
ntru_crypto_sha2.o N 00000284
ntru_crypto_sha2.o N 00000286
ntru_crypto_sha2.o N 00000288
ntru_crypto_sha2.o N 0000028a
ntru_crypto_sha2.o N 0000028c
ntru_crypto_sha2.o N 0000028e
ntru_crypto_sha2.o ntru_crypto_sha2 T
ntru_crypto_sha256.o N 00000000
ntru_crypto_sha256.o N 00000037
ntru_crypto_sha256.o N 0000004c
ntru_crypto_sha256.o N 00000119
ntru_crypto_sha256.o N 00000126
ntru_crypto_sha256.o N 00000142
ntru_crypto_sha256.o N 0000015e
ntru_crypto_sha256.o N 0000017c
ntru_crypto_sha256.o N 00000194
ntru_crypto_sha256.o N 0000019f
ntru_crypto_sha256.o N 000001a8
ntru_crypto_sha256.o N 000001c2
ntru_crypto_sha256.o N 000001db
ntru_crypto_sha256.o N 000001fd
ntru_crypto_sha256.o N 00000217
ntru_crypto_sha256.o N 00000219
ntru_crypto_sha256.o N 0000021f
ntru_crypto_sha256.o N 00000233
ntru_crypto_sha256.o N 00000243
ntru_crypto_sha256.o N 0000024c
ntru_crypto_sha256.o N 0000025a
ntru_crypto_sha256.o N 00000264
ntru_crypto_sha256.o N 0000026c
ntru_crypto_sha256.o N 00000279
ntru_crypto_sha256.o N 0000028e
ntru_crypto_sha256.o N 00000293
ntru_crypto_sha256.o N 0000029c
ntru_crypto_sha256.o ntru_crypto_sha256_digest T
ntru_crypto_sha256.o ntru_crypto_sha256_final T
ntru_crypto_sha256.o ntru_crypto_sha256_final_zero_pad T
ntru_crypto_sha256.o ntru_crypto_sha256_init T
ntru_crypto_sha256.o ntru_crypto_sha256_update T
useshort.o N 00000000
useshort.o N 00000037
useshort.o N 00000042
useshort.o N 0000010f
useshort.o N 00000115
useshort.o N 00000123
useshort.o N 00000137
useshort.o N 00000164
useshort.o N 00000168
useshort.o N 0000019a
useshort.o N 0000019c
useshort.o N 0000019e
useshort.o N 000001a3
useshort.o N 000001ba
useshort.o N 000001bc
useshort.o N 000001bf
useshort.o N 000001c4
useshort.o N 000001c6
useshort.o N 000001cd
useshort.o N 000001d0
useshort.o N 000001d5

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:refclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))

Namespace violations


ebats.o N 00000000
ebats.o N 00000037
ebats.o N 0000003f
ebats.o N 0000010b
ebats.o N 00000118
ebats.o N 00000127
ebats.o N 00000136
ebats.o N 00000145
ebats.o N 00000155
ebats.o N 00000164
ebats.o N 00000173
ebats.o N 00000182
ebats.o N 00000192
ebats.o N 000001a1
ebats.o N 000001b0
ebats.o N 000001c0
ebats.o N 000001d0
ebats.o N 000001df
ebats.o N 000001ee
ebats.o N 000001fd
ebats.o N 0000020c
ebats.o N 00000227
ebats.o N 00000232
ebats.o N 0000023b
ebats.o N 00000249
ebats.o N 00000260
ebats.o N 00000270
ebats.o N 0000027f
ebats.o N 0000028a
ebats.o N 00000293
ebats.o N 0000029e
ebats.o N 000002a7
ebats.o N 000002b7
ebats.o N 000002bb
ebats.o N 000002c8
ebats.o N 000002d6
ebats.o N 0000030b
ebats.o N 0000031b
ebats.o N 0000032a
ebats.o N 0000032c
ebats.o N 00000331
ebats.o N 00000334
ebats.o N 0000033e
ebats.o N 00000346
ebats.o N 00000349
ebats.o N 00000350
ebats.o N 0000035d
ebats.o N 00000377
ebats.o N 0000037e
ebats.o N 00000383
ebats.o N 0000038f
ebats.o N 00000391
ebats.o N 00000396
ebats.o N 00000398
ebats.o N 0000039f
ebats.o N 000003a5
ebats.o N 000003aa
ebats.o N 000003b1
ebats.o copyrightclaims T
ebats.o patentclaims T
ebats.o randombytesfn T
ebats.o shortciphertext T
ebats.o shortplaintext T
ntru_crypto_drbg.o N 00000000
ntru_crypto_drbg.o N 00000037
ntru_crypto_drbg.o N 0000004a
ntru_crypto_drbg.o N 00000116
ntru_crypto_drbg.o N 00000121
ntru_crypto_drbg.o N 00000128
ntru_crypto_drbg.o N 00000135
ntru_crypto_drbg.o N 00000140
ntru_crypto_drbg.o N 00000149
ntru_crypto_drbg.o N 0000014e
ntru_crypto_drbg.o N 0000015c
ntru_crypto_drbg.o N 0000016d
ntru_crypto_drbg.o N 00000177
ntru_crypto_drbg.o N 0000017d
ntru_crypto_drbg.o N 00000188
ntru_crypto_drbg.o N 0000019c
ntru_crypto_drbg.o N 000001be
ntru_crypto_drbg.o N 000001c3
ntru_crypto_drbg.o N 000001d7
ntru_crypto_drbg.o N 000001f3
ntru_crypto_drbg.o N 0000020f
ntru_crypto_drbg.o N 0000022d
ntru_crypto_drbg.o N 0000023b
ntru_crypto_drbg.o N 00000249
ntru_crypto_drbg.o N 00000260
ntru_crypto_drbg.o N 00000270
ntru_crypto_drbg.o N 00000284
ntru_crypto_drbg.o N 00000291
ntru_crypto_drbg.o N 0000029f
ntru_crypto_drbg.o N 000002aa
ntru_crypto_drbg.o N 000002b4
ntru_crypto_drbg.o N 000002bc
ntru_crypto_drbg.o N 000002c8
ntru_crypto_drbg.o N 000002d3
ntru_crypto_drbg.o N 000002dc
ntru_crypto_drbg.o N 000002f2
ntru_crypto_drbg.o N 00000307
ntru_crypto_drbg.o N 00000309
ntru_crypto_drbg.o N 00000320
ntru_crypto_drbg.o N 00000332
ntru_crypto_drbg.o N 00000334
ntru_crypto_drbg.o N 00000338
ntru_crypto_drbg.o N 00000355
ntru_crypto_drbg.o N 00000367
ntru_crypto_drbg.o N 00000370
ntru_crypto_drbg.o N 0000037f
ntru_crypto_drbg.o N 0000038d
ntru_crypto_drbg.o N 00000391
ntru_crypto_drbg.o N 000003af
ntru_crypto_drbg.o N 000003c4
ntru_crypto_drbg.o N 000003d8
ntru_crypto_drbg.o N 000003da
ntru_crypto_drbg.o N 000003e1
ntru_crypto_drbg.o N 000003ef
ntru_crypto_drbg.o N 000003fb
ntru_crypto_drbg.o N 0000040f
ntru_crypto_drbg.o N 00000411
ntru_crypto_drbg.o N 00000427
ntru_crypto_drbg.o N 0000043f
ntru_crypto_drbg.o N 00000447
ntru_crypto_drbg.o N 00000455
ntru_crypto_drbg.o N 0000046f
ntru_crypto_drbg.o N 00000479
ntru_crypto_drbg.o N 0000047d
ntru_crypto_drbg.o N 0000049a
ntru_crypto_drbg.o N 000004c0
ntru_crypto_drbg.o N 000004df
ntru_crypto_drbg.o N 000004f7
ntru_crypto_drbg.o N 00000511
ntru_crypto_drbg.o N 00000529
ntru_crypto_drbg.o N 0000052e
ntru_crypto_drbg.o N 0000053d
ntru_crypto_drbg.o N 00000552
ntru_crypto_drbg.o N 00000559
ntru_crypto_drbg.o N 0000056e
ntru_crypto_drbg.o ntru_crypto_drbg_generate T
ntru_crypto_drbg.o ntru_crypto_drbg_instantiate T
ntru_crypto_drbg.o ntru_crypto_drbg_reseed T
ntru_crypto_drbg.o ntru_crypto_drbg_uninstantiate T
ntru_crypto_drbg.o ntru_crypto_external_drbg_instantiate T
ntru_crypto_hash.o N 00000000
ntru_crypto_hash.o N 00000037
ntru_crypto_hash.o N 0000004a
ntru_crypto_hash.o N 00000116
ntru_crypto_hash.o N 0000011e
ntru_crypto_hash.o N 00000122
ntru_crypto_hash.o N 0000012e
ntru_crypto_hash.o N 00000134
ntru_crypto_hash.o N 00000142
ntru_crypto_hash.o N 0000014c
ntru_crypto_hash.o N 00000154
ntru_crypto_hash.o N 00000161
ntru_crypto_hash.o N 00000170
ntru_crypto_hash.o N 0000017b
ntru_crypto_hash.o N 00000184
ntru_crypto_hash.o N 00000192
ntru_crypto_hash.o N 00000197
ntru_crypto_hash.o N 000001a4
ntru_crypto_hash.o N 000001af
ntru_crypto_hash.o N 000001b8
ntru_crypto_hash.o N 000001d1
ntru_crypto_hash.o N 000001d8
ntru_crypto_hash.o N 000001f3
ntru_crypto_hash.o N 000001f9
ntru_crypto_hash.o N 00000213
ntru_crypto_hash.o N 00000222
ntru_crypto_hash.o N 00000229
ntru_crypto_hash.o N 00000244
ntru_crypto_hash.o N 00000261
ntru_crypto_hash.o N 0000027d
ntru_crypto_hash.o N 00000291
ntru_crypto_hash.o N 000002ad
ntru_crypto_hash.o N 000002c9
ntru_crypto_hash.o N 000002e7
ntru_crypto_hash.o N 000002f6
ntru_crypto_hash.o N 0000030d
ntru_crypto_hash.o N 0000030f
ntru_crypto_hash.o N 00000328
ntru_crypto_hash.o N 00000346
ntru_crypto_hash.o N 00000365
ntru_crypto_hash.o N 0000037b
ntru_crypto_hash.o N 00000393
ntru_crypto_hash.o N 000003aa
ntru_crypto_hash.o N 000003ca
ntru_crypto_hash.o N 000003e2
ntru_crypto_hash.o N 000003e4
ntru_crypto_hash.o N 000003ef
ntru_crypto_hash.o N 000003f7
ntru_crypto_hash.o N 000003fc
ntru_crypto_hash.o N 00000402
ntru_crypto_hash.o N 00000412
ntru_crypto_hash.o N 0000041b
ntru_crypto_hash.o N 00000428
ntru_crypto_hash.o N 0000043d
ntru_crypto_hash.o N 00000444
ntru_crypto_hash.o N 00000459
ntru_crypto_hash.o N 0000046e
ntru_crypto_hash.o N 00000476
ntru_crypto_hash.o N 0000047d
ntru_crypto_hash.o N 00000482
ntru_crypto_hash.o N 0000048b
ntru_crypto_hash.o ntru_crypto_hash_block_length T
ntru_crypto_hash.o ntru_crypto_hash_digest T
ntru_crypto_hash.o ntru_crypto_hash_digest_length T
ntru_crypto_hash.o ntru_crypto_hash_final T
ntru_crypto_hash.o ntru_crypto_hash_final_zero_pad T
ntru_crypto_hash.o ntru_crypto_hash_init T
ntru_crypto_hash.o ntru_crypto_hash_set_alg T
ntru_crypto_hash.o ntru_crypto_hash_update T
ntru_crypto_hmac.o N 00000000
ntru_crypto_hmac.o N 00000037
ntru_crypto_hmac.o N 0000004a
ntru_crypto_hmac.o N 00000116
ntru_crypto_hmac.o N 00000123
ntru_crypto_hmac.o N 0000013f
ntru_crypto_hmac.o N 0000015b
ntru_crypto_hmac.o N 00000179
ntru_crypto_hmac.o N 00000184
ntru_crypto_hmac.o N 0000018d
ntru_crypto_hmac.o N 00000196
ntru_crypto_hmac.o N 000001a1
ntru_crypto_hmac.o N 000001be
ntru_crypto_hmac.o N 000001c6
ntru_crypto_hmac.o N 000001cb
ntru_crypto_hmac.o N 000001d1
ntru_crypto_hmac.o N 000001e5
ntru_crypto_hmac.o N 000001f5
ntru_crypto_hmac.o N 000001fe
ntru_crypto_hmac.o N 0000020c
ntru_crypto_hmac.o N 00000216
ntru_crypto_hmac.o N 0000021e
ntru_crypto_hmac.o N 0000022b
ntru_crypto_hmac.o N 00000240
ntru_crypto_hmac.o N 00000247
ntru_crypto_hmac.o N 0000025c
ntru_crypto_hmac.o N 00000271
ntru_crypto_hmac.o N 00000274
ntru_crypto_hmac.o N 0000027c
ntru_crypto_hmac.o N 0000028b
ntru_crypto_hmac.o N 00000296
ntru_crypto_hmac.o N 0000029f
ntru_crypto_hmac.o N 000002a6
ntru_crypto_hmac.o N 000002bc
ntru_crypto_hmac.o N 000002d1
ntru_crypto_hmac.o N 000002ed
ntru_crypto_hmac.o N 0000030a
ntru_crypto_hmac.o N 00000326
ntru_crypto_hmac.o N 0000033f
ntru_crypto_hmac.o N 00000355
ntru_crypto_hmac.o N 0000036d
ntru_crypto_hmac.o N 00000384
ntru_crypto_hmac.o N 0000038a
ntru_crypto_hmac.o N 000003a1
ntru_crypto_hmac.o N 000003a5
ntru_crypto_hmac.o N 000003ad
ntru_crypto_hmac.o N 000003af
ntru_crypto_hmac.o N 000003b3
ntru_crypto_hmac.o N 000003ba
ntru_crypto_hmac.o N 000003bc
ntru_crypto_hmac.o N 000003c0
ntru_crypto_hmac.o N 000003c5
ntru_crypto_hmac.o N 000003ce
ntru_crypto_hmac.o ntru_crypto_hmac_create_ctx T
ntru_crypto_hmac.o ntru_crypto_hmac_destroy_ctx T
ntru_crypto_hmac.o ntru_crypto_hmac_final T
ntru_crypto_hmac.o ntru_crypto_hmac_get_md_len T
ntru_crypto_hmac.o ntru_crypto_hmac_init T
ntru_crypto_hmac.o ntru_crypto_hmac_set_key T
ntru_crypto_hmac.o ntru_crypto_hmac_update T
ntru_crypto_msbyte_uint32.o N 00000000
ntru_crypto_msbyte_uint32.o N 00000037
ntru_crypto_msbyte_uint32.o N 00000053
ntru_crypto_msbyte_uint32.o N 0000011f
ntru_crypto_msbyte_uint32.o N 0000012c
ntru_crypto_msbyte_uint32.o N 00000137
ntru_crypto_msbyte_uint32.o N 00000140
ntru_crypto_msbyte_uint32.o N 0000014e
ntru_crypto_msbyte_uint32.o N 00000158
ntru_crypto_msbyte_uint32.o N 00000160
ntru_crypto_msbyte_uint32.o N 0000017c
ntru_crypto_msbyte_uint32.o N 00000198
ntru_crypto_msbyte_uint32.o N 0000019e
ntru_crypto_msbyte_uint32.o N 000001a4
ntru_crypto_msbyte_uint32.o N 000001a6
ntru_crypto_msbyte_uint32.o ntru_crypto_msbyte_2_uint32 T
ntru_crypto_msbyte_uint32.o ntru_crypto_uint32_2_msbyte T
ntru_crypto_ntru_convert.o N 00000000
ntru_crypto_ntru_convert.o N 00000037
ntru_crypto_ntru_convert.o N 00000052
ntru_crypto_ntru_convert.o N 0000011e
ntru_crypto_ntru_convert.o N 0000012b
ntru_crypto_ntru_convert.o N 00000139
ntru_crypto_ntru_convert.o N 00000143
ntru_crypto_ntru_convert.o N 0000014b
ntru_crypto_ntru_convert.o N 0000015f
ntru_crypto_ntru_convert.o N 0000016c
ntru_crypto_ntru_convert.o N 00000179
ntru_crypto_ntru_convert.o N 00000184
ntru_crypto_ntru_convert.o N 0000018d
ntru_crypto_ntru_convert.o N 0000019c
ntru_crypto_ntru_convert.o N 000001a7
ntru_crypto_ntru_convert.o N 000001b0
ntru_crypto_ntru_convert.o N 000001c3
ntru_crypto_ntru_convert.o N 000001c9
ntru_crypto_ntru_convert.o N 000001cf
ntru_crypto_ntru_convert.o N 000001d1
ntru_crypto_ntru_convert.o N 000001d5
ntru_crypto_ntru_convert.o N 000001ea
ntru_crypto_ntru_convert.o N 000001f1
ntru_crypto_ntru_convert.o N 000001f4
ntru_crypto_ntru_convert.o N 000001fa
ntru_crypto_ntru_convert.o N 000001ff
ntru_crypto_ntru_convert.o N 00000203
ntru_crypto_ntru_convert.o N 00000208
ntru_crypto_ntru_convert.o N 0000021b
ntru_crypto_ntru_convert.o N 0000022d
ntru_crypto_ntru_convert.o N 0000023f
ntru_crypto_ntru_convert.o N 00000259
ntru_crypto_ntru_convert.o N 00000275
ntru_crypto_ntru_convert.o N 00000291
ntru_crypto_ntru_convert.o N 000002a8
ntru_crypto_ntru_convert.o N 000002bf
ntru_crypto_ntru_convert.o N 000002c6
ntru_crypto_ntru_convert.o N 000002d0
ntru_crypto_ntru_convert.o N 000002d6
ntru_crypto_ntru_convert.o N 000002dd
ntru_crypto_ntru_convert.o N 000002e3
ntru_crypto_ntru_convert.o N 000002f3
ntru_crypto_ntru_convert.o N 000002fe
ntru_crypto_ntru_convert.o N 00000305
ntru_crypto_ntru_convert.o N 0000030b
ntru_crypto_ntru_convert.o N 00000319
ntru_crypto_ntru_convert.o N 00000328
ntru_crypto_ntru_convert.o N 0000032a
ntru_crypto_ntru_convert.o N 00000332
ntru_crypto_ntru_convert.o N 0000033c
ntru_crypto_ntru_convert.o N 00000347
ntru_crypto_ntru_convert.o N 0000034b
ntru_crypto_ntru_convert.o N 00000352
ntru_crypto_ntru_convert.o N 00000357
ntru_crypto_ntru_convert.o ntru_bits_2_trits T
ntru_crypto_ntru_convert.o ntru_coeffs_mod4_2_octets T
ntru_crypto_ntru_convert.o ntru_elements_2_octets T
ntru_crypto_ntru_convert.o ntru_indices_2_packed_trits T
ntru_crypto_ntru_convert.o ntru_indices_2_trits T
ntru_crypto_ntru_convert.o ntru_octet_2_trits T
ntru_crypto_ntru_convert.o ntru_octets_2_elements T
ntru_crypto_ntru_convert.o ntru_packed_trits_2_indices T
ntru_crypto_ntru_convert.o ntru_trits_2_bits T
ntru_crypto_ntru_convert.o ntru_trits_2_octet T
ntru_crypto_ntru_encrypt.o N 00000000
ntru_crypto_ntru_encrypt.o N 00000037
ntru_crypto_ntru_encrypt.o N 00000052
ntru_crypto_ntru_encrypt.o N 0000011e
ntru_crypto_ntru_encrypt.o N 00000132
ntru_crypto_ntru_encrypt.o N 00000140
ntru_crypto_ntru_encrypt.o N 0000014a
ntru_crypto_ntru_encrypt.o N 00000152
ntru_crypto_ntru_encrypt.o N 00000166
ntru_crypto_ntru_encrypt.o N 00000173
ntru_crypto_ntru_encrypt.o N 00000182
ntru_crypto_ntru_encrypt.o N 00000191
ntru_crypto_ntru_encrypt.o N 000001a0
ntru_crypto_ntru_encrypt.o N 000001b0
ntru_crypto_ntru_encrypt.o N 000001bf
ntru_crypto_ntru_encrypt.o N 000001ce
ntru_crypto_ntru_encrypt.o N 000001dd
ntru_crypto_ntru_encrypt.o N 000001ed
ntru_crypto_ntru_encrypt.o N 000001fc
ntru_crypto_ntru_encrypt.o N 0000020b
ntru_crypto_ntru_encrypt.o N 0000021b
ntru_crypto_ntru_encrypt.o N 0000022b
ntru_crypto_ntru_encrypt.o N 0000023a
ntru_crypto_ntru_encrypt.o N 00000249
ntru_crypto_ntru_encrypt.o N 00000258
ntru_crypto_ntru_encrypt.o N 00000267
ntru_crypto_ntru_encrypt.o N 00000282
ntru_crypto_ntru_encrypt.o N 0000029e
ntru_crypto_ntru_encrypt.o N 000002ba
ntru_crypto_ntru_encrypt.o N 000002d8
ntru_crypto_ntru_encrypt.o N 000002e3
ntru_crypto_ntru_encrypt.o N 000002ec
ntru_crypto_ntru_encrypt.o N 000002fb
ntru_crypto_ntru_encrypt.o N 00000306
ntru_crypto_ntru_encrypt.o N 0000030f
ntru_crypto_ntru_encrypt.o N 0000031c
ntru_crypto_ntru_encrypt.o N 0000031e
ntru_crypto_ntru_encrypt.o N 00000320
ntru_crypto_ntru_encrypt.o N 00000324
ntru_crypto_ntru_encrypt.o N 00000333
ntru_crypto_ntru_encrypt.o N 0000034c
ntru_crypto_ntru_encrypt.o N 00000365
ntru_crypto_ntru_encrypt.o N 00000385
ntru_crypto_ntru_encrypt.o N 000003bd
ntru_crypto_ntru_encrypt.o N 000003f5
ntru_crypto_ntru_encrypt.o N 00000401
ntru_crypto_ntru_encrypt.o N 0000040d
ntru_crypto_ntru_encrypt.o N 0000041d
ntru_crypto_ntru_encrypt.o N 00000429
ntru_crypto_ntru_encrypt.o N 00000430
ntru_crypto_ntru_encrypt.o N 00000436
ntru_crypto_ntru_encrypt.o N 00000441
ntru_crypto_ntru_encrypt.o N 0000044d
ntru_crypto_ntru_encrypt.o N 00000455
ntru_crypto_ntru_encrypt.o N 0000045b
ntru_crypto_ntru_encrypt.o N 0000046c
ntru_crypto_ntru_encrypt.o N 0000047a
ntru_crypto_ntru_encrypt.o N 00000481
ntru_crypto_ntru_encrypt.o N 00000484
ntru_crypto_ntru_encrypt.o N 0000049e
ntru_crypto_ntru_encrypt.o N 000004a3
ntru_crypto_ntru_encrypt.o N 000004a8
ntru_crypto_ntru_encrypt.o N 000004ac
ntru_crypto_ntru_encrypt.o N 000004b3
ntru_crypto_ntru_encrypt.o N 000004ba
ntru_crypto_ntru_encrypt.o N 000004bc
ntru_crypto_ntru_encrypt.o N 000004cd
ntru_crypto_ntru_encrypt.o N 000004cf
ntru_crypto_ntru_encrypt.o N 000004d6
ntru_crypto_ntru_encrypt.o N 000004e6
ntru_crypto_ntru_encrypt.o N 000004eb
ntru_crypto_ntru_encrypt.o N 000004f0
ntru_crypto_ntru_encrypt.o N 000004f3
ntru_crypto_ntru_encrypt.o N 000004fd
ntru_crypto_ntru_encrypt.o N 0000050c
ntru_crypto_ntru_encrypt.o N 0000051a
ntru_crypto_ntru_encrypt.o N 00000521
ntru_crypto_ntru_encrypt.o N 0000052b
ntru_crypto_ntru_encrypt.o N 0000053e
ntru_crypto_ntru_encrypt.o N 00000551
ntru_crypto_ntru_encrypt.o N 00000569
ntru_crypto_ntru_encrypt.o N 00000580
ntru_crypto_ntru_encrypt.o N 00000583
ntru_crypto_ntru_encrypt.o N 0000058a
ntru_crypto_ntru_encrypt.o N 0000058d
ntru_crypto_ntru_encrypt.o N 00000594
ntru_crypto_ntru_encrypt.o N 000005a1
ntru_crypto_ntru_encrypt.o N 000005a5
ntru_crypto_ntru_encrypt.o N 000005a9
ntru_crypto_ntru_encrypt.o N 000005ad
ntru_crypto_ntru_encrypt.o N 000005b0
ntru_crypto_ntru_encrypt.o N 000005c2
ntru_crypto_ntru_encrypt.o N 000005d2
ntru_crypto_ntru_encrypt.o N 000005d9
ntru_crypto_ntru_encrypt.o N 000005dd
ntru_crypto_ntru_encrypt.o N 000005e4
ntru_crypto_ntru_encrypt.o N 000005ef
ntru_crypto_ntru_encrypt.o N 00000606
ntru_crypto_ntru_encrypt.o N 00000611
ntru_crypto_ntru_encrypt.o N 00000623
ntru_crypto_ntru_encrypt.o N 0000062d
ntru_crypto_ntru_encrypt.o N 00000633
ntru_crypto_ntru_encrypt.o N 00000635
ntru_crypto_ntru_encrypt.o N 00000643
ntru_crypto_ntru_encrypt.o N 00000654
ntru_crypto_ntru_encrypt.o N 00000661
ntru_crypto_ntru_encrypt.o N 00000667
ntru_crypto_ntru_encrypt.o N 00000673
ntru_crypto_ntru_encrypt.o N 0000067f
ntru_crypto_ntru_encrypt.o N 00000685
ntru_crypto_ntru_encrypt.o N 00000694
ntru_crypto_ntru_encrypt.o N 000006a6
ntru_crypto_ntru_encrypt.o N 000006b4
ntru_crypto_ntru_encrypt.o N 000006bb
ntru_crypto_ntru_encrypt.o N 000006c1
ntru_crypto_ntru_encrypt.o N 000006c7
ntru_crypto_ntru_encrypt.o N 000006cd
ntru_crypto_ntru_encrypt.o N 000006d5
ntru_crypto_ntru_encrypt.o N 000006df
ntru_crypto_ntru_encrypt.o N 000006ec
ntru_crypto_ntru_encrypt.o N 000006f0
ntru_crypto_ntru_encrypt.o N 000006f4
ntru_crypto_ntru_encrypt.o N 000006f8
ntru_crypto_ntru_encrypt.o N 0000070d
ntru_crypto_ntru_encrypt.o N 00000721
ntru_crypto_ntru_encrypt.o N 0000072b
ntru_crypto_ntru_encrypt.o N 0000072e
ntru_crypto_ntru_encrypt.o N 00000730
ntru_crypto_ntru_encrypt.o N 00000739
ntru_crypto_ntru_encrypt.o N 0000073b
ntru_crypto_ntru_encrypt.o N 00000741
ntru_crypto_ntru_encrypt.o N 00000747
ntru_crypto_ntru_encrypt.o N 0000074c
ntru_crypto_ntru_encrypt.o N 0000074e
ntru_crypto_ntru_encrypt.o N 00000751
ntru_crypto_ntru_encrypt.o N 0000075c
ntru_crypto_ntru_encrypt.o N 00000762
ntru_crypto_ntru_encrypt.o N 00000783
ntru_crypto_ntru_encrypt.o N 000007a0
ntru_crypto_ntru_encrypt.o N 000007b2
ntru_crypto_ntru_encrypt.o N 000007be
ntru_crypto_ntru_encrypt.o N 000007c9
ntru_crypto_ntru_encrypt.o N 000007d6
ntru_crypto_ntru_encrypt.o N 000007db
ntru_crypto_ntru_encrypt.o N 000007e4
ntru_crypto_ntru_encrypt.o N 000007f7
ntru_crypto_ntru_encrypt.o N 00000800
ntru_crypto_ntru_encrypt.o ntru_crypto_ntru_decrypt T
ntru_crypto_ntru_encrypt.o ntru_crypto_ntru_encrypt T
ntru_crypto_ntru_encrypt.o ntru_crypto_ntru_encrypt_keygen T
ntru_crypto_ntru_encrypt.o ntru_crypto_ntru_encrypt_publicKey2SubjectPublicKeyInfo T
ntru_crypto_ntru_encrypt.o ntru_crypto_ntru_encrypt_subjectPublicKeyInfo2PublicKey T
ntru_crypto_ntru_encrypt_key.o N 00000000
ntru_crypto_ntru_encrypt_key.o N 00000037
ntru_crypto_ntru_encrypt_key.o N 00000056
ntru_crypto_ntru_encrypt_key.o N 00000122
ntru_crypto_ntru_encrypt_key.o N 0000012f
ntru_crypto_ntru_encrypt_key.o N 0000013e
ntru_crypto_ntru_encrypt_key.o N 0000014d
ntru_crypto_ntru_encrypt_key.o N 0000015c
ntru_crypto_ntru_encrypt_key.o N 0000016c
ntru_crypto_ntru_encrypt_key.o N 0000017b
ntru_crypto_ntru_encrypt_key.o N 0000018a
ntru_crypto_ntru_encrypt_key.o N 00000199
ntru_crypto_ntru_encrypt_key.o N 000001a9
ntru_crypto_ntru_encrypt_key.o N 000001b8
ntru_crypto_ntru_encrypt_key.o N 000001c7
ntru_crypto_ntru_encrypt_key.o N 000001d7
ntru_crypto_ntru_encrypt_key.o N 000001e7
ntru_crypto_ntru_encrypt_key.o N 000001f6
ntru_crypto_ntru_encrypt_key.o N 00000205
ntru_crypto_ntru_encrypt_key.o N 00000214
ntru_crypto_ntru_encrypt_key.o N 00000223
ntru_crypto_ntru_encrypt_key.o N 0000023e
ntru_crypto_ntru_encrypt_key.o N 0000024d
ntru_crypto_ntru_encrypt_key.o N 00000258
ntru_crypto_ntru_encrypt_key.o N 00000261
ntru_crypto_ntru_encrypt_key.o N 0000026f
ntru_crypto_ntru_encrypt_key.o N 00000279
ntru_crypto_ntru_encrypt_key.o N 00000281
ntru_crypto_ntru_encrypt_key.o N 000002a4
ntru_crypto_ntru_encrypt_key.o N 000002a9
ntru_crypto_ntru_encrypt_key.o N 000002d6
ntru_crypto_ntru_encrypt_key.o N 00000306
ntru_crypto_ntru_encrypt_key.o N 00000338
ntru_crypto_ntru_encrypt_key.o N 00000369
ntru_crypto_ntru_encrypt_key.o N 00000376
ntru_crypto_ntru_encrypt_key.o N 00000383
ntru_crypto_ntru_encrypt_key.o N 0000038c
ntru_crypto_ntru_encrypt_key.o N 0000039d
ntru_crypto_ntru_encrypt_key.o N 000003a5
ntru_crypto_ntru_encrypt_key.o N 000003ac
ntru_crypto_ntru_encrypt_key.o N 000003b3
ntru_crypto_ntru_encrypt_key.o N 000003b6
ntru_crypto_ntru_encrypt_key.o N 000003d0
ntru_crypto_ntru_encrypt_key.o N 000003d5
ntru_crypto_ntru_encrypt_key.o N 000003da
ntru_crypto_ntru_encrypt_key.o N 000003de
ntru_crypto_ntru_encrypt_key.o N 000003f2
ntru_crypto_ntru_encrypt_key.o N 000003f9
ntru_crypto_ntru_encrypt_key.o N 00000400
ntru_crypto_ntru_encrypt_key.o N 00000402
ntru_crypto_ntru_encrypt_key.o N 00000413
ntru_crypto_ntru_encrypt_key.o N 00000415
ntru_crypto_ntru_encrypt_key.o N 0000041c
ntru_crypto_ntru_encrypt_key.o N 0000042c
ntru_crypto_ntru_encrypt_key.o N 00000431
ntru_crypto_ntru_encrypt_key.o N 0000043c
ntru_crypto_ntru_encrypt_key.o N 00000445
ntru_crypto_ntru_encrypt_key.o N 00000448
ntru_crypto_ntru_encrypt_key.o N 00000452
ntru_crypto_ntru_encrypt_key.o N 00000461
ntru_crypto_ntru_encrypt_key.o N 0000046f
ntru_crypto_ntru_encrypt_key.o N 00000476
ntru_crypto_ntru_encrypt_key.o N 00000480
ntru_crypto_ntru_encrypt_key.o N 00000493
ntru_crypto_ntru_encrypt_key.o N 000004a6
ntru_crypto_ntru_encrypt_key.o N 000004be
ntru_crypto_ntru_encrypt_key.o N 000004d5
ntru_crypto_ntru_encrypt_key.o N 000004e7
ntru_crypto_ntru_encrypt_key.o N 000004e9
ntru_crypto_ntru_encrypt_key.o N 000004fb
ntru_crypto_ntru_encrypt_key.o N 000004fe
ntru_crypto_ntru_encrypt_key.o N 00000502
ntru_crypto_ntru_encrypt_key.o N 00000515
ntru_crypto_ntru_encrypt_key.o N 0000052e
ntru_crypto_ntru_encrypt_key.o N 00000549
ntru_crypto_ntru_encrypt_key.o N 00000559
ntru_crypto_ntru_encrypt_key.o N 0000056a
ntru_crypto_ntru_encrypt_key.o N 00000576
ntru_crypto_ntru_encrypt_key.o N 00000588
ntru_crypto_ntru_encrypt_key.o N 00000596
ntru_crypto_ntru_encrypt_key.o N 000005a3
ntru_crypto_ntru_encrypt_key.o ntru_crypto_ntru_encrypt_key_create_privkey_blob T
ntru_crypto_ntru_encrypt_key.o ntru_crypto_ntru_encrypt_key_create_pubkey_blob T
ntru_crypto_ntru_encrypt_key.o ntru_crypto_ntru_encrypt_key_get_blob_params T
ntru_crypto_ntru_encrypt_key.o ntru_crypto_ntru_encrypt_key_parse T
ntru_crypto_ntru_encrypt_key.o ntru_crypto_ntru_encrypt_key_recreate_pubkey_blob T
ntru_crypto_ntru_encrypt_param_sets.o N 00000000
ntru_crypto_ntru_encrypt_param_sets.o N 00000037
ntru_crypto_ntru_encrypt_param_sets.o N 0000005d
ntru_crypto_ntru_encrypt_param_sets.o N 00000129
ntru_crypto_ntru_encrypt_param_sets.o N 00000136
ntru_crypto_ntru_encrypt_param_sets.o N 00000143
ntru_crypto_ntru_encrypt_param_sets.o N 0000014a
ntru_crypto_ntru_encrypt_param_sets.o N 00000158
ntru_crypto_ntru_encrypt_param_sets.o N 0000015b
ntru_crypto_ntru_encrypt_param_sets.o N 0000016a
ntru_crypto_ntru_encrypt_param_sets.o N 00000179
ntru_crypto_ntru_encrypt_param_sets.o N 00000188
ntru_crypto_ntru_encrypt_param_sets.o N 00000198
ntru_crypto_ntru_encrypt_param_sets.o N 000001a7
ntru_crypto_ntru_encrypt_param_sets.o N 000001b6
ntru_crypto_ntru_encrypt_param_sets.o N 000001c5
ntru_crypto_ntru_encrypt_param_sets.o N 000001d5
ntru_crypto_ntru_encrypt_param_sets.o N 000001e4
ntru_crypto_ntru_encrypt_param_sets.o N 000001f3
ntru_crypto_ntru_encrypt_param_sets.o N 00000203
ntru_crypto_ntru_encrypt_param_sets.o N 00000213
ntru_crypto_ntru_encrypt_param_sets.o N 00000222
ntru_crypto_ntru_encrypt_param_sets.o N 00000231
ntru_crypto_ntru_encrypt_param_sets.o N 00000240
ntru_crypto_ntru_encrypt_param_sets.o N 0000024f
ntru_crypto_ntru_encrypt_param_sets.o N 0000026a
ntru_crypto_ntru_encrypt_param_sets.o N 00000284
ntru_crypto_ntru_encrypt_param_sets.o N 00000289
ntru_crypto_ntru_encrypt_param_sets.o N 0000028e
ntru_crypto_ntru_encrypt_param_sets.o N 00000292
ntru_crypto_ntru_encrypt_param_sets.o N 000002a0
ntru_crypto_ntru_encrypt_param_sets.o N 000002aa
ntru_crypto_ntru_encrypt_param_sets.o N 000002b2
ntru_crypto_ntru_encrypt_param_sets.o N 000002c6
ntru_crypto_ntru_encrypt_param_sets.o N 000002cd
ntru_crypto_ntru_encrypt_param_sets.o N 000002d4
ntru_crypto_ntru_encrypt_param_sets.o N 000002d6
ntru_crypto_ntru_encrypt_param_sets.o N 000002e5
ntru_crypto_ntru_encrypt_param_sets.o N 000002f0
ntru_crypto_ntru_encrypt_param_sets.o N 000002f9
ntru_crypto_ntru_encrypt_param_sets.o N 0000030a
ntru_crypto_ntru_encrypt_param_sets.o N 0000030c
ntru_crypto_ntru_encrypt_param_sets.o N 00000313
ntru_crypto_ntru_encrypt_param_sets.o N 00000323
ntru_crypto_ntru_encrypt_param_sets.o N 00000328
ntru_crypto_ntru_encrypt_param_sets.o N 0000032d
ntru_crypto_ntru_encrypt_param_sets.o N 00000338
ntru_crypto_ntru_encrypt_param_sets.o N 00000341
ntru_crypto_ntru_encrypt_param_sets.o N 00000344
ntru_crypto_ntru_encrypt_param_sets.o N 0000034e
ntru_crypto_ntru_encrypt_param_sets.o N 0000035d
ntru_crypto_ntru_encrypt_param_sets.o N 0000036b
ntru_crypto_ntru_encrypt_param_sets.o N 00000372
ntru_crypto_ntru_encrypt_param_sets.o N 0000037c
ntru_crypto_ntru_encrypt_param_sets.o N 0000038f
ntru_crypto_ntru_encrypt_param_sets.o N 000003a2
ntru_crypto_ntru_encrypt_param_sets.o N 000003ba
ntru_crypto_ntru_encrypt_param_sets.o N 000003d1
ntru_crypto_ntru_encrypt_param_sets.o N 000003f1
ntru_crypto_ntru_encrypt_param_sets.o N 00000412
ntru_crypto_ntru_encrypt_param_sets.o N 00000436
ntru_crypto_ntru_encrypt_param_sets.o N 00000456
ntru_crypto_ntru_encrypt_param_sets.o N 00000458
ntru_crypto_ntru_encrypt_param_sets.o ntru_encrypt_get_param_set_name T
ntru_crypto_ntru_encrypt_param_sets.o ntru_encrypt_get_params_with_DER_id T
ntru_crypto_ntru_encrypt_param_sets.o ntru_encrypt_get_params_with_OID T
ntru_crypto_ntru_encrypt_param_sets.o ntru_encrypt_get_params_with_id T
ntru_crypto_ntru_mgf1.o N 00000000
ntru_crypto_ntru_mgf1.o N 00000037
ntru_crypto_ntru_mgf1.o N 0000004f
ntru_crypto_ntru_mgf1.o N 0000011b
ntru_crypto_ntru_mgf1.o N 00000128
ntru_crypto_ntru_mgf1.o N 00000144
ntru_crypto_ntru_mgf1.o N 00000160
ntru_crypto_ntru_mgf1.o N 0000017e
ntru_crypto_ntru_mgf1.o N 00000189
ntru_crypto_ntru_mgf1.o N 00000192
ntru_crypto_ntru_mgf1.o N 0000019c
ntru_crypto_ntru_mgf1.o N 000001a2
ntru_crypto_ntru_mgf1.o N 000001b0
ntru_crypto_ntru_mgf1.o N 000001ba
ntru_crypto_ntru_mgf1.o N 000001c2
ntru_crypto_ntru_mgf1.o N 000001c8
ntru_crypto_ntru_mgf1.o N 000001df
ntru_crypto_ntru_mgf1.o N 000001e6
ntru_crypto_ntru_mgf1.o N 000001f0
ntru_crypto_ntru_mgf1.o N 000001f9
ntru_crypto_ntru_mgf1.o N 00000208
ntru_crypto_ntru_mgf1.o N 00000213
ntru_crypto_ntru_mgf1.o N 0000021c
ntru_crypto_ntru_mgf1.o N 00000221
ntru_crypto_ntru_mgf1.o N 00000225
ntru_crypto_ntru_mgf1.o N 00000229
ntru_crypto_ntru_mgf1.o N 00000231
ntru_crypto_ntru_mgf1.o N 0000023d
ntru_crypto_ntru_mgf1.o N 00000243
ntru_crypto_ntru_mgf1.o N 00000257
ntru_crypto_ntru_mgf1.o N 00000262
ntru_crypto_ntru_mgf1.o N 0000026c
ntru_crypto_ntru_mgf1.o N 00000271
ntru_crypto_ntru_mgf1.o N 00000275
ntru_crypto_ntru_mgf1.o N 0000027d
ntru_crypto_ntru_mgf1.o N 00000284
ntru_crypto_ntru_mgf1.o N 00000295
ntru_crypto_ntru_mgf1.o ntru_mgf1 T
ntru_crypto_ntru_mgf1.o ntru_mgftp1 T
ntru_crypto_ntru_poly.o N 00000000
ntru_crypto_ntru_poly.o N 00000037
ntru_crypto_ntru_poly.o N 0000004f
ntru_crypto_ntru_poly.o N 0000011b
ntru_crypto_ntru_poly.o N 00000128
ntru_crypto_ntru_poly.o N 00000144
ntru_crypto_ntru_poly.o N 00000160
ntru_crypto_ntru_poly.o N 0000017e
ntru_crypto_ntru_poly.o N 0000018d
ntru_crypto_ntru_poly.o N 00000198
ntru_crypto_ntru_poly.o N 000001a1
ntru_crypto_ntru_poly.o N 000001ac
ntru_crypto_ntru_poly.o N 000001b5
ntru_crypto_ntru_poly.o N 000001c3
ntru_crypto_ntru_poly.o N 000001cd
ntru_crypto_ntru_poly.o N 000001d5
ntru_crypto_ntru_poly.o N 000001ec
ntru_crypto_ntru_poly.o N 000001ee
ntru_crypto_ntru_poly.o N 000001f8
ntru_crypto_ntru_poly.o N 00000202
ntru_crypto_ntru_poly.o N 00000205
ntru_crypto_ntru_poly.o N 00000207
ntru_crypto_ntru_poly.o N 00000209
ntru_crypto_ntru_poly.o N 0000020b
ntru_crypto_ntru_poly.o N 0000020d
ntru_crypto_ntru_poly.o N 0000021e
ntru_crypto_ntru_poly.o N 00000223
ntru_crypto_ntru_poly.o N 00000228
ntru_crypto_ntru_poly.o N 0000022a
ntru_crypto_ntru_poly.o N 0000022c
ntru_crypto_ntru_poly.o N 0000022e
ntru_crypto_ntru_poly.o N 0000023c
ntru_crypto_ntru_poly.o N 00000257
ntru_crypto_ntru_poly.o N 0000025c
ntru_crypto_ntru_poly.o N 00000285
ntru_crypto_ntru_poly.o N 000002a4
ntru_crypto_ntru_poly.o N 000002c0
ntru_crypto_ntru_poly.o N 000002ca
ntru_crypto_ntru_poly.o N 000002d8
ntru_crypto_ntru_poly.o N 000002e3
ntru_crypto_ntru_poly.o N 000002fa
ntru_crypto_ntru_poly.o N 00000301
ntru_crypto_ntru_poly.o N 0000030b
ntru_crypto_ntru_poly.o N 00000314
ntru_crypto_ntru_poly.o N 0000031c
ntru_crypto_ntru_poly.o N 0000032b
ntru_crypto_ntru_poly.o N 0000032f
ntru_crypto_ntru_poly.o N 00000334
ntru_crypto_ntru_poly.o N 0000033c
ntru_crypto_ntru_poly.o N 00000343
ntru_crypto_ntru_poly.o N 0000034c
ntru_crypto_ntru_poly.o N 00000351
ntru_crypto_ntru_poly.o N 0000035b
ntru_crypto_ntru_poly.o N 00000363
ntru_crypto_ntru_poly.o N 00000368
ntru_crypto_ntru_poly.o N 0000036f
ntru_crypto_ntru_poly.o N 00000375
ntru_crypto_ntru_poly.o N 00000385
ntru_crypto_ntru_poly.o N 0000038f
ntru_crypto_ntru_poly.o N 0000039b
ntru_crypto_ntru_poly.o N 000003ac
ntru_crypto_ntru_poly.o N 000003b2
ntru_crypto_ntru_poly.o N 000003bd
ntru_crypto_ntru_poly.o N 000003c0
ntru_crypto_ntru_poly.o N 000003d4
ntru_crypto_ntru_poly.o N 000003dc
ntru_crypto_ntru_poly.o N 000003e4
ntru_crypto_ntru_poly.o N 000003eb
ntru_crypto_ntru_poly.o N 000003ee
ntru_crypto_ntru_poly.o N 000003f8
ntru_crypto_ntru_poly.o N 00000403
ntru_crypto_ntru_poly.o N 00000411
ntru_crypto_ntru_poly.o N 00000414
ntru_crypto_ntru_poly.o N 00000417
ntru_crypto_ntru_poly.o N 0000041c
ntru_crypto_ntru_poly.o N 00000420
ntru_crypto_ntru_poly.o N 00000428
ntru_crypto_ntru_poly.o N 00000430
ntru_crypto_ntru_poly.o N 00000438
ntru_crypto_ntru_poly.o N 0000043b
ntru_crypto_ntru_poly.o N 00000440
ntru_crypto_ntru_poly.o N 00000444
ntru_crypto_ntru_poly.o N 0000044b
ntru_crypto_ntru_poly.o N 0000044d
ntru_crypto_ntru_poly.o N 0000044f
ntru_crypto_ntru_poly.o N 00000454
ntru_crypto_ntru_poly.o N 00000457
ntru_crypto_ntru_poly.o N 0000045a
ntru_crypto_ntru_poly.o N 0000045f
ntru_crypto_ntru_poly.o N 00000464
ntru_crypto_ntru_poly.o N 0000046a
ntru_crypto_ntru_poly.o N 0000046c
ntru_crypto_ntru_poly.o N 00000472
ntru_crypto_ntru_poly.o N 00000478
ntru_crypto_ntru_poly.o N 0000047e
ntru_crypto_ntru_poly.o N 00000480
ntru_crypto_ntru_poly.o N 00000486
ntru_crypto_ntru_poly.o N 00000488
ntru_crypto_ntru_poly.o ntru_gen_poly T
ntru_crypto_ntru_poly.o ntru_poly_check_min_weight T
ntru_crypto_ntru_poly.o ntru_ring_inv T
ntru_crypto_ntru_poly.o ntru_ring_mult_coefficients T
ntru_crypto_ntru_poly.o ntru_ring_mult_indices T
ntru_crypto_ntru_poly.o ntru_ring_mult_indices_double_width_conv T
ntru_crypto_ntru_poly.o ntru_ring_mult_product_indices T
ntru_crypto_sha1.o N 00000000
ntru_crypto_sha1.o N 00000037
ntru_crypto_sha1.o N 0000004a
ntru_crypto_sha1.o N 00000116
ntru_crypto_sha1.o N 00000123
ntru_crypto_sha1.o N 0000012e
ntru_crypto_sha1.o N 00000137
ntru_crypto_sha1.o N 00000145
ntru_crypto_sha1.o N 0000014f
ntru_crypto_sha1.o N 00000157
ntru_crypto_sha1.o N 0000015c
ntru_crypto_sha1.o N 0000016d
ntru_crypto_sha1.o N 0000016f
ntru_crypto_sha1.o N 00000175
ntru_crypto_sha1.o N 00000189
ntru_crypto_sha1.o N 00000199
ntru_crypto_sha1.o N 000001a2
ntru_crypto_sha1.o N 000001af
ntru_crypto_sha1.o N 000001c4
ntru_crypto_sha1.o N 000001c9
ntru_crypto_sha1.o N 000001cc
ntru_crypto_sha1.o N 000001d3
ntru_crypto_sha1.o N 000001d9
ntru_crypto_sha1.o N 000001dc
ntru_crypto_sha1.o N 000001e2
ntru_crypto_sha1.o N 000001e9
ntru_crypto_sha1.o N 000001eb
ntru_crypto_sha1.o N 000001f1
ntru_crypto_sha1.o N 000001f7
ntru_crypto_sha1.o N 000001fc
ntru_crypto_sha1.o N 00000205
ntru_crypto_sha1.o N 0000021b
ntru_crypto_sha1.o N 00000233
ntru_crypto_sha1.o N 0000024a
ntru_crypto_sha1.o N 0000026a
ntru_crypto_sha1.o N 00000282
ntru_crypto_sha1.o N 00000287
ntru_crypto_sha1.o N 00000289
ntru_crypto_sha1.o N 0000028b
ntru_crypto_sha1.o N 0000028d
ntru_crypto_sha1.o N 0000028f
ntru_crypto_sha1.o N 00000291
ntru_crypto_sha1.o N 00000293
ntru_crypto_sha1.o ntru_crypto_sha1 T
ntru_crypto_sha1.o ntru_crypto_sha1_digest T
ntru_crypto_sha1.o ntru_crypto_sha1_final T
ntru_crypto_sha1.o ntru_crypto_sha1_final_zero_pad T
ntru_crypto_sha1.o ntru_crypto_sha1_init T
ntru_crypto_sha1.o ntru_crypto_sha1_update T
ntru_crypto_sha2.o N 00000000
ntru_crypto_sha2.o N 00000037
ntru_crypto_sha2.o N 0000004a
ntru_crypto_sha2.o N 00000116
ntru_crypto_sha2.o N 00000123
ntru_crypto_sha2.o N 0000013f
ntru_crypto_sha2.o N 0000015b
ntru_crypto_sha2.o N 00000179
ntru_crypto_sha2.o N 00000184
ntru_crypto_sha2.o N 0000018d
ntru_crypto_sha2.o N 0000019b
ntru_crypto_sha2.o N 000001a5
ntru_crypto_sha2.o N 000001ad
ntru_crypto_sha2.o N 000001b2
ntru_crypto_sha2.o N 000001c3
ntru_crypto_sha2.o N 000001cc
ntru_crypto_sha2.o N 000001d3
ntru_crypto_sha2.o N 000001e7
ntru_crypto_sha2.o N 000001ed
ntru_crypto_sha2.o N 00000204
ntru_crypto_sha2.o N 00000206
ntru_crypto_sha2.o N 0000020c
ntru_crypto_sha2.o N 0000021c
ntru_crypto_sha2.o N 00000225
ntru_crypto_sha2.o N 00000232
ntru_crypto_sha2.o N 00000247
ntru_crypto_sha2.o N 0000024c
ntru_crypto_sha2.o N 0000024f
ntru_crypto_sha2.o N 00000252
ntru_crypto_sha2.o N 00000258
ntru_crypto_sha2.o N 0000025f
ntru_crypto_sha2.o N 00000265
ntru_crypto_sha2.o N 00000267
ntru_crypto_sha2.o N 0000026c
ntru_crypto_sha2.o N 00000272
ntru_crypto_sha2.o N 00000278
ntru_crypto_sha2.o N 0000027d
ntru_crypto_sha2.o N 0000027f
ntru_crypto_sha2.o N 00000281
ntru_crypto_sha2.o N 00000283
ntru_crypto_sha2.o N 00000285
ntru_crypto_sha2.o N 00000287
ntru_crypto_sha2.o N 00000289
ntru_crypto_sha2.o N 0000028b
ntru_crypto_sha2.o N 0000028d
ntru_crypto_sha2.o ntru_crypto_sha2 T
ntru_crypto_sha256.o N 00000000
ntru_crypto_sha256.o N 00000037
ntru_crypto_sha256.o N 0000004c
ntru_crypto_sha256.o N 00000118
ntru_crypto_sha256.o N 00000125
ntru_crypto_sha256.o N 00000141
ntru_crypto_sha256.o N 0000015d
ntru_crypto_sha256.o N 0000017b
ntru_crypto_sha256.o N 00000193
ntru_crypto_sha256.o N 0000019e
ntru_crypto_sha256.o N 000001a7
ntru_crypto_sha256.o N 000001c1
ntru_crypto_sha256.o N 000001da
ntru_crypto_sha256.o N 000001fc
ntru_crypto_sha256.o N 00000216
ntru_crypto_sha256.o N 00000218
ntru_crypto_sha256.o N 0000021e
ntru_crypto_sha256.o N 00000232
ntru_crypto_sha256.o N 00000242
ntru_crypto_sha256.o N 0000024b
ntru_crypto_sha256.o N 00000259
ntru_crypto_sha256.o N 00000263
ntru_crypto_sha256.o N 0000026b
ntru_crypto_sha256.o N 00000278
ntru_crypto_sha256.o N 0000028d
ntru_crypto_sha256.o N 00000292
ntru_crypto_sha256.o N 0000029b
ntru_crypto_sha256.o ntru_crypto_sha256_digest T
ntru_crypto_sha256.o ntru_crypto_sha256_final T
ntru_crypto_sha256.o ntru_crypto_sha256_final_zero_pad T
ntru_crypto_sha256.o ntru_crypto_sha256_init T
ntru_crypto_sha256.o ntru_crypto_sha256_update T
useshort.o N 00000000
useshort.o N 00000037
useshort.o N 00000042
useshort.o N 0000010e
useshort.o N 00000114
useshort.o N 00000122
useshort.o N 00000136
useshort.o N 00000163
useshort.o N 00000167
useshort.o N 00000199
useshort.o N 0000019b
useshort.o N 0000019d
useshort.o N 000001a2
useshort.o N 000001b9
useshort.o N 000001bb
useshort.o N 000001be
useshort.o N 000001c3
useshort.o N 000001c5
useshort.o N 000001cc
useshort.o N 000001cf
useshort.o N 000001d4

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:refclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))

Namespace violations


ebats.o N 00000000
ebats.o N 00000037
ebats.o N 0000003f
ebats.o N 0000010c
ebats.o N 00000119
ebats.o N 00000128
ebats.o N 00000137
ebats.o N 00000146
ebats.o N 00000156
ebats.o N 00000165
ebats.o N 00000174
ebats.o N 00000183
ebats.o N 00000193
ebats.o N 000001a2
ebats.o N 000001b1
ebats.o N 000001c1
ebats.o N 000001d1
ebats.o N 000001e0
ebats.o N 000001ef
ebats.o N 000001fe
ebats.o N 0000020d
ebats.o N 00000228
ebats.o N 00000233
ebats.o N 0000023c
ebats.o N 0000024a
ebats.o N 00000261
ebats.o N 00000271
ebats.o N 00000280
ebats.o N 0000028b
ebats.o N 00000294
ebats.o N 0000029f
ebats.o N 000002a8
ebats.o N 000002b8
ebats.o N 000002bc
ebats.o N 000002c9
ebats.o N 000002d7
ebats.o N 0000030c
ebats.o N 0000031c
ebats.o N 0000032b
ebats.o N 0000032d
ebats.o N 00000332
ebats.o N 00000335
ebats.o N 0000033f
ebats.o N 00000347
ebats.o N 0000034a
ebats.o N 00000351
ebats.o N 0000035e
ebats.o N 00000378
ebats.o N 0000037f
ebats.o N 00000384
ebats.o N 00000390
ebats.o N 00000392
ebats.o N 00000397
ebats.o N 00000399
ebats.o N 000003a0
ebats.o N 000003a6
ebats.o N 000003ab
ebats.o N 000003b2
ebats.o copyrightclaims T
ebats.o patentclaims T
ebats.o randombytesfn T
ebats.o shortciphertext T
ebats.o shortplaintext T
ntru_crypto_drbg.o N 00000000
ntru_crypto_drbg.o N 00000037
ntru_crypto_drbg.o N 0000004a
ntru_crypto_drbg.o N 00000117
ntru_crypto_drbg.o N 00000122
ntru_crypto_drbg.o N 00000129
ntru_crypto_drbg.o N 00000136
ntru_crypto_drbg.o N 00000141
ntru_crypto_drbg.o N 0000014a
ntru_crypto_drbg.o N 0000014f
ntru_crypto_drbg.o N 0000015d
ntru_crypto_drbg.o N 0000016e
ntru_crypto_drbg.o N 00000178
ntru_crypto_drbg.o N 0000017e
ntru_crypto_drbg.o N 00000189
ntru_crypto_drbg.o N 0000019d
ntru_crypto_drbg.o N 000001bf
ntru_crypto_drbg.o N 000001c4
ntru_crypto_drbg.o N 000001d8
ntru_crypto_drbg.o N 000001f4
ntru_crypto_drbg.o N 00000210
ntru_crypto_drbg.o N 0000022e
ntru_crypto_drbg.o N 0000023c
ntru_crypto_drbg.o N 0000024a
ntru_crypto_drbg.o N 00000261
ntru_crypto_drbg.o N 00000271
ntru_crypto_drbg.o N 00000285
ntru_crypto_drbg.o N 00000292
ntru_crypto_drbg.o N 000002a0
ntru_crypto_drbg.o N 000002ab
ntru_crypto_drbg.o N 000002b5
ntru_crypto_drbg.o N 000002bd
ntru_crypto_drbg.o N 000002c9
ntru_crypto_drbg.o N 000002d4
ntru_crypto_drbg.o N 000002dd
ntru_crypto_drbg.o N 000002f3
ntru_crypto_drbg.o N 00000308
ntru_crypto_drbg.o N 0000030a
ntru_crypto_drbg.o N 00000321
ntru_crypto_drbg.o N 00000333
ntru_crypto_drbg.o N 00000335
ntru_crypto_drbg.o N 00000339
ntru_crypto_drbg.o N 00000356
ntru_crypto_drbg.o N 00000368
ntru_crypto_drbg.o N 00000371
ntru_crypto_drbg.o N 00000380
ntru_crypto_drbg.o N 0000038e
ntru_crypto_drbg.o N 00000392
ntru_crypto_drbg.o N 000003b0
ntru_crypto_drbg.o N 000003c5
ntru_crypto_drbg.o N 000003d9
ntru_crypto_drbg.o N 000003db
ntru_crypto_drbg.o N 000003e2
ntru_crypto_drbg.o N 000003f6
ntru_crypto_drbg.o N 00000402
ntru_crypto_drbg.o N 00000404
ntru_crypto_drbg.o N 00000412
ntru_crypto_drbg.o N 00000428
ntru_crypto_drbg.o N 00000442
ntru_crypto_drbg.o N 0000044c
ntru_crypto_drbg.o N 00000450
ntru_crypto_drbg.o N 0000046d
ntru_crypto_drbg.o N 00000493
ntru_crypto_drbg.o N 000004b2
ntru_crypto_drbg.o N 000004ca
ntru_crypto_drbg.o N 000004e2
ntru_crypto_drbg.o N 000004fc
ntru_crypto_drbg.o N 00000514
ntru_crypto_drbg.o N 00000519
ntru_crypto_drbg.o N 00000521
ntru_crypto_drbg.o N 0000052f
ntru_crypto_drbg.o N 0000053e
ntru_crypto_drbg.o N 00000553
ntru_crypto_drbg.o N 0000055a
ntru_crypto_drbg.o N 0000056f
ntru_crypto_drbg.o ntru_crypto_drbg_generate T
ntru_crypto_drbg.o ntru_crypto_drbg_instantiate T
ntru_crypto_drbg.o ntru_crypto_drbg_reseed T
ntru_crypto_drbg.o ntru_crypto_drbg_uninstantiate T
ntru_crypto_drbg.o ntru_crypto_external_drbg_instantiate T
ntru_crypto_hash.o N 00000000
ntru_crypto_hash.o N 00000037
ntru_crypto_hash.o N 0000004a
ntru_crypto_hash.o N 00000117
ntru_crypto_hash.o N 0000011f
ntru_crypto_hash.o N 00000123
ntru_crypto_hash.o N 0000012f
ntru_crypto_hash.o N 00000135
ntru_crypto_hash.o N 00000143
ntru_crypto_hash.o N 0000014d
ntru_crypto_hash.o N 00000155
ntru_crypto_hash.o N 00000162
ntru_crypto_hash.o N 00000171
ntru_crypto_hash.o N 0000017c
ntru_crypto_hash.o N 00000185
ntru_crypto_hash.o N 00000193
ntru_crypto_hash.o N 00000198
ntru_crypto_hash.o N 000001a5
ntru_crypto_hash.o N 000001b0
ntru_crypto_hash.o N 000001b9
ntru_crypto_hash.o N 000001d2
ntru_crypto_hash.o N 000001d9
ntru_crypto_hash.o N 000001f4
ntru_crypto_hash.o N 000001fa
ntru_crypto_hash.o N 00000214
ntru_crypto_hash.o N 00000223
ntru_crypto_hash.o N 0000022a
ntru_crypto_hash.o N 00000245
ntru_crypto_hash.o N 00000262
ntru_crypto_hash.o N 0000027e
ntru_crypto_hash.o N 00000292
ntru_crypto_hash.o N 000002ae
ntru_crypto_hash.o N 000002ca
ntru_crypto_hash.o N 000002e8
ntru_crypto_hash.o N 000002f7
ntru_crypto_hash.o N 0000030e
ntru_crypto_hash.o N 00000310
ntru_crypto_hash.o N 00000329
ntru_crypto_hash.o N 00000347
ntru_crypto_hash.o N 00000366
ntru_crypto_hash.o N 0000037c
ntru_crypto_hash.o N 00000394
ntru_crypto_hash.o N 000003ab
ntru_crypto_hash.o N 000003cb
ntru_crypto_hash.o N 000003e3
ntru_crypto_hash.o N 000003e5
ntru_crypto_hash.o N 000003f0
ntru_crypto_hash.o N 000003f8
ntru_crypto_hash.o N 000003fd
ntru_crypto_hash.o N 00000403
ntru_crypto_hash.o N 00000413
ntru_crypto_hash.o N 0000041c
ntru_crypto_hash.o N 00000429
ntru_crypto_hash.o N 0000043e
ntru_crypto_hash.o N 00000445
ntru_crypto_hash.o N 0000045a
ntru_crypto_hash.o N 0000046f
ntru_crypto_hash.o N 00000477
ntru_crypto_hash.o N 0000047e
ntru_crypto_hash.o N 00000483
ntru_crypto_hash.o N 0000048c
ntru_crypto_hash.o ntru_crypto_hash_block_length T
ntru_crypto_hash.o ntru_crypto_hash_digest T
ntru_crypto_hash.o ntru_crypto_hash_digest_length T
ntru_crypto_hash.o ntru_crypto_hash_final T
ntru_crypto_hash.o ntru_crypto_hash_final_zero_pad T
ntru_crypto_hash.o ntru_crypto_hash_init T
ntru_crypto_hash.o ntru_crypto_hash_set_alg T
ntru_crypto_hash.o ntru_crypto_hash_update T
ntru_crypto_hmac.o N 00000000
ntru_crypto_hmac.o N 00000037
ntru_crypto_hmac.o N 0000004a
ntru_crypto_hmac.o N 00000117
ntru_crypto_hmac.o N 00000124
ntru_crypto_hmac.o N 00000140
ntru_crypto_hmac.o N 0000015c
ntru_crypto_hmac.o N 0000017a
ntru_crypto_hmac.o N 00000185
ntru_crypto_hmac.o N 0000018e
ntru_crypto_hmac.o N 00000197
ntru_crypto_hmac.o N 000001a2
ntru_crypto_hmac.o N 000001bf
ntru_crypto_hmac.o N 000001c7
ntru_crypto_hmac.o N 000001cc
ntru_crypto_hmac.o N 000001d2
ntru_crypto_hmac.o N 000001e6
ntru_crypto_hmac.o N 000001f6
ntru_crypto_hmac.o N 000001ff
ntru_crypto_hmac.o N 0000020d
ntru_crypto_hmac.o N 00000217
ntru_crypto_hmac.o N 0000021f
ntru_crypto_hmac.o N 0000022c
ntru_crypto_hmac.o N 00000241
ntru_crypto_hmac.o N 00000248
ntru_crypto_hmac.o N 0000025d
ntru_crypto_hmac.o N 00000272
ntru_crypto_hmac.o N 00000275
ntru_crypto_hmac.o N 0000027d
ntru_crypto_hmac.o N 0000028c
ntru_crypto_hmac.o N 00000297
ntru_crypto_hmac.o N 000002a0
ntru_crypto_hmac.o N 000002a7
ntru_crypto_hmac.o N 000002bd
ntru_crypto_hmac.o N 000002d2
ntru_crypto_hmac.o N 000002ee
ntru_crypto_hmac.o N 0000030b
ntru_crypto_hmac.o N 00000327
ntru_crypto_hmac.o N 00000340
ntru_crypto_hmac.o N 00000356
ntru_crypto_hmac.o N 0000036e
ntru_crypto_hmac.o N 00000385
ntru_crypto_hmac.o N 0000038b
ntru_crypto_hmac.o N 000003a2
ntru_crypto_hmac.o N 000003a6
ntru_crypto_hmac.o N 000003ae
ntru_crypto_hmac.o N 000003b0
ntru_crypto_hmac.o N 000003b4
ntru_crypto_hmac.o N 000003bb
ntru_crypto_hmac.o N 000003bd
ntru_crypto_hmac.o N 000003c1
ntru_crypto_hmac.o N 000003c6
ntru_crypto_hmac.o N 000003cf
ntru_crypto_hmac.o ntru_crypto_hmac_create_ctx T
ntru_crypto_hmac.o ntru_crypto_hmac_destroy_ctx T
ntru_crypto_hmac.o ntru_crypto_hmac_final T
ntru_crypto_hmac.o ntru_crypto_hmac_get_md_len T
ntru_crypto_hmac.o ntru_crypto_hmac_init T
ntru_crypto_hmac.o ntru_crypto_hmac_set_key T
ntru_crypto_hmac.o ntru_crypto_hmac_update T
ntru_crypto_msbyte_uint32.o N 00000000
ntru_crypto_msbyte_uint32.o N 00000037
ntru_crypto_msbyte_uint32.o N 00000053
ntru_crypto_msbyte_uint32.o N 00000120
ntru_crypto_msbyte_uint32.o N 0000012d
ntru_crypto_msbyte_uint32.o N 00000138
ntru_crypto_msbyte_uint32.o N 00000141
ntru_crypto_msbyte_uint32.o N 0000014f
ntru_crypto_msbyte_uint32.o N 00000159
ntru_crypto_msbyte_uint32.o N 00000161
ntru_crypto_msbyte_uint32.o N 0000017d
ntru_crypto_msbyte_uint32.o N 00000199
ntru_crypto_msbyte_uint32.o N 0000019f
ntru_crypto_msbyte_uint32.o N 000001a5
ntru_crypto_msbyte_uint32.o N 000001a7
ntru_crypto_msbyte_uint32.o ntru_crypto_msbyte_2_uint32 T
ntru_crypto_msbyte_uint32.o ntru_crypto_uint32_2_msbyte T
ntru_crypto_ntru_convert.o N 00000000
ntru_crypto_ntru_convert.o N 00000037
ntru_crypto_ntru_convert.o N 00000052
ntru_crypto_ntru_convert.o N 0000011f
ntru_crypto_ntru_convert.o N 0000012c
ntru_crypto_ntru_convert.o N 0000013a
ntru_crypto_ntru_convert.o N 00000144
ntru_crypto_ntru_convert.o N 0000014c
ntru_crypto_ntru_convert.o N 00000160
ntru_crypto_ntru_convert.o N 0000016d
ntru_crypto_ntru_convert.o N 0000017a
ntru_crypto_ntru_convert.o N 00000185
ntru_crypto_ntru_convert.o N 0000018e
ntru_crypto_ntru_convert.o N 0000019d
ntru_crypto_ntru_convert.o N 000001a8
ntru_crypto_ntru_convert.o N 000001b1
ntru_crypto_ntru_convert.o N 000001c4
ntru_crypto_ntru_convert.o N 000001ca
ntru_crypto_ntru_convert.o N 000001d0
ntru_crypto_ntru_convert.o N 000001d2
ntru_crypto_ntru_convert.o N 000001d6
ntru_crypto_ntru_convert.o N 000001eb
ntru_crypto_ntru_convert.o N 000001f2
ntru_crypto_ntru_convert.o N 000001f5
ntru_crypto_ntru_convert.o N 000001fb
ntru_crypto_ntru_convert.o N 00000200
ntru_crypto_ntru_convert.o N 00000204
ntru_crypto_ntru_convert.o N 00000209
ntru_crypto_ntru_convert.o N 0000021c
ntru_crypto_ntru_convert.o N 0000022e
ntru_crypto_ntru_convert.o N 00000240
ntru_crypto_ntru_convert.o N 0000025a
ntru_crypto_ntru_convert.o N 00000276
ntru_crypto_ntru_convert.o N 00000292
ntru_crypto_ntru_convert.o N 000002a9
ntru_crypto_ntru_convert.o N 000002c0
ntru_crypto_ntru_convert.o N 000002c7
ntru_crypto_ntru_convert.o N 000002d1
ntru_crypto_ntru_convert.o N 000002d7
ntru_crypto_ntru_convert.o N 000002de
ntru_crypto_ntru_convert.o N 000002e4
ntru_crypto_ntru_convert.o N 000002f4
ntru_crypto_ntru_convert.o N 000002ff
ntru_crypto_ntru_convert.o N 00000306
ntru_crypto_ntru_convert.o N 0000030c
ntru_crypto_ntru_convert.o N 0000031a
ntru_crypto_ntru_convert.o N 00000329
ntru_crypto_ntru_convert.o N 0000032b
ntru_crypto_ntru_convert.o N 00000333
ntru_crypto_ntru_convert.o N 0000033d
ntru_crypto_ntru_convert.o N 00000348
ntru_crypto_ntru_convert.o N 0000034c
ntru_crypto_ntru_convert.o N 00000353
ntru_crypto_ntru_convert.o N 00000358
ntru_crypto_ntru_convert.o ntru_bits_2_trits T
ntru_crypto_ntru_convert.o ntru_coeffs_mod4_2_octets T
ntru_crypto_ntru_convert.o ntru_elements_2_octets T
ntru_crypto_ntru_convert.o ntru_indices_2_packed_trits T
ntru_crypto_ntru_convert.o ntru_indices_2_trits T
ntru_crypto_ntru_convert.o ntru_octet_2_trits T
ntru_crypto_ntru_convert.o ntru_octets_2_elements T
ntru_crypto_ntru_convert.o ntru_packed_trits_2_indices T
ntru_crypto_ntru_convert.o ntru_trits_2_bits T
ntru_crypto_ntru_convert.o ntru_trits_2_octet T
ntru_crypto_ntru_encrypt.o N 00000000
ntru_crypto_ntru_encrypt.o N 00000037
ntru_crypto_ntru_encrypt.o N 00000052
ntru_crypto_ntru_encrypt.o N 0000011f
ntru_crypto_ntru_encrypt.o N 00000133
ntru_crypto_ntru_encrypt.o N 00000141
ntru_crypto_ntru_encrypt.o N 0000014b
ntru_crypto_ntru_encrypt.o N 00000153
ntru_crypto_ntru_encrypt.o N 00000167
ntru_crypto_ntru_encrypt.o N 00000174
ntru_crypto_ntru_encrypt.o N 00000183
ntru_crypto_ntru_encrypt.o N 00000192
ntru_crypto_ntru_encrypt.o N 000001a1
ntru_crypto_ntru_encrypt.o N 000001b1
ntru_crypto_ntru_encrypt.o N 000001c0
ntru_crypto_ntru_encrypt.o N 000001cf
ntru_crypto_ntru_encrypt.o N 000001de
ntru_crypto_ntru_encrypt.o N 000001ee
ntru_crypto_ntru_encrypt.o N 000001fd
ntru_crypto_ntru_encrypt.o N 0000020c
ntru_crypto_ntru_encrypt.o N 0000021c
ntru_crypto_ntru_encrypt.o N 0000022c
ntru_crypto_ntru_encrypt.o N 0000023b
ntru_crypto_ntru_encrypt.o N 0000024a
ntru_crypto_ntru_encrypt.o N 00000259
ntru_crypto_ntru_encrypt.o N 00000268
ntru_crypto_ntru_encrypt.o N 00000283
ntru_crypto_ntru_encrypt.o N 0000029f
ntru_crypto_ntru_encrypt.o N 000002bb
ntru_crypto_ntru_encrypt.o N 000002d9
ntru_crypto_ntru_encrypt.o N 000002e4
ntru_crypto_ntru_encrypt.o N 000002ed
ntru_crypto_ntru_encrypt.o N 000002fc
ntru_crypto_ntru_encrypt.o N 00000307
ntru_crypto_ntru_encrypt.o N 00000310
ntru_crypto_ntru_encrypt.o N 0000031d
ntru_crypto_ntru_encrypt.o N 0000031f
ntru_crypto_ntru_encrypt.o N 00000321
ntru_crypto_ntru_encrypt.o N 00000325
ntru_crypto_ntru_encrypt.o N 00000334
ntru_crypto_ntru_encrypt.o N 0000034d
ntru_crypto_ntru_encrypt.o N 00000366
ntru_crypto_ntru_encrypt.o N 00000386
ntru_crypto_ntru_encrypt.o N 000003be
ntru_crypto_ntru_encrypt.o N 000003f6
ntru_crypto_ntru_encrypt.o N 00000402
ntru_crypto_ntru_encrypt.o N 0000040e
ntru_crypto_ntru_encrypt.o N 0000041e
ntru_crypto_ntru_encrypt.o N 0000042a
ntru_crypto_ntru_encrypt.o N 00000431
ntru_crypto_ntru_encrypt.o N 00000437
ntru_crypto_ntru_encrypt.o N 00000442
ntru_crypto_ntru_encrypt.o N 0000044e
ntru_crypto_ntru_encrypt.o N 00000456
ntru_crypto_ntru_encrypt.o N 0000045c
ntru_crypto_ntru_encrypt.o N 0000046d
ntru_crypto_ntru_encrypt.o N 0000047b
ntru_crypto_ntru_encrypt.o N 00000482
ntru_crypto_ntru_encrypt.o N 00000485
ntru_crypto_ntru_encrypt.o N 0000049f
ntru_crypto_ntru_encrypt.o N 000004a4
ntru_crypto_ntru_encrypt.o N 000004a9
ntru_crypto_ntru_encrypt.o N 000004ad
ntru_crypto_ntru_encrypt.o N 000004b4
ntru_crypto_ntru_encrypt.o N 000004bb
ntru_crypto_ntru_encrypt.o N 000004bd
ntru_crypto_ntru_encrypt.o N 000004ce
ntru_crypto_ntru_encrypt.o N 000004d0
ntru_crypto_ntru_encrypt.o N 000004d7
ntru_crypto_ntru_encrypt.o N 000004e7
ntru_crypto_ntru_encrypt.o N 000004ec
ntru_crypto_ntru_encrypt.o N 000004f1
ntru_crypto_ntru_encrypt.o N 000004f4
ntru_crypto_ntru_encrypt.o N 000004fe
ntru_crypto_ntru_encrypt.o N 0000050d
ntru_crypto_ntru_encrypt.o N 0000051b
ntru_crypto_ntru_encrypt.o N 00000522
ntru_crypto_ntru_encrypt.o N 0000052c
ntru_crypto_ntru_encrypt.o N 0000053f
ntru_crypto_ntru_encrypt.o N 00000552
ntru_crypto_ntru_encrypt.o N 0000056a
ntru_crypto_ntru_encrypt.o N 00000581
ntru_crypto_ntru_encrypt.o N 00000584
ntru_crypto_ntru_encrypt.o N 0000058b
ntru_crypto_ntru_encrypt.o N 0000058e
ntru_crypto_ntru_encrypt.o N 00000595
ntru_crypto_ntru_encrypt.o N 000005a2
ntru_crypto_ntru_encrypt.o N 000005a6
ntru_crypto_ntru_encrypt.o N 000005aa
ntru_crypto_ntru_encrypt.o N 000005ae
ntru_crypto_ntru_encrypt.o N 000005b1
ntru_crypto_ntru_encrypt.o N 000005c3
ntru_crypto_ntru_encrypt.o N 000005d3
ntru_crypto_ntru_encrypt.o N 000005da
ntru_crypto_ntru_encrypt.o N 000005de
ntru_crypto_ntru_encrypt.o N 000005e5
ntru_crypto_ntru_encrypt.o N 000005f0
ntru_crypto_ntru_encrypt.o N 00000607
ntru_crypto_ntru_encrypt.o N 00000612
ntru_crypto_ntru_encrypt.o N 00000624
ntru_crypto_ntru_encrypt.o N 0000062e
ntru_crypto_ntru_encrypt.o N 00000634
ntru_crypto_ntru_encrypt.o N 00000636
ntru_crypto_ntru_encrypt.o N 00000644
ntru_crypto_ntru_encrypt.o N 00000655
ntru_crypto_ntru_encrypt.o N 00000662
ntru_crypto_ntru_encrypt.o N 00000668
ntru_crypto_ntru_encrypt.o N 00000674
ntru_crypto_ntru_encrypt.o N 00000680
ntru_crypto_ntru_encrypt.o N 00000686
ntru_crypto_ntru_encrypt.o N 00000695
ntru_crypto_ntru_encrypt.o N 000006a7
ntru_crypto_ntru_encrypt.o N 000006b5
ntru_crypto_ntru_encrypt.o N 000006bc
ntru_crypto_ntru_encrypt.o N 000006c2
ntru_crypto_ntru_encrypt.o N 000006c8
ntru_crypto_ntru_encrypt.o N 000006ce
ntru_crypto_ntru_encrypt.o N 000006d6
ntru_crypto_ntru_encrypt.o N 000006e0
ntru_crypto_ntru_encrypt.o N 000006ed
ntru_crypto_ntru_encrypt.o N 000006f1
ntru_crypto_ntru_encrypt.o N 000006f5
ntru_crypto_ntru_encrypt.o N 000006f9
ntru_crypto_ntru_encrypt.o N 0000070e
ntru_crypto_ntru_encrypt.o N 00000722
ntru_crypto_ntru_encrypt.o N 0000072c
ntru_crypto_ntru_encrypt.o N 0000072f
ntru_crypto_ntru_encrypt.o N 00000731
ntru_crypto_ntru_encrypt.o N 0000073a
ntru_crypto_ntru_encrypt.o N 0000073c
ntru_crypto_ntru_encrypt.o N 00000742
ntru_crypto_ntru_encrypt.o N 00000748
ntru_crypto_ntru_encrypt.o N 0000074d
ntru_crypto_ntru_encrypt.o N 0000074f
ntru_crypto_ntru_encrypt.o N 00000752
ntru_crypto_ntru_encrypt.o N 0000075d
ntru_crypto_ntru_encrypt.o N 00000763
ntru_crypto_ntru_encrypt.o N 00000784
ntru_crypto_ntru_encrypt.o N 000007a1
ntru_crypto_ntru_encrypt.o N 000007b3
ntru_crypto_ntru_encrypt.o N 000007bf
ntru_crypto_ntru_encrypt.o N 000007ca
ntru_crypto_ntru_encrypt.o N 000007d7
ntru_crypto_ntru_encrypt.o N 000007dc
ntru_crypto_ntru_encrypt.o N 000007e5
ntru_crypto_ntru_encrypt.o N 000007f8
ntru_crypto_ntru_encrypt.o N 00000801
ntru_crypto_ntru_encrypt.o ntru_crypto_ntru_decrypt T
ntru_crypto_ntru_encrypt.o ntru_crypto_ntru_encrypt T
ntru_crypto_ntru_encrypt.o ntru_crypto_ntru_encrypt_keygen T
ntru_crypto_ntru_encrypt.o ntru_crypto_ntru_encrypt_publicKey2SubjectPublicKeyInfo T
ntru_crypto_ntru_encrypt.o ntru_crypto_ntru_encrypt_subjectPublicKeyInfo2PublicKey T
ntru_crypto_ntru_encrypt_key.o N 00000000
ntru_crypto_ntru_encrypt_key.o N 00000037
ntru_crypto_ntru_encrypt_key.o N 00000056
ntru_crypto_ntru_encrypt_key.o N 00000123
ntru_crypto_ntru_encrypt_key.o N 00000130
ntru_crypto_ntru_encrypt_key.o N 0000013f
ntru_crypto_ntru_encrypt_key.o N 0000014e
ntru_crypto_ntru_encrypt_key.o N 0000015d
ntru_crypto_ntru_encrypt_key.o N 0000016d
ntru_crypto_ntru_encrypt_key.o N 0000017c
ntru_crypto_ntru_encrypt_key.o N 0000018b
ntru_crypto_ntru_encrypt_key.o N 0000019a
ntru_crypto_ntru_encrypt_key.o N 000001aa
ntru_crypto_ntru_encrypt_key.o N 000001b9
ntru_crypto_ntru_encrypt_key.o N 000001c8
ntru_crypto_ntru_encrypt_key.o N 000001d8
ntru_crypto_ntru_encrypt_key.o N 000001e8
ntru_crypto_ntru_encrypt_key.o N 000001f7
ntru_crypto_ntru_encrypt_key.o N 00000206
ntru_crypto_ntru_encrypt_key.o N 00000215
ntru_crypto_ntru_encrypt_key.o N 00000224
ntru_crypto_ntru_encrypt_key.o N 0000023f
ntru_crypto_ntru_encrypt_key.o N 0000024e
ntru_crypto_ntru_encrypt_key.o N 00000259
ntru_crypto_ntru_encrypt_key.o N 00000262
ntru_crypto_ntru_encrypt_key.o N 00000270
ntru_crypto_ntru_encrypt_key.o N 0000027a
ntru_crypto_ntru_encrypt_key.o N 00000282
ntru_crypto_ntru_encrypt_key.o N 000002a5
ntru_crypto_ntru_encrypt_key.o N 000002aa
ntru_crypto_ntru_encrypt_key.o N 000002d7
ntru_crypto_ntru_encrypt_key.o N 00000307
ntru_crypto_ntru_encrypt_key.o N 00000339
ntru_crypto_ntru_encrypt_key.o N 0000036a
ntru_crypto_ntru_encrypt_key.o N 00000377
ntru_crypto_ntru_encrypt_key.o N 00000384
ntru_crypto_ntru_encrypt_key.o N 0000038d
ntru_crypto_ntru_encrypt_key.o N 0000039e
ntru_crypto_ntru_encrypt_key.o N 000003a6
ntru_crypto_ntru_encrypt_key.o N 000003ad
ntru_crypto_ntru_encrypt_key.o N 000003b4
ntru_crypto_ntru_encrypt_key.o N 000003b7
ntru_crypto_ntru_encrypt_key.o N 000003d1
ntru_crypto_ntru_encrypt_key.o N 000003d6
ntru_crypto_ntru_encrypt_key.o N 000003db
ntru_crypto_ntru_encrypt_key.o N 000003df
ntru_crypto_ntru_encrypt_key.o N 000003f3
ntru_crypto_ntru_encrypt_key.o N 000003fa
ntru_crypto_ntru_encrypt_key.o N 00000401
ntru_crypto_ntru_encrypt_key.o N 00000403
ntru_crypto_ntru_encrypt_key.o N 00000414
ntru_crypto_ntru_encrypt_key.o N 00000416
ntru_crypto_ntru_encrypt_key.o N 0000041d
ntru_crypto_ntru_encrypt_key.o N 0000042d
ntru_crypto_ntru_encrypt_key.o N 00000432
ntru_crypto_ntru_encrypt_key.o N 0000043d
ntru_crypto_ntru_encrypt_key.o N 00000446
ntru_crypto_ntru_encrypt_key.o N 00000449
ntru_crypto_ntru_encrypt_key.o N 00000453
ntru_crypto_ntru_encrypt_key.o N 00000462
ntru_crypto_ntru_encrypt_key.o N 00000470
ntru_crypto_ntru_encrypt_key.o N 00000477
ntru_crypto_ntru_encrypt_key.o N 00000481
ntru_crypto_ntru_encrypt_key.o N 00000494
ntru_crypto_ntru_encrypt_key.o N 000004a7
ntru_crypto_ntru_encrypt_key.o N 000004bf
ntru_crypto_ntru_encrypt_key.o N 000004d6
ntru_crypto_ntru_encrypt_key.o N 000004e8
ntru_crypto_ntru_encrypt_key.o N 000004ea
ntru_crypto_ntru_encrypt_key.o N 000004fc
ntru_crypto_ntru_encrypt_key.o N 000004ff
ntru_crypto_ntru_encrypt_key.o N 00000503
ntru_crypto_ntru_encrypt_key.o N 00000516
ntru_crypto_ntru_encrypt_key.o N 0000052f
ntru_crypto_ntru_encrypt_key.o N 0000054a
ntru_crypto_ntru_encrypt_key.o N 0000055a
ntru_crypto_ntru_encrypt_key.o N 0000056b
ntru_crypto_ntru_encrypt_key.o N 00000577
ntru_crypto_ntru_encrypt_key.o N 00000589
ntru_crypto_ntru_encrypt_key.o N 00000597
ntru_crypto_ntru_encrypt_key.o N 000005a4
ntru_crypto_ntru_encrypt_key.o ntru_crypto_ntru_encrypt_key_create_privkey_blob T
ntru_crypto_ntru_encrypt_key.o ntru_crypto_ntru_encrypt_key_create_pubkey_blob T
ntru_crypto_ntru_encrypt_key.o ntru_crypto_ntru_encrypt_key_get_blob_params T
ntru_crypto_ntru_encrypt_key.o ntru_crypto_ntru_encrypt_key_parse T
ntru_crypto_ntru_encrypt_key.o ntru_crypto_ntru_encrypt_key_recreate_pubkey_blob T
ntru_crypto_ntru_encrypt_param_sets.o N 00000000
ntru_crypto_ntru_encrypt_param_sets.o N 00000037
ntru_crypto_ntru_encrypt_param_sets.o N 0000005d
ntru_crypto_ntru_encrypt_param_sets.o N 0000012a
ntru_crypto_ntru_encrypt_param_sets.o N 00000137
ntru_crypto_ntru_encrypt_param_sets.o N 00000144
ntru_crypto_ntru_encrypt_param_sets.o N 0000014b
ntru_crypto_ntru_encrypt_param_sets.o N 00000159
ntru_crypto_ntru_encrypt_param_sets.o N 0000015c
ntru_crypto_ntru_encrypt_param_sets.o N 0000016b
ntru_crypto_ntru_encrypt_param_sets.o N 0000017a
ntru_crypto_ntru_encrypt_param_sets.o N 00000189
ntru_crypto_ntru_encrypt_param_sets.o N 00000199
ntru_crypto_ntru_encrypt_param_sets.o N 000001a8
ntru_crypto_ntru_encrypt_param_sets.o N 000001b7
ntru_crypto_ntru_encrypt_param_sets.o N 000001c6
ntru_crypto_ntru_encrypt_param_sets.o N 000001d6
ntru_crypto_ntru_encrypt_param_sets.o N 000001e5
ntru_crypto_ntru_encrypt_param_sets.o N 000001f4
ntru_crypto_ntru_encrypt_param_sets.o N 00000204
ntru_crypto_ntru_encrypt_param_sets.o N 00000214
ntru_crypto_ntru_encrypt_param_sets.o N 00000223
ntru_crypto_ntru_encrypt_param_sets.o N 00000232
ntru_crypto_ntru_encrypt_param_sets.o N 00000241
ntru_crypto_ntru_encrypt_param_sets.o N 00000250
ntru_crypto_ntru_encrypt_param_sets.o N 0000026b
ntru_crypto_ntru_encrypt_param_sets.o N 00000285
ntru_crypto_ntru_encrypt_param_sets.o N 0000028a
ntru_crypto_ntru_encrypt_param_sets.o N 0000028f
ntru_crypto_ntru_encrypt_param_sets.o N 00000293
ntru_crypto_ntru_encrypt_param_sets.o N 000002a1
ntru_crypto_ntru_encrypt_param_sets.o N 000002ab
ntru_crypto_ntru_encrypt_param_sets.o N 000002b3
ntru_crypto_ntru_encrypt_param_sets.o N 000002c7
ntru_crypto_ntru_encrypt_param_sets.o N 000002ce
ntru_crypto_ntru_encrypt_param_sets.o N 000002d5
ntru_crypto_ntru_encrypt_param_sets.o N 000002d7
ntru_crypto_ntru_encrypt_param_sets.o N 000002e6
ntru_crypto_ntru_encrypt_param_sets.o N 000002f1
ntru_crypto_ntru_encrypt_param_sets.o N 000002fa
ntru_crypto_ntru_encrypt_param_sets.o N 0000030b
ntru_crypto_ntru_encrypt_param_sets.o N 0000030d
ntru_crypto_ntru_encrypt_param_sets.o N 00000314
ntru_crypto_ntru_encrypt_param_sets.o N 00000324
ntru_crypto_ntru_encrypt_param_sets.o N 00000329
ntru_crypto_ntru_encrypt_param_sets.o N 0000032e
ntru_crypto_ntru_encrypt_param_sets.o N 00000339
ntru_crypto_ntru_encrypt_param_sets.o N 00000342
ntru_crypto_ntru_encrypt_param_sets.o N 00000345
ntru_crypto_ntru_encrypt_param_sets.o N 0000034f
ntru_crypto_ntru_encrypt_param_sets.o N 0000035e
ntru_crypto_ntru_encrypt_param_sets.o N 0000036c
ntru_crypto_ntru_encrypt_param_sets.o N 00000373
ntru_crypto_ntru_encrypt_param_sets.o N 0000037d
ntru_crypto_ntru_encrypt_param_sets.o N 00000390
ntru_crypto_ntru_encrypt_param_sets.o N 000003a3
ntru_crypto_ntru_encrypt_param_sets.o N 000003bb
ntru_crypto_ntru_encrypt_param_sets.o N 000003d2
ntru_crypto_ntru_encrypt_param_sets.o N 000003f2
ntru_crypto_ntru_encrypt_param_sets.o N 00000413
ntru_crypto_ntru_encrypt_param_sets.o N 00000437
ntru_crypto_ntru_encrypt_param_sets.o N 00000457
ntru_crypto_ntru_encrypt_param_sets.o N 00000459
ntru_crypto_ntru_encrypt_param_sets.o ntru_encrypt_get_param_set_name T
ntru_crypto_ntru_encrypt_param_sets.o ntru_encrypt_get_params_with_DER_id T
ntru_crypto_ntru_encrypt_param_sets.o ntru_encrypt_get_params_with_OID T
ntru_crypto_ntru_encrypt_param_sets.o ntru_encrypt_get_params_with_id T
ntru_crypto_ntru_mgf1.o N 00000000
ntru_crypto_ntru_mgf1.o N 00000037
ntru_crypto_ntru_mgf1.o N 0000004f
ntru_crypto_ntru_mgf1.o N 0000011c
ntru_crypto_ntru_mgf1.o N 00000129
ntru_crypto_ntru_mgf1.o N 00000145
ntru_crypto_ntru_mgf1.o N 00000161
ntru_crypto_ntru_mgf1.o N 0000017f
ntru_crypto_ntru_mgf1.o N 0000018a
ntru_crypto_ntru_mgf1.o N 00000193
ntru_crypto_ntru_mgf1.o N 0000019d
ntru_crypto_ntru_mgf1.o N 000001a9
ntru_crypto_ntru_mgf1.o N 000001af
ntru_crypto_ntru_mgf1.o N 000001bd
ntru_crypto_ntru_mgf1.o N 000001c7
ntru_crypto_ntru_mgf1.o N 000001cf
ntru_crypto_ntru_mgf1.o N 000001d5
ntru_crypto_ntru_mgf1.o N 000001ec
ntru_crypto_ntru_mgf1.o N 000001f3
ntru_crypto_ntru_mgf1.o N 000001fd
ntru_crypto_ntru_mgf1.o N 00000201
ntru_crypto_ntru_mgf1.o N 00000206
ntru_crypto_ntru_mgf1.o N 0000020a
ntru_crypto_ntru_mgf1.o N 00000213
ntru_crypto_ntru_mgf1.o N 00000222
ntru_crypto_ntru_mgf1.o N 0000022d
ntru_crypto_ntru_mgf1.o N 00000236
ntru_crypto_ntru_mgf1.o N 0000023e
ntru_crypto_ntru_mgf1.o N 00000244
ntru_crypto_ntru_mgf1.o N 00000258
ntru_crypto_ntru_mgf1.o N 00000263
ntru_crypto_ntru_mgf1.o N 0000026d
ntru_crypto_ntru_mgf1.o N 00000272
ntru_crypto_ntru_mgf1.o N 00000276
ntru_crypto_ntru_mgf1.o N 0000027e
ntru_crypto_ntru_mgf1.o N 00000285
ntru_crypto_ntru_mgf1.o N 00000296
ntru_crypto_ntru_mgf1.o ntru_mgf1 T
ntru_crypto_ntru_mgf1.o ntru_mgftp1 T
ntru_crypto_ntru_poly.o N 00000000
ntru_crypto_ntru_poly.o N 00000037
ntru_crypto_ntru_poly.o N 0000004f
ntru_crypto_ntru_poly.o N 0000011c
ntru_crypto_ntru_poly.o N 00000129
ntru_crypto_ntru_poly.o N 00000145
ntru_crypto_ntru_poly.o N 00000161
ntru_crypto_ntru_poly.o N 0000017f
ntru_crypto_ntru_poly.o N 0000018e
ntru_crypto_ntru_poly.o N 00000199
ntru_crypto_ntru_poly.o N 000001a2
ntru_crypto_ntru_poly.o N 000001ad
ntru_crypto_ntru_poly.o N 000001b6
ntru_crypto_ntru_poly.o N 000001c4
ntru_crypto_ntru_poly.o N 000001ce
ntru_crypto_ntru_poly.o N 000001d6
ntru_crypto_ntru_poly.o N 000001ed
ntru_crypto_ntru_poly.o N 000001ef
ntru_crypto_ntru_poly.o N 000001f9
ntru_crypto_ntru_poly.o N 00000203
ntru_crypto_ntru_poly.o N 00000206
ntru_crypto_ntru_poly.o N 00000208
ntru_crypto_ntru_poly.o N 0000020a
ntru_crypto_ntru_poly.o N 0000020c
ntru_crypto_ntru_poly.o N 0000020e
ntru_crypto_ntru_poly.o N 0000021f
ntru_crypto_ntru_poly.o N 00000224
ntru_crypto_ntru_poly.o N 00000229
ntru_crypto_ntru_poly.o N 0000022b
ntru_crypto_ntru_poly.o N 0000022d
ntru_crypto_ntru_poly.o N 0000022f
ntru_crypto_ntru_poly.o N 0000023d
ntru_crypto_ntru_poly.o N 00000258
ntru_crypto_ntru_poly.o N 0000025d
ntru_crypto_ntru_poly.o N 00000286
ntru_crypto_ntru_poly.o N 000002a5
ntru_crypto_ntru_poly.o N 000002c1
ntru_crypto_ntru_poly.o N 000002cb
ntru_crypto_ntru_poly.o N 000002d9
ntru_crypto_ntru_poly.o N 000002e4
ntru_crypto_ntru_poly.o N 000002fb
ntru_crypto_ntru_poly.o N 00000302
ntru_crypto_ntru_poly.o N 0000030c
ntru_crypto_ntru_poly.o N 00000315
ntru_crypto_ntru_poly.o N 0000031d
ntru_crypto_ntru_poly.o N 0000032c
ntru_crypto_ntru_poly.o N 00000330
ntru_crypto_ntru_poly.o N 00000335
ntru_crypto_ntru_poly.o N 0000033d
ntru_crypto_ntru_poly.o N 00000344
ntru_crypto_ntru_poly.o N 0000034d
ntru_crypto_ntru_poly.o N 00000352
ntru_crypto_ntru_poly.o N 0000035c
ntru_crypto_ntru_poly.o N 00000364
ntru_crypto_ntru_poly.o N 00000369
ntru_crypto_ntru_poly.o N 00000370
ntru_crypto_ntru_poly.o N 00000376
ntru_crypto_ntru_poly.o N 00000386
ntru_crypto_ntru_poly.o N 00000390
ntru_crypto_ntru_poly.o N 0000039c
ntru_crypto_ntru_poly.o N 000003ad
ntru_crypto_ntru_poly.o N 000003b3
ntru_crypto_ntru_poly.o N 000003be
ntru_crypto_ntru_poly.o N 000003c1
ntru_crypto_ntru_poly.o N 000003d5
ntru_crypto_ntru_poly.o N 000003dd
ntru_crypto_ntru_poly.o N 000003e5
ntru_crypto_ntru_poly.o N 000003ec
ntru_crypto_ntru_poly.o N 000003ef
ntru_crypto_ntru_poly.o N 000003f9
ntru_crypto_ntru_poly.o N 00000404
ntru_crypto_ntru_poly.o N 00000412
ntru_crypto_ntru_poly.o N 00000415
ntru_crypto_ntru_poly.o N 00000418
ntru_crypto_ntru_poly.o N 0000041d
ntru_crypto_ntru_poly.o N 00000421
ntru_crypto_ntru_poly.o N 00000429
ntru_crypto_ntru_poly.o N 00000431
ntru_crypto_ntru_poly.o N 00000439
ntru_crypto_ntru_poly.o N 0000043c
ntru_crypto_ntru_poly.o N 00000441
ntru_crypto_ntru_poly.o N 00000445
ntru_crypto_ntru_poly.o N 0000044c
ntru_crypto_ntru_poly.o N 0000044e
ntru_crypto_ntru_poly.o N 00000450
ntru_crypto_ntru_poly.o N 00000455
ntru_crypto_ntru_poly.o N 00000458
ntru_crypto_ntru_poly.o N 0000045b
ntru_crypto_ntru_poly.o N 00000460
ntru_crypto_ntru_poly.o N 00000465
ntru_crypto_ntru_poly.o N 0000046b
ntru_crypto_ntru_poly.o N 0000046d
ntru_crypto_ntru_poly.o N 00000473
ntru_crypto_ntru_poly.o N 00000479
ntru_crypto_ntru_poly.o N 0000047f
ntru_crypto_ntru_poly.o N 00000481
ntru_crypto_ntru_poly.o N 00000487
ntru_crypto_ntru_poly.o N 00000489
ntru_crypto_ntru_poly.o ntru_gen_poly T
ntru_crypto_ntru_poly.o ntru_poly_check_min_weight T
ntru_crypto_ntru_poly.o ntru_ring_inv T
ntru_crypto_ntru_poly.o ntru_ring_mult_coefficients T
ntru_crypto_ntru_poly.o ntru_ring_mult_indices T
ntru_crypto_ntru_poly.o ntru_ring_mult_indices_double_width_conv T
ntru_crypto_ntru_poly.o ntru_ring_mult_product_indices T
ntru_crypto_sha1.o N 00000000
ntru_crypto_sha1.o N 00000037
ntru_crypto_sha1.o N 0000004a
ntru_crypto_sha1.o N 00000117
ntru_crypto_sha1.o N 00000124
ntru_crypto_sha1.o N 0000012f
ntru_crypto_sha1.o N 00000138
ntru_crypto_sha1.o N 00000146
ntru_crypto_sha1.o N 00000150
ntru_crypto_sha1.o N 00000158
ntru_crypto_sha1.o N 0000015d
ntru_crypto_sha1.o N 0000016e
ntru_crypto_sha1.o N 00000170
ntru_crypto_sha1.o N 00000176
ntru_crypto_sha1.o N 0000018a
ntru_crypto_sha1.o N 0000019a
ntru_crypto_sha1.o N 000001a3
ntru_crypto_sha1.o N 000001b0
ntru_crypto_sha1.o N 000001c5
ntru_crypto_sha1.o N 000001ca
ntru_crypto_sha1.o N 000001cd
ntru_crypto_sha1.o N 000001d4
ntru_crypto_sha1.o N 000001da
ntru_crypto_sha1.o N 000001dd
ntru_crypto_sha1.o N 000001e3
ntru_crypto_sha1.o N 000001ea
ntru_crypto_sha1.o N 000001ec
ntru_crypto_sha1.o N 000001f2
ntru_crypto_sha1.o N 000001f8
ntru_crypto_sha1.o N 000001fd
ntru_crypto_sha1.o N 00000206
ntru_crypto_sha1.o N 0000021c
ntru_crypto_sha1.o N 00000234
ntru_crypto_sha1.o N 0000024b
ntru_crypto_sha1.o N 0000026b
ntru_crypto_sha1.o N 00000283
ntru_crypto_sha1.o N 00000288
ntru_crypto_sha1.o N 0000028a
ntru_crypto_sha1.o N 0000028c
ntru_crypto_sha1.o N 0000028e
ntru_crypto_sha1.o N 00000290
ntru_crypto_sha1.o N 00000292
ntru_crypto_sha1.o N 00000294
ntru_crypto_sha1.o ntru_crypto_sha1 T
ntru_crypto_sha1.o ntru_crypto_sha1_digest T
ntru_crypto_sha1.o ntru_crypto_sha1_final T
ntru_crypto_sha1.o ntru_crypto_sha1_final_zero_pad T
ntru_crypto_sha1.o ntru_crypto_sha1_init T
ntru_crypto_sha1.o ntru_crypto_sha1_update T
ntru_crypto_sha2.o N 00000000
ntru_crypto_sha2.o N 00000037
ntru_crypto_sha2.o N 0000004a
ntru_crypto_sha2.o N 00000117
ntru_crypto_sha2.o N 00000124
ntru_crypto_sha2.o N 00000140
ntru_crypto_sha2.o N 0000015c
ntru_crypto_sha2.o N 0000017a
ntru_crypto_sha2.o N 00000185
ntru_crypto_sha2.o N 0000018e
ntru_crypto_sha2.o N 0000019c
ntru_crypto_sha2.o N 000001a6
ntru_crypto_sha2.o N 000001ae
ntru_crypto_sha2.o N 000001b3
ntru_crypto_sha2.o N 000001c4
ntru_crypto_sha2.o N 000001cd
ntru_crypto_sha2.o N 000001d4
ntru_crypto_sha2.o N 000001e8
ntru_crypto_sha2.o N 000001ee
ntru_crypto_sha2.o N 00000205
ntru_crypto_sha2.o N 00000207
ntru_crypto_sha2.o N 0000020d
ntru_crypto_sha2.o N 0000021d
ntru_crypto_sha2.o N 00000226
ntru_crypto_sha2.o N 00000233
ntru_crypto_sha2.o N 00000248
ntru_crypto_sha2.o N 0000024d
ntru_crypto_sha2.o N 00000250
ntru_crypto_sha2.o N 00000253
ntru_crypto_sha2.o N 00000259
ntru_crypto_sha2.o N 00000260
ntru_crypto_sha2.o N 00000266
ntru_crypto_sha2.o N 00000268
ntru_crypto_sha2.o N 0000026d
ntru_crypto_sha2.o N 00000273
ntru_crypto_sha2.o N 00000279
ntru_crypto_sha2.o N 0000027e
ntru_crypto_sha2.o N 00000280
ntru_crypto_sha2.o N 00000282
ntru_crypto_sha2.o N 00000284
ntru_crypto_sha2.o N 00000286
ntru_crypto_sha2.o N 00000288
ntru_crypto_sha2.o N 0000028a
ntru_crypto_sha2.o N 0000028c
ntru_crypto_sha2.o N 0000028e
ntru_crypto_sha2.o ntru_crypto_sha2 T
ntru_crypto_sha256.o N 00000000
ntru_crypto_sha256.o N 00000037
ntru_crypto_sha256.o N 0000004c
ntru_crypto_sha256.o N 00000119
ntru_crypto_sha256.o N 00000126
ntru_crypto_sha256.o N 00000142
ntru_crypto_sha256.o N 0000015e
ntru_crypto_sha256.o N 0000017c
ntru_crypto_sha256.o N 00000194
ntru_crypto_sha256.o N 0000019f
ntru_crypto_sha256.o N 000001a8
ntru_crypto_sha256.o N 000001c2
ntru_crypto_sha256.o N 000001db
ntru_crypto_sha256.o N 000001fd
ntru_crypto_sha256.o N 00000217
ntru_crypto_sha256.o N 00000219
ntru_crypto_sha256.o N 0000021f
ntru_crypto_sha256.o N 00000233
ntru_crypto_sha256.o N 00000243
ntru_crypto_sha256.o N 0000024c
ntru_crypto_sha256.o N 0000025a
ntru_crypto_sha256.o N 00000264
ntru_crypto_sha256.o N 0000026c
ntru_crypto_sha256.o N 00000279
ntru_crypto_sha256.o N 0000028e
ntru_crypto_sha256.o N 00000293
ntru_crypto_sha256.o N 0000029c
ntru_crypto_sha256.o ntru_crypto_sha256_digest T
ntru_crypto_sha256.o ntru_crypto_sha256_final T
ntru_crypto_sha256.o ntru_crypto_sha256_final_zero_pad T
ntru_crypto_sha256.o ntru_crypto_sha256_init T
ntru_crypto_sha256.o ntru_crypto_sha256_update T
useshort.o N 00000000
useshort.o N 00000037
useshort.o N 00000042
useshort.o N 0000010f
useshort.o N 00000115
useshort.o N 00000123
useshort.o N 00000137
useshort.o N 00000164
useshort.o N 00000168
useshort.o N 0000019a
useshort.o N 0000019c
useshort.o N 0000019e
useshort.o N 000001a3
useshort.o N 000001ba
useshort.o N 000001bc
useshort.o N 000001bf
useshort.o N 000001c4
useshort.o N 000001c6
useshort.o N 000001cd
useshort.o N 000001d0
useshort.o N 000001d5

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:refclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))

Namespace violations


ebats.o N 00000000
ebats.o N 00000037
ebats.o N 0000003f
ebats.o N 0000010b
ebats.o N 00000118
ebats.o N 00000127
ebats.o N 00000136
ebats.o N 00000145
ebats.o N 00000155
ebats.o N 00000164
ebats.o N 00000173
ebats.o N 00000182
ebats.o N 00000192
ebats.o N 000001a1
ebats.o N 000001b0
ebats.o N 000001c0
ebats.o N 000001d0
ebats.o N 000001df
ebats.o N 000001ee
ebats.o N 000001fd
ebats.o N 0000020c
ebats.o N 00000227
ebats.o N 00000232
ebats.o N 0000023b
ebats.o N 00000249
ebats.o N 00000260
ebats.o N 00000270
ebats.o N 0000027f
ebats.o N 0000028a
ebats.o N 00000293
ebats.o N 0000029e
ebats.o N 000002a7
ebats.o N 000002b7
ebats.o N 000002bb
ebats.o N 000002c8
ebats.o N 000002d6
ebats.o N 0000030b
ebats.o N 0000031b
ebats.o N 0000032a
ebats.o N 0000032c
ebats.o N 00000331
ebats.o N 00000334
ebats.o N 0000033e
ebats.o N 00000346
ebats.o N 00000349
ebats.o N 00000350
ebats.o N 0000035d
ebats.o N 00000377
ebats.o N 0000037e
ebats.o N 00000383
ebats.o N 0000038f
ebats.o N 00000391
ebats.o N 00000396
ebats.o N 00000398
ebats.o N 0000039f
ebats.o N 000003a5
ebats.o N 000003aa
ebats.o N 000003b1
ebats.o copyrightclaims T
ebats.o patentclaims T
ebats.o randombytesfn T
ebats.o shortciphertext T
ebats.o shortplaintext T
ntru_crypto_drbg.o N 00000000
ntru_crypto_drbg.o N 00000037
ntru_crypto_drbg.o N 0000004a
ntru_crypto_drbg.o N 00000116
ntru_crypto_drbg.o N 00000121
ntru_crypto_drbg.o N 00000128
ntru_crypto_drbg.o N 00000135
ntru_crypto_drbg.o N 00000140
ntru_crypto_drbg.o N 00000149
ntru_crypto_drbg.o N 0000014e
ntru_crypto_drbg.o N 0000015c
ntru_crypto_drbg.o N 0000016d
ntru_crypto_drbg.o N 00000177
ntru_crypto_drbg.o N 0000017d
ntru_crypto_drbg.o N 00000188
ntru_crypto_drbg.o N 0000019c
ntru_crypto_drbg.o N 000001be
ntru_crypto_drbg.o N 000001c3
ntru_crypto_drbg.o N 000001d7
ntru_crypto_drbg.o N 000001f3
ntru_crypto_drbg.o N 0000020f
ntru_crypto_drbg.o N 0000022d
ntru_crypto_drbg.o N 0000023b
ntru_crypto_drbg.o N 00000249
ntru_crypto_drbg.o N 00000260
ntru_crypto_drbg.o N 00000270
ntru_crypto_drbg.o N 00000284
ntru_crypto_drbg.o N 00000291
ntru_crypto_drbg.o N 0000029f
ntru_crypto_drbg.o N 000002aa
ntru_crypto_drbg.o N 000002b4
ntru_crypto_drbg.o N 000002bc
ntru_crypto_drbg.o N 000002c8
ntru_crypto_drbg.o N 000002d3
ntru_crypto_drbg.o N 000002dc
ntru_crypto_drbg.o N 000002f2
ntru_crypto_drbg.o N 00000307
ntru_crypto_drbg.o N 00000309
ntru_crypto_drbg.o N 00000320
ntru_crypto_drbg.o N 00000332
ntru_crypto_drbg.o N 00000334
ntru_crypto_drbg.o N 00000338
ntru_crypto_drbg.o N 00000355
ntru_crypto_drbg.o N 00000367
ntru_crypto_drbg.o N 00000370
ntru_crypto_drbg.o N 0000037f
ntru_crypto_drbg.o N 0000038d
ntru_crypto_drbg.o N 00000391
ntru_crypto_drbg.o N 000003af
ntru_crypto_drbg.o N 000003c4
ntru_crypto_drbg.o N 000003d8
ntru_crypto_drbg.o N 000003da
ntru_crypto_drbg.o N 000003e1
ntru_crypto_drbg.o N 000003ef
ntru_crypto_drbg.o N 000003fb
ntru_crypto_drbg.o N 00000411
ntru_crypto_drbg.o N 00000429
ntru_crypto_drbg.o N 00000431
ntru_crypto_drbg.o N 0000043f
ntru_crypto_drbg.o N 00000459
ntru_crypto_drbg.o N 00000463
ntru_crypto_drbg.o N 00000467
ntru_crypto_drbg.o N 00000484
ntru_crypto_drbg.o N 00000498
ntru_crypto_drbg.o N 000004be
ntru_crypto_drbg.o N 000004dd
ntru_crypto_drbg.o N 000004f5
ntru_crypto_drbg.o N 0000050f
ntru_crypto_drbg.o N 00000527
ntru_crypto_drbg.o N 0000052c
ntru_crypto_drbg.o N 0000052e
ntru_crypto_drbg.o N 0000053d
ntru_crypto_drbg.o N 00000552
ntru_crypto_drbg.o N 00000559
ntru_crypto_drbg.o N 0000056e
ntru_crypto_drbg.o ntru_crypto_drbg_generate T
ntru_crypto_drbg.o ntru_crypto_drbg_instantiate T
ntru_crypto_drbg.o ntru_crypto_drbg_reseed T
ntru_crypto_drbg.o ntru_crypto_drbg_uninstantiate T
ntru_crypto_drbg.o ntru_crypto_external_drbg_instantiate T
ntru_crypto_hash.o N 00000000
ntru_crypto_hash.o N 00000037
ntru_crypto_hash.o N 0000004a
ntru_crypto_hash.o N 00000116
ntru_crypto_hash.o N 0000011e
ntru_crypto_hash.o N 00000122
ntru_crypto_hash.o N 0000012e
ntru_crypto_hash.o N 00000134
ntru_crypto_hash.o N 00000142
ntru_crypto_hash.o N 0000014c
ntru_crypto_hash.o N 00000154
ntru_crypto_hash.o N 00000161
ntru_crypto_hash.o N 00000170
ntru_crypto_hash.o N 0000017b
ntru_crypto_hash.o N 00000184
ntru_crypto_hash.o N 00000192
ntru_crypto_hash.o N 00000197
ntru_crypto_hash.o N 000001a4
ntru_crypto_hash.o N 000001af
ntru_crypto_hash.o N 000001b8
ntru_crypto_hash.o N 000001d1
ntru_crypto_hash.o N 000001d8
ntru_crypto_hash.o N 000001f3
ntru_crypto_hash.o N 000001f9
ntru_crypto_hash.o N 00000213
ntru_crypto_hash.o N 00000222
ntru_crypto_hash.o N 00000229
ntru_crypto_hash.o N 00000244
ntru_crypto_hash.o N 00000261
ntru_crypto_hash.o N 0000027d
ntru_crypto_hash.o N 00000291
ntru_crypto_hash.o N 000002ad
ntru_crypto_hash.o N 000002c9
ntru_crypto_hash.o N 000002e7
ntru_crypto_hash.o N 000002f6
ntru_crypto_hash.o N 0000030d
ntru_crypto_hash.o N 0000030f
ntru_crypto_hash.o N 00000328
ntru_crypto_hash.o N 00000346
ntru_crypto_hash.o N 00000365
ntru_crypto_hash.o N 0000037b
ntru_crypto_hash.o N 00000393
ntru_crypto_hash.o N 000003aa
ntru_crypto_hash.o N 000003ca
ntru_crypto_hash.o N 000003e2
ntru_crypto_hash.o N 000003e4
ntru_crypto_hash.o N 000003ef
ntru_crypto_hash.o N 000003f7
ntru_crypto_hash.o N 000003fc
ntru_crypto_hash.o N 00000402
ntru_crypto_hash.o N 00000412
ntru_crypto_hash.o N 0000041b
ntru_crypto_hash.o N 00000428
ntru_crypto_hash.o N 0000043d
ntru_crypto_hash.o N 00000444
ntru_crypto_hash.o N 00000459
ntru_crypto_hash.o N 0000046e
ntru_crypto_hash.o N 00000476
ntru_crypto_hash.o N 0000047d
ntru_crypto_hash.o N 00000482
ntru_crypto_hash.o N 0000048b
ntru_crypto_hash.o ntru_crypto_hash_block_length T
ntru_crypto_hash.o ntru_crypto_hash_digest T
ntru_crypto_hash.o ntru_crypto_hash_digest_length T
ntru_crypto_hash.o ntru_crypto_hash_final T
ntru_crypto_hash.o ntru_crypto_hash_final_zero_pad T
ntru_crypto_hash.o ntru_crypto_hash_init T
ntru_crypto_hash.o ntru_crypto_hash_set_alg T
ntru_crypto_hash.o ntru_crypto_hash_update T
ntru_crypto_hmac.o N 00000000
ntru_crypto_hmac.o N 00000037
ntru_crypto_hmac.o N 0000004a
ntru_crypto_hmac.o N 00000116
ntru_crypto_hmac.o N 00000123
ntru_crypto_hmac.o N 0000013f
ntru_crypto_hmac.o N 0000015b
ntru_crypto_hmac.o N 00000179
ntru_crypto_hmac.o N 00000184
ntru_crypto_hmac.o N 0000018d
ntru_crypto_hmac.o N 00000196
ntru_crypto_hmac.o N 000001a1
ntru_crypto_hmac.o N 000001be
ntru_crypto_hmac.o N 000001c6
ntru_crypto_hmac.o N 000001cb
ntru_crypto_hmac.o N 000001d1
ntru_crypto_hmac.o N 000001e5
ntru_crypto_hmac.o N 000001f5
ntru_crypto_hmac.o N 000001fe
ntru_crypto_hmac.o N 0000020c
ntru_crypto_hmac.o N 00000216
ntru_crypto_hmac.o N 0000021e
ntru_crypto_hmac.o N 0000022b
ntru_crypto_hmac.o N 00000240
ntru_crypto_hmac.o N 00000247
ntru_crypto_hmac.o N 0000025c
ntru_crypto_hmac.o N 00000271
ntru_crypto_hmac.o N 00000274
ntru_crypto_hmac.o N 0000027c
ntru_crypto_hmac.o N 0000028b
ntru_crypto_hmac.o N 00000296
ntru_crypto_hmac.o N 0000029f
ntru_crypto_hmac.o N 000002a6
ntru_crypto_hmac.o N 000002bc
ntru_crypto_hmac.o N 000002d1
ntru_crypto_hmac.o N 000002ed
ntru_crypto_hmac.o N 0000030a
ntru_crypto_hmac.o N 00000326
ntru_crypto_hmac.o N 0000033f
ntru_crypto_hmac.o N 00000355
ntru_crypto_hmac.o N 0000036d
ntru_crypto_hmac.o N 00000384
ntru_crypto_hmac.o N 0000038a
ntru_crypto_hmac.o N 000003a1
ntru_crypto_hmac.o N 000003a5
ntru_crypto_hmac.o N 000003ad
ntru_crypto_hmac.o N 000003af
ntru_crypto_hmac.o N 000003b3
ntru_crypto_hmac.o N 000003ba
ntru_crypto_hmac.o N 000003bc
ntru_crypto_hmac.o N 000003c0
ntru_crypto_hmac.o N 000003c5
ntru_crypto_hmac.o N 000003ce
ntru_crypto_hmac.o ntru_crypto_hmac_create_ctx T
ntru_crypto_hmac.o ntru_crypto_hmac_destroy_ctx T
ntru_crypto_hmac.o ntru_crypto_hmac_final T
ntru_crypto_hmac.o ntru_crypto_hmac_get_md_len T
ntru_crypto_hmac.o ntru_crypto_hmac_init T
ntru_crypto_hmac.o ntru_crypto_hmac_set_key T
ntru_crypto_hmac.o ntru_crypto_hmac_update T
ntru_crypto_msbyte_uint32.o N 00000000
ntru_crypto_msbyte_uint32.o N 00000037
ntru_crypto_msbyte_uint32.o N 00000053
ntru_crypto_msbyte_uint32.o N 0000011f
ntru_crypto_msbyte_uint32.o N 0000012c
ntru_crypto_msbyte_uint32.o N 00000137
ntru_crypto_msbyte_uint32.o N 00000140
ntru_crypto_msbyte_uint32.o N 0000014e
ntru_crypto_msbyte_uint32.o N 00000158
ntru_crypto_msbyte_uint32.o N 00000160
ntru_crypto_msbyte_uint32.o N 0000017c
ntru_crypto_msbyte_uint32.o N 00000198
ntru_crypto_msbyte_uint32.o N 0000019e
ntru_crypto_msbyte_uint32.o N 000001a4
ntru_crypto_msbyte_uint32.o N 000001a6
ntru_crypto_msbyte_uint32.o ntru_crypto_msbyte_2_uint32 T
ntru_crypto_msbyte_uint32.o ntru_crypto_uint32_2_msbyte T
ntru_crypto_ntru_convert.o N 00000000
ntru_crypto_ntru_convert.o N 00000037
ntru_crypto_ntru_convert.o N 00000052
ntru_crypto_ntru_convert.o N 0000011e
ntru_crypto_ntru_convert.o N 0000012b
ntru_crypto_ntru_convert.o N 00000139
ntru_crypto_ntru_convert.o N 00000143
ntru_crypto_ntru_convert.o N 0000014b
ntru_crypto_ntru_convert.o N 0000015f
ntru_crypto_ntru_convert.o N 0000016c
ntru_crypto_ntru_convert.o N 00000179
ntru_crypto_ntru_convert.o N 00000184
ntru_crypto_ntru_convert.o N 0000018d
ntru_crypto_ntru_convert.o N 0000019c
ntru_crypto_ntru_convert.o N 000001a7
ntru_crypto_ntru_convert.o N 000001b0
ntru_crypto_ntru_convert.o N 000001c3
ntru_crypto_ntru_convert.o N 000001c9
ntru_crypto_ntru_convert.o N 000001cf
ntru_crypto_ntru_convert.o N 000001d1
ntru_crypto_ntru_convert.o N 000001d5
ntru_crypto_ntru_convert.o N 000001ea
ntru_crypto_ntru_convert.o N 000001f1
ntru_crypto_ntru_convert.o N 000001f4
ntru_crypto_ntru_convert.o N 000001fa
ntru_crypto_ntru_convert.o N 000001ff
ntru_crypto_ntru_convert.o N 00000203
ntru_crypto_ntru_convert.o N 00000208
ntru_crypto_ntru_convert.o N 0000021b
ntru_crypto_ntru_convert.o N 0000022d
ntru_crypto_ntru_convert.o N 0000023f
ntru_crypto_ntru_convert.o N 00000259
ntru_crypto_ntru_convert.o N 00000275
ntru_crypto_ntru_convert.o N 00000291
ntru_crypto_ntru_convert.o N 000002a8
ntru_crypto_ntru_convert.o N 000002bf
ntru_crypto_ntru_convert.o N 000002c6
ntru_crypto_ntru_convert.o N 000002d0
ntru_crypto_ntru_convert.o N 000002d6
ntru_crypto_ntru_convert.o N 000002dd
ntru_crypto_ntru_convert.o N 000002e3
ntru_crypto_ntru_convert.o N 000002f3
ntru_crypto_ntru_convert.o N 000002fe
ntru_crypto_ntru_convert.o N 00000305
ntru_crypto_ntru_convert.o N 0000030b
ntru_crypto_ntru_convert.o N 00000319
ntru_crypto_ntru_convert.o N 00000328
ntru_crypto_ntru_convert.o N 0000032a
ntru_crypto_ntru_convert.o N 00000332
ntru_crypto_ntru_convert.o N 0000033c
ntru_crypto_ntru_convert.o N 00000347
ntru_crypto_ntru_convert.o N 0000034b
ntru_crypto_ntru_convert.o N 00000352
ntru_crypto_ntru_convert.o N 00000357
ntru_crypto_ntru_convert.o ntru_bits_2_trits T
ntru_crypto_ntru_convert.o ntru_coeffs_mod4_2_octets T
ntru_crypto_ntru_convert.o ntru_elements_2_octets T
ntru_crypto_ntru_convert.o ntru_indices_2_packed_trits T
ntru_crypto_ntru_convert.o ntru_indices_2_trits T
ntru_crypto_ntru_convert.o ntru_octet_2_trits T
ntru_crypto_ntru_convert.o ntru_octets_2_elements T
ntru_crypto_ntru_convert.o ntru_packed_trits_2_indices T
ntru_crypto_ntru_convert.o ntru_trits_2_bits T
ntru_crypto_ntru_convert.o ntru_trits_2_octet T
ntru_crypto_ntru_encrypt.o N 00000000
ntru_crypto_ntru_encrypt.o N 00000037
ntru_crypto_ntru_encrypt.o N 00000052
ntru_crypto_ntru_encrypt.o N 0000011e
ntru_crypto_ntru_encrypt.o N 00000132
ntru_crypto_ntru_encrypt.o N 00000140
ntru_crypto_ntru_encrypt.o N 0000014a
ntru_crypto_ntru_encrypt.o N 00000152
ntru_crypto_ntru_encrypt.o N 00000166
ntru_crypto_ntru_encrypt.o N 00000173
ntru_crypto_ntru_encrypt.o N 00000182
ntru_crypto_ntru_encrypt.o N 00000191
ntru_crypto_ntru_encrypt.o N 000001a0
ntru_crypto_ntru_encrypt.o N 000001b0
ntru_crypto_ntru_encrypt.o N 000001bf
ntru_crypto_ntru_encrypt.o N 000001ce
ntru_crypto_ntru_encrypt.o N 000001dd
ntru_crypto_ntru_encrypt.o N 000001ed
ntru_crypto_ntru_encrypt.o N 000001fc
ntru_crypto_ntru_encrypt.o N 0000020b
ntru_crypto_ntru_encrypt.o N 0000021b
ntru_crypto_ntru_encrypt.o N 0000022b
ntru_crypto_ntru_encrypt.o N 0000023a
ntru_crypto_ntru_encrypt.o N 00000249
ntru_crypto_ntru_encrypt.o N 00000258
ntru_crypto_ntru_encrypt.o N 00000267
ntru_crypto_ntru_encrypt.o N 00000282
ntru_crypto_ntru_encrypt.o N 0000029e
ntru_crypto_ntru_encrypt.o N 000002ba
ntru_crypto_ntru_encrypt.o N 000002d8
ntru_crypto_ntru_encrypt.o N 000002e3
ntru_crypto_ntru_encrypt.o N 000002ec
ntru_crypto_ntru_encrypt.o N 000002fb
ntru_crypto_ntru_encrypt.o N 00000306
ntru_crypto_ntru_encrypt.o N 0000030f
ntru_crypto_ntru_encrypt.o N 0000031c
ntru_crypto_ntru_encrypt.o N 0000031e
ntru_crypto_ntru_encrypt.o N 00000320
ntru_crypto_ntru_encrypt.o N 00000324
ntru_crypto_ntru_encrypt.o N 00000333
ntru_crypto_ntru_encrypt.o N 0000034c
ntru_crypto_ntru_encrypt.o N 00000365
ntru_crypto_ntru_encrypt.o N 00000385
ntru_crypto_ntru_encrypt.o N 000003bd
ntru_crypto_ntru_encrypt.o N 000003f5
ntru_crypto_ntru_encrypt.o N 00000401
ntru_crypto_ntru_encrypt.o N 0000040d
ntru_crypto_ntru_encrypt.o N 0000041d
ntru_crypto_ntru_encrypt.o N 00000429
ntru_crypto_ntru_encrypt.o N 00000430
ntru_crypto_ntru_encrypt.o N 00000436
ntru_crypto_ntru_encrypt.o N 00000441
ntru_crypto_ntru_encrypt.o N 0000044d
ntru_crypto_ntru_encrypt.o N 00000455
ntru_crypto_ntru_encrypt.o N 0000045b
ntru_crypto_ntru_encrypt.o N 0000046c
ntru_crypto_ntru_encrypt.o N 0000047a
ntru_crypto_ntru_encrypt.o N 00000481
ntru_crypto_ntru_encrypt.o N 00000484
ntru_crypto_ntru_encrypt.o N 0000049e
ntru_crypto_ntru_encrypt.o N 000004a3
ntru_crypto_ntru_encrypt.o N 000004a8
ntru_crypto_ntru_encrypt.o N 000004ac
ntru_crypto_ntru_encrypt.o N 000004b3
ntru_crypto_ntru_encrypt.o N 000004ba
ntru_crypto_ntru_encrypt.o N 000004bc
ntru_crypto_ntru_encrypt.o N 000004cd
ntru_crypto_ntru_encrypt.o N 000004cf
ntru_crypto_ntru_encrypt.o N 000004d6
ntru_crypto_ntru_encrypt.o N 000004e6
ntru_crypto_ntru_encrypt.o N 000004eb
ntru_crypto_ntru_encrypt.o N 000004f0
ntru_crypto_ntru_encrypt.o N 000004f3
ntru_crypto_ntru_encrypt.o N 000004fd
ntru_crypto_ntru_encrypt.o N 0000050c
ntru_crypto_ntru_encrypt.o N 0000051a
ntru_crypto_ntru_encrypt.o N 00000521
ntru_crypto_ntru_encrypt.o N 0000052b
ntru_crypto_ntru_encrypt.o N 0000053e
ntru_crypto_ntru_encrypt.o N 00000551
ntru_crypto_ntru_encrypt.o N 00000569
ntru_crypto_ntru_encrypt.o N 00000580
ntru_crypto_ntru_encrypt.o N 00000583
ntru_crypto_ntru_encrypt.o N 0000058a
ntru_crypto_ntru_encrypt.o N 0000058d
ntru_crypto_ntru_encrypt.o N 00000594
ntru_crypto_ntru_encrypt.o N 000005a1
ntru_crypto_ntru_encrypt.o N 000005a5
ntru_crypto_ntru_encrypt.o N 000005a9
ntru_crypto_ntru_encrypt.o N 000005ad
ntru_crypto_ntru_encrypt.o N 000005b0
ntru_crypto_ntru_encrypt.o N 000005c2
ntru_crypto_ntru_encrypt.o N 000005d2
ntru_crypto_ntru_encrypt.o N 000005d9
ntru_crypto_ntru_encrypt.o N 000005dd
ntru_crypto_ntru_encrypt.o N 000005e4
ntru_crypto_ntru_encrypt.o N 000005ef
ntru_crypto_ntru_encrypt.o N 00000606
ntru_crypto_ntru_encrypt.o N 00000611
ntru_crypto_ntru_encrypt.o N 00000623
ntru_crypto_ntru_encrypt.o N 0000062d
ntru_crypto_ntru_encrypt.o N 00000633
ntru_crypto_ntru_encrypt.o N 00000635
ntru_crypto_ntru_encrypt.o N 00000643
ntru_crypto_ntru_encrypt.o N 00000654
ntru_crypto_ntru_encrypt.o N 00000661
ntru_crypto_ntru_encrypt.o N 00000667
ntru_crypto_ntru_encrypt.o N 00000673
ntru_crypto_ntru_encrypt.o N 0000067f
ntru_crypto_ntru_encrypt.o N 00000685
ntru_crypto_ntru_encrypt.o N 00000694
ntru_crypto_ntru_encrypt.o N 000006a6
ntru_crypto_ntru_encrypt.o N 000006b4
ntru_crypto_ntru_encrypt.o N 000006bb
ntru_crypto_ntru_encrypt.o N 000006c1
ntru_crypto_ntru_encrypt.o N 000006c7
ntru_crypto_ntru_encrypt.o N 000006cd
ntru_crypto_ntru_encrypt.o N 000006d5
ntru_crypto_ntru_encrypt.o N 000006df
ntru_crypto_ntru_encrypt.o N 000006ec
ntru_crypto_ntru_encrypt.o N 000006f0
ntru_crypto_ntru_encrypt.o N 000006f4
ntru_crypto_ntru_encrypt.o N 000006f8
ntru_crypto_ntru_encrypt.o N 0000070d
ntru_crypto_ntru_encrypt.o N 00000721
ntru_crypto_ntru_encrypt.o N 0000072b
ntru_crypto_ntru_encrypt.o N 0000072e
ntru_crypto_ntru_encrypt.o N 00000730
ntru_crypto_ntru_encrypt.o N 00000739
ntru_crypto_ntru_encrypt.o N 0000073b
ntru_crypto_ntru_encrypt.o N 00000741
ntru_crypto_ntru_encrypt.o N 00000747
ntru_crypto_ntru_encrypt.o N 0000074c
ntru_crypto_ntru_encrypt.o N 0000074e
ntru_crypto_ntru_encrypt.o N 00000751
ntru_crypto_ntru_encrypt.o N 0000075c
ntru_crypto_ntru_encrypt.o N 00000762
ntru_crypto_ntru_encrypt.o N 00000783
ntru_crypto_ntru_encrypt.o N 000007a0
ntru_crypto_ntru_encrypt.o N 000007b2
ntru_crypto_ntru_encrypt.o N 000007be
ntru_crypto_ntru_encrypt.o N 000007c9
ntru_crypto_ntru_encrypt.o N 000007d6
ntru_crypto_ntru_encrypt.o N 000007db
ntru_crypto_ntru_encrypt.o N 000007e4
ntru_crypto_ntru_encrypt.o N 000007f7
ntru_crypto_ntru_encrypt.o N 00000800
ntru_crypto_ntru_encrypt.o ntru_crypto_ntru_decrypt T
ntru_crypto_ntru_encrypt.o ntru_crypto_ntru_encrypt T
ntru_crypto_ntru_encrypt.o ntru_crypto_ntru_encrypt_keygen T
ntru_crypto_ntru_encrypt.o ntru_crypto_ntru_encrypt_publicKey2SubjectPublicKeyInfo T
ntru_crypto_ntru_encrypt.o ntru_crypto_ntru_encrypt_subjectPublicKeyInfo2PublicKey T
ntru_crypto_ntru_encrypt_key.o N 00000000
ntru_crypto_ntru_encrypt_key.o N 00000037
ntru_crypto_ntru_encrypt_key.o N 00000056
ntru_crypto_ntru_encrypt_key.o N 00000122
ntru_crypto_ntru_encrypt_key.o N 0000012f
ntru_crypto_ntru_encrypt_key.o N 0000013e
ntru_crypto_ntru_encrypt_key.o N 0000014d
ntru_crypto_ntru_encrypt_key.o N 0000015c
ntru_crypto_ntru_encrypt_key.o N 0000016c
ntru_crypto_ntru_encrypt_key.o N 0000017b
ntru_crypto_ntru_encrypt_key.o N 0000018a
ntru_crypto_ntru_encrypt_key.o N 00000199
ntru_crypto_ntru_encrypt_key.o N 000001a9
ntru_crypto_ntru_encrypt_key.o N 000001b8
ntru_crypto_ntru_encrypt_key.o N 000001c7
ntru_crypto_ntru_encrypt_key.o N 000001d7
ntru_crypto_ntru_encrypt_key.o N 000001e7
ntru_crypto_ntru_encrypt_key.o N 000001f6
ntru_crypto_ntru_encrypt_key.o N 00000205
ntru_crypto_ntru_encrypt_key.o N 00000214
ntru_crypto_ntru_encrypt_key.o N 00000223
ntru_crypto_ntru_encrypt_key.o N 0000023e
ntru_crypto_ntru_encrypt_key.o N 0000024d
ntru_crypto_ntru_encrypt_key.o N 00000258
ntru_crypto_ntru_encrypt_key.o N 00000261
ntru_crypto_ntru_encrypt_key.o N 0000026f
ntru_crypto_ntru_encrypt_key.o N 00000279
ntru_crypto_ntru_encrypt_key.o N 00000281
ntru_crypto_ntru_encrypt_key.o N 000002a4
ntru_crypto_ntru_encrypt_key.o N 000002a9
ntru_crypto_ntru_encrypt_key.o N 000002d6
ntru_crypto_ntru_encrypt_key.o N 00000306
ntru_crypto_ntru_encrypt_key.o N 00000338
ntru_crypto_ntru_encrypt_key.o N 00000369
ntru_crypto_ntru_encrypt_key.o N 00000376
ntru_crypto_ntru_encrypt_key.o N 00000383
ntru_crypto_ntru_encrypt_key.o N 0000038c
ntru_crypto_ntru_encrypt_key.o N 0000039d
ntru_crypto_ntru_encrypt_key.o N 000003a5
ntru_crypto_ntru_encrypt_key.o N 000003ac
ntru_crypto_ntru_encrypt_key.o N 000003b3
ntru_crypto_ntru_encrypt_key.o N 000003b6
ntru_crypto_ntru_encrypt_key.o N 000003d0
ntru_crypto_ntru_encrypt_key.o N 000003d5
ntru_crypto_ntru_encrypt_key.o N 000003da
ntru_crypto_ntru_encrypt_key.o N 000003de
ntru_crypto_ntru_encrypt_key.o N 000003f2
ntru_crypto_ntru_encrypt_key.o N 000003f9
ntru_crypto_ntru_encrypt_key.o N 00000400
ntru_crypto_ntru_encrypt_key.o N 00000402
ntru_crypto_ntru_encrypt_key.o N 00000413
ntru_crypto_ntru_encrypt_key.o N 00000415
ntru_crypto_ntru_encrypt_key.o N 0000041c
ntru_crypto_ntru_encrypt_key.o N 0000042c
ntru_crypto_ntru_encrypt_key.o N 00000431
ntru_crypto_ntru_encrypt_key.o N 0000043c
ntru_crypto_ntru_encrypt_key.o N 00000445
ntru_crypto_ntru_encrypt_key.o N 00000448
ntru_crypto_ntru_encrypt_key.o N 00000452
ntru_crypto_ntru_encrypt_key.o N 00000461
ntru_crypto_ntru_encrypt_key.o N 0000046f
ntru_crypto_ntru_encrypt_key.o N 00000476
ntru_crypto_ntru_encrypt_key.o N 00000480
ntru_crypto_ntru_encrypt_key.o N 00000493
ntru_crypto_ntru_encrypt_key.o N 000004a6
ntru_crypto_ntru_encrypt_key.o N 000004be
ntru_crypto_ntru_encrypt_key.o N 000004d5
ntru_crypto_ntru_encrypt_key.o N 000004e7
ntru_crypto_ntru_encrypt_key.o N 000004e9
ntru_crypto_ntru_encrypt_key.o N 000004fb
ntru_crypto_ntru_encrypt_key.o N 000004fe
ntru_crypto_ntru_encrypt_key.o N 00000502
ntru_crypto_ntru_encrypt_key.o N 00000515
ntru_crypto_ntru_encrypt_key.o N 0000052e
ntru_crypto_ntru_encrypt_key.o N 00000549
ntru_crypto_ntru_encrypt_key.o N 00000559
ntru_crypto_ntru_encrypt_key.o N 0000056a
ntru_crypto_ntru_encrypt_key.o N 00000576
ntru_crypto_ntru_encrypt_key.o N 00000588
ntru_crypto_ntru_encrypt_key.o N 00000596
ntru_crypto_ntru_encrypt_key.o N 000005a3
ntru_crypto_ntru_encrypt_key.o ntru_crypto_ntru_encrypt_key_create_privkey_blob T
ntru_crypto_ntru_encrypt_key.o ntru_crypto_ntru_encrypt_key_create_pubkey_blob T
ntru_crypto_ntru_encrypt_key.o ntru_crypto_ntru_encrypt_key_get_blob_params T
ntru_crypto_ntru_encrypt_key.o ntru_crypto_ntru_encrypt_key_parse T
ntru_crypto_ntru_encrypt_key.o ntru_crypto_ntru_encrypt_key_recreate_pubkey_blob T
ntru_crypto_ntru_encrypt_param_sets.o N 00000000
ntru_crypto_ntru_encrypt_param_sets.o N 00000037
ntru_crypto_ntru_encrypt_param_sets.o N 0000005d
ntru_crypto_ntru_encrypt_param_sets.o N 00000129
ntru_crypto_ntru_encrypt_param_sets.o N 00000136
ntru_crypto_ntru_encrypt_param_sets.o N 00000143
ntru_crypto_ntru_encrypt_param_sets.o N 0000014a
ntru_crypto_ntru_encrypt_param_sets.o N 00000158
ntru_crypto_ntru_encrypt_param_sets.o N 0000015b
ntru_crypto_ntru_encrypt_param_sets.o N 0000016a
ntru_crypto_ntru_encrypt_param_sets.o N 00000179
ntru_crypto_ntru_encrypt_param_sets.o N 00000188
ntru_crypto_ntru_encrypt_param_sets.o N 00000198
ntru_crypto_ntru_encrypt_param_sets.o N 000001a7
ntru_crypto_ntru_encrypt_param_sets.o N 000001b6
ntru_crypto_ntru_encrypt_param_sets.o N 000001c5
ntru_crypto_ntru_encrypt_param_sets.o N 000001d5
ntru_crypto_ntru_encrypt_param_sets.o N 000001e4
ntru_crypto_ntru_encrypt_param_sets.o N 000001f3
ntru_crypto_ntru_encrypt_param_sets.o N 00000203
ntru_crypto_ntru_encrypt_param_sets.o N 00000213
ntru_crypto_ntru_encrypt_param_sets.o N 00000222
ntru_crypto_ntru_encrypt_param_sets.o N 00000231
ntru_crypto_ntru_encrypt_param_sets.o N 00000240
ntru_crypto_ntru_encrypt_param_sets.o N 0000024f
ntru_crypto_ntru_encrypt_param_sets.o N 0000026a
ntru_crypto_ntru_encrypt_param_sets.o N 00000284
ntru_crypto_ntru_encrypt_param_sets.o N 00000289
ntru_crypto_ntru_encrypt_param_sets.o N 0000028e
ntru_crypto_ntru_encrypt_param_sets.o N 00000292
ntru_crypto_ntru_encrypt_param_sets.o N 000002a0
ntru_crypto_ntru_encrypt_param_sets.o N 000002aa
ntru_crypto_ntru_encrypt_param_sets.o N 000002b2
ntru_crypto_ntru_encrypt_param_sets.o N 000002c6
ntru_crypto_ntru_encrypt_param_sets.o N 000002cd
ntru_crypto_ntru_encrypt_param_sets.o N 000002d4
ntru_crypto_ntru_encrypt_param_sets.o N 000002d6
ntru_crypto_ntru_encrypt_param_sets.o N 000002e5
ntru_crypto_ntru_encrypt_param_sets.o N 000002f0
ntru_crypto_ntru_encrypt_param_sets.o N 000002f9
ntru_crypto_ntru_encrypt_param_sets.o N 0000030a
ntru_crypto_ntru_encrypt_param_sets.o N 0000030c
ntru_crypto_ntru_encrypt_param_sets.o N 00000313
ntru_crypto_ntru_encrypt_param_sets.o N 00000323
ntru_crypto_ntru_encrypt_param_sets.o N 00000328
ntru_crypto_ntru_encrypt_param_sets.o N 0000032d
ntru_crypto_ntru_encrypt_param_sets.o N 00000338
ntru_crypto_ntru_encrypt_param_sets.o N 00000341
ntru_crypto_ntru_encrypt_param_sets.o N 00000344
ntru_crypto_ntru_encrypt_param_sets.o N 0000034e
ntru_crypto_ntru_encrypt_param_sets.o N 0000035d
ntru_crypto_ntru_encrypt_param_sets.o N 0000036b
ntru_crypto_ntru_encrypt_param_sets.o N 00000372
ntru_crypto_ntru_encrypt_param_sets.o N 0000037c
ntru_crypto_ntru_encrypt_param_sets.o N 0000038f
ntru_crypto_ntru_encrypt_param_sets.o N 000003a2
ntru_crypto_ntru_encrypt_param_sets.o N 000003ba
ntru_crypto_ntru_encrypt_param_sets.o N 000003d1
ntru_crypto_ntru_encrypt_param_sets.o N 000003f1
ntru_crypto_ntru_encrypt_param_sets.o N 00000412
ntru_crypto_ntru_encrypt_param_sets.o N 00000436
ntru_crypto_ntru_encrypt_param_sets.o N 00000456
ntru_crypto_ntru_encrypt_param_sets.o N 00000458
ntru_crypto_ntru_encrypt_param_sets.o ntru_encrypt_get_param_set_name T
ntru_crypto_ntru_encrypt_param_sets.o ntru_encrypt_get_params_with_DER_id T
ntru_crypto_ntru_encrypt_param_sets.o ntru_encrypt_get_params_with_OID T
ntru_crypto_ntru_encrypt_param_sets.o ntru_encrypt_get_params_with_id T
ntru_crypto_ntru_mgf1.o N 00000000
ntru_crypto_ntru_mgf1.o N 00000037
ntru_crypto_ntru_mgf1.o N 0000004f
ntru_crypto_ntru_mgf1.o N 0000011b
ntru_crypto_ntru_mgf1.o N 00000128
ntru_crypto_ntru_mgf1.o N 00000144
ntru_crypto_ntru_mgf1.o N 00000160
ntru_crypto_ntru_mgf1.o N 0000017e
ntru_crypto_ntru_mgf1.o N 00000189
ntru_crypto_ntru_mgf1.o N 00000192
ntru_crypto_ntru_mgf1.o N 0000019c
ntru_crypto_ntru_mgf1.o N 000001a2
ntru_crypto_ntru_mgf1.o N 000001b0
ntru_crypto_ntru_mgf1.o N 000001ba
ntru_crypto_ntru_mgf1.o N 000001c2
ntru_crypto_ntru_mgf1.o N 000001c8
ntru_crypto_ntru_mgf1.o N 000001df
ntru_crypto_ntru_mgf1.o N 000001e6
ntru_crypto_ntru_mgf1.o N 000001f0
ntru_crypto_ntru_mgf1.o N 000001f9
ntru_crypto_ntru_mgf1.o N 00000208
ntru_crypto_ntru_mgf1.o N 00000213
ntru_crypto_ntru_mgf1.o N 0000021c
ntru_crypto_ntru_mgf1.o N 00000221
ntru_crypto_ntru_mgf1.o N 00000225
ntru_crypto_ntru_mgf1.o N 00000229
ntru_crypto_ntru_mgf1.o N 00000231
ntru_crypto_ntru_mgf1.o N 0000023d
ntru_crypto_ntru_mgf1.o N 00000243
ntru_crypto_ntru_mgf1.o N 00000257
ntru_crypto_ntru_mgf1.o N 00000262
ntru_crypto_ntru_mgf1.o N 0000026c
ntru_crypto_ntru_mgf1.o N 00000271
ntru_crypto_ntru_mgf1.o N 00000275
ntru_crypto_ntru_mgf1.o N 0000027d
ntru_crypto_ntru_mgf1.o N 00000284
ntru_crypto_ntru_mgf1.o N 00000295
ntru_crypto_ntru_mgf1.o ntru_mgf1 T
ntru_crypto_ntru_mgf1.o ntru_mgftp1 T
ntru_crypto_ntru_poly.o N 00000000
ntru_crypto_ntru_poly.o N 00000037
ntru_crypto_ntru_poly.o N 0000004f
ntru_crypto_ntru_poly.o N 0000011b
ntru_crypto_ntru_poly.o N 00000128
ntru_crypto_ntru_poly.o N 00000144
ntru_crypto_ntru_poly.o N 00000160
ntru_crypto_ntru_poly.o N 0000017e
ntru_crypto_ntru_poly.o N 0000018d
ntru_crypto_ntru_poly.o N 00000198
ntru_crypto_ntru_poly.o N 000001a1
ntru_crypto_ntru_poly.o N 000001ac
ntru_crypto_ntru_poly.o N 000001b5
ntru_crypto_ntru_poly.o N 000001c3
ntru_crypto_ntru_poly.o N 000001cd
ntru_crypto_ntru_poly.o N 000001d5
ntru_crypto_ntru_poly.o N 000001ec
ntru_crypto_ntru_poly.o N 000001ee
ntru_crypto_ntru_poly.o N 000001f8
ntru_crypto_ntru_poly.o N 00000202
ntru_crypto_ntru_poly.o N 00000205
ntru_crypto_ntru_poly.o N 00000207
ntru_crypto_ntru_poly.o N 00000209
ntru_crypto_ntru_poly.o N 0000020b
ntru_crypto_ntru_poly.o N 0000020d
ntru_crypto_ntru_poly.o N 0000021e
ntru_crypto_ntru_poly.o N 00000223
ntru_crypto_ntru_poly.o N 00000228
ntru_crypto_ntru_poly.o N 0000022a
ntru_crypto_ntru_poly.o N 0000022c
ntru_crypto_ntru_poly.o N 0000022e
ntru_crypto_ntru_poly.o N 0000023c
ntru_crypto_ntru_poly.o N 00000257
ntru_crypto_ntru_poly.o N 0000025c
ntru_crypto_ntru_poly.o N 00000285
ntru_crypto_ntru_poly.o N 000002a4
ntru_crypto_ntru_poly.o N 000002c0
ntru_crypto_ntru_poly.o N 000002ca
ntru_crypto_ntru_poly.o N 000002d8
ntru_crypto_ntru_poly.o N 000002e3
ntru_crypto_ntru_poly.o N 000002fa
ntru_crypto_ntru_poly.o N 00000301
ntru_crypto_ntru_poly.o N 0000030b
ntru_crypto_ntru_poly.o N 00000314
ntru_crypto_ntru_poly.o N 0000031c
ntru_crypto_ntru_poly.o N 0000032b
ntru_crypto_ntru_poly.o N 0000032f
ntru_crypto_ntru_poly.o N 00000334
ntru_crypto_ntru_poly.o N 0000033c
ntru_crypto_ntru_poly.o N 00000343
ntru_crypto_ntru_poly.o N 0000034c
ntru_crypto_ntru_poly.o N 00000351
ntru_crypto_ntru_poly.o N 0000035b
ntru_crypto_ntru_poly.o N 00000363
ntru_crypto_ntru_poly.o N 00000368
ntru_crypto_ntru_poly.o N 0000036f
ntru_crypto_ntru_poly.o N 00000375
ntru_crypto_ntru_poly.o N 00000385
ntru_crypto_ntru_poly.o N 0000038f
ntru_crypto_ntru_poly.o N 0000039b
ntru_crypto_ntru_poly.o N 000003ac
ntru_crypto_ntru_poly.o N 000003b2
ntru_crypto_ntru_poly.o N 000003bd
ntru_crypto_ntru_poly.o N 000003c0
ntru_crypto_ntru_poly.o N 000003d4
ntru_crypto_ntru_poly.o N 000003dc
ntru_crypto_ntru_poly.o N 000003e4
ntru_crypto_ntru_poly.o N 000003eb
ntru_crypto_ntru_poly.o N 000003ee
ntru_crypto_ntru_poly.o N 000003f8
ntru_crypto_ntru_poly.o N 00000403
ntru_crypto_ntru_poly.o N 00000411
ntru_crypto_ntru_poly.o N 00000414
ntru_crypto_ntru_poly.o N 00000417
ntru_crypto_ntru_poly.o N 0000041c
ntru_crypto_ntru_poly.o N 00000420
ntru_crypto_ntru_poly.o N 00000428
ntru_crypto_ntru_poly.o N 00000430
ntru_crypto_ntru_poly.o N 00000438
ntru_crypto_ntru_poly.o N 0000043b
ntru_crypto_ntru_poly.o N 00000440
ntru_crypto_ntru_poly.o N 00000444
ntru_crypto_ntru_poly.o N 0000044b
ntru_crypto_ntru_poly.o N 0000044d
ntru_crypto_ntru_poly.o N 0000044f
ntru_crypto_ntru_poly.o N 00000454
ntru_crypto_ntru_poly.o N 00000457
ntru_crypto_ntru_poly.o N 0000045a
ntru_crypto_ntru_poly.o N 0000045f
ntru_crypto_ntru_poly.o N 00000464
ntru_crypto_ntru_poly.o N 0000046a
ntru_crypto_ntru_poly.o N 0000046c
ntru_crypto_ntru_poly.o N 00000472
ntru_crypto_ntru_poly.o N 00000478
ntru_crypto_ntru_poly.o N 0000047e
ntru_crypto_ntru_poly.o N 00000480
ntru_crypto_ntru_poly.o N 00000486
ntru_crypto_ntru_poly.o N 00000488
ntru_crypto_ntru_poly.o ntru_gen_poly T
ntru_crypto_ntru_poly.o ntru_poly_check_min_weight T
ntru_crypto_ntru_poly.o ntru_ring_inv T
ntru_crypto_ntru_poly.o ntru_ring_mult_coefficients T
ntru_crypto_ntru_poly.o ntru_ring_mult_indices T
ntru_crypto_ntru_poly.o ntru_ring_mult_indices_double_width_conv T
ntru_crypto_ntru_poly.o ntru_ring_mult_product_indices T
ntru_crypto_sha1.o N 00000000
ntru_crypto_sha1.o N 00000037
ntru_crypto_sha1.o N 0000004a
ntru_crypto_sha1.o N 00000116
ntru_crypto_sha1.o N 00000123
ntru_crypto_sha1.o N 0000012e
ntru_crypto_sha1.o N 00000137
ntru_crypto_sha1.o N 00000145
ntru_crypto_sha1.o N 0000014f
ntru_crypto_sha1.o N 00000157
ntru_crypto_sha1.o N 0000015c
ntru_crypto_sha1.o N 0000016d
ntru_crypto_sha1.o N 0000016f
ntru_crypto_sha1.o N 00000175
ntru_crypto_sha1.o N 00000189
ntru_crypto_sha1.o N 00000199
ntru_crypto_sha1.o N 000001a2
ntru_crypto_sha1.o N 000001af
ntru_crypto_sha1.o N 000001c4
ntru_crypto_sha1.o N 000001c9
ntru_crypto_sha1.o N 000001cc
ntru_crypto_sha1.o N 000001d3
ntru_crypto_sha1.o N 000001d9
ntru_crypto_sha1.o N 000001dc
ntru_crypto_sha1.o N 000001e2
ntru_crypto_sha1.o N 000001e9
ntru_crypto_sha1.o N 000001eb
ntru_crypto_sha1.o N 000001f1
ntru_crypto_sha1.o N 000001f7
ntru_crypto_sha1.o N 000001fc
ntru_crypto_sha1.o N 00000205
ntru_crypto_sha1.o N 0000021b
ntru_crypto_sha1.o N 00000233
ntru_crypto_sha1.o N 0000024a
ntru_crypto_sha1.o N 0000026a
ntru_crypto_sha1.o N 00000282
ntru_crypto_sha1.o N 00000287
ntru_crypto_sha1.o N 00000289
ntru_crypto_sha1.o N 0000028b
ntru_crypto_sha1.o N 0000028d
ntru_crypto_sha1.o N 0000028f
ntru_crypto_sha1.o N 00000291
ntru_crypto_sha1.o N 00000293
ntru_crypto_sha1.o ntru_crypto_sha1 T
ntru_crypto_sha1.o ntru_crypto_sha1_digest T
ntru_crypto_sha1.o ntru_crypto_sha1_final T
ntru_crypto_sha1.o ntru_crypto_sha1_final_zero_pad T
ntru_crypto_sha1.o ntru_crypto_sha1_init T
ntru_crypto_sha1.o ntru_crypto_sha1_update T
ntru_crypto_sha2.o N 00000000
ntru_crypto_sha2.o N 00000037
ntru_crypto_sha2.o N 0000004a
ntru_crypto_sha2.o N 00000116
ntru_crypto_sha2.o N 00000123
ntru_crypto_sha2.o N 0000013f
ntru_crypto_sha2.o N 0000015b
ntru_crypto_sha2.o N 00000179
ntru_crypto_sha2.o N 00000184
ntru_crypto_sha2.o N 0000018d
ntru_crypto_sha2.o N 0000019b
ntru_crypto_sha2.o N 000001a5
ntru_crypto_sha2.o N 000001ad
ntru_crypto_sha2.o N 000001b2
ntru_crypto_sha2.o N 000001c3
ntru_crypto_sha2.o N 000001cc
ntru_crypto_sha2.o N 000001d3
ntru_crypto_sha2.o N 000001e7
ntru_crypto_sha2.o N 000001ed
ntru_crypto_sha2.o N 00000204
ntru_crypto_sha2.o N 00000206
ntru_crypto_sha2.o N 0000020c
ntru_crypto_sha2.o N 0000021c
ntru_crypto_sha2.o N 00000225
ntru_crypto_sha2.o N 00000232
ntru_crypto_sha2.o N 00000247
ntru_crypto_sha2.o N 0000024c
ntru_crypto_sha2.o N 0000024f
ntru_crypto_sha2.o N 00000252
ntru_crypto_sha2.o N 00000258
ntru_crypto_sha2.o N 0000025f
ntru_crypto_sha2.o N 00000265
ntru_crypto_sha2.o N 00000267
ntru_crypto_sha2.o N 0000026c
ntru_crypto_sha2.o N 00000272
ntru_crypto_sha2.o N 00000278
ntru_crypto_sha2.o N 0000027d
ntru_crypto_sha2.o N 0000027f
ntru_crypto_sha2.o N 00000281
ntru_crypto_sha2.o N 00000283
ntru_crypto_sha2.o N 00000285
ntru_crypto_sha2.o N 00000287
ntru_crypto_sha2.o N 00000289
ntru_crypto_sha2.o N 0000028b
ntru_crypto_sha2.o N 0000028d
ntru_crypto_sha2.o ntru_crypto_sha2 T
ntru_crypto_sha256.o N 00000000
ntru_crypto_sha256.o N 00000037
ntru_crypto_sha256.o N 0000004c
ntru_crypto_sha256.o N 00000118
ntru_crypto_sha256.o N 00000125
ntru_crypto_sha256.o N 00000141
ntru_crypto_sha256.o N 0000015d
ntru_crypto_sha256.o N 0000017b
ntru_crypto_sha256.o N 00000193
ntru_crypto_sha256.o N 0000019e
ntru_crypto_sha256.o N 000001a7
ntru_crypto_sha256.o N 000001c1
ntru_crypto_sha256.o N 000001da
ntru_crypto_sha256.o N 000001fc
ntru_crypto_sha256.o N 00000216
ntru_crypto_sha256.o N 00000218
ntru_crypto_sha256.o N 0000021e
ntru_crypto_sha256.o N 00000232
ntru_crypto_sha256.o N 00000242
ntru_crypto_sha256.o N 0000024b
ntru_crypto_sha256.o N 00000259
ntru_crypto_sha256.o N 00000263
ntru_crypto_sha256.o N 0000026b
ntru_crypto_sha256.o N 00000278
ntru_crypto_sha256.o N 0000028d
ntru_crypto_sha256.o N 00000292
ntru_crypto_sha256.o N 0000029b
ntru_crypto_sha256.o ntru_crypto_sha256_digest T
ntru_crypto_sha256.o ntru_crypto_sha256_final T
ntru_crypto_sha256.o ntru_crypto_sha256_final_zero_pad T
ntru_crypto_sha256.o ntru_crypto_sha256_init T
ntru_crypto_sha256.o ntru_crypto_sha256_update T
useshort.o N 00000000
useshort.o N 00000037
useshort.o N 00000042
useshort.o N 0000010e
useshort.o N 00000114
useshort.o N 00000122
useshort.o N 00000136
useshort.o N 00000163
useshort.o N 00000167
useshort.o N 00000199
useshort.o N 0000019b
useshort.o N 0000019d
useshort.o N 000001a2
useshort.o N 000001b9
useshort.o N 000001bb
useshort.o N 000001be
useshort.o N 000001c3
useshort.o N 000001c5
useshort.o N 000001cc
useshort.o N 000001cf
useshort.o N 000001d4

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))

Namespace violations


ebats.o copyrightclaims T
ebats.o patentclaims T
ebats.o randombytesfn T
ebats.o shortciphertext T
ebats.o shortplaintext T
ntru_crypto_drbg.o ntru_crypto_drbg_generate T
ntru_crypto_drbg.o ntru_crypto_drbg_instantiate T
ntru_crypto_drbg.o ntru_crypto_drbg_reseed T
ntru_crypto_drbg.o ntru_crypto_drbg_uninstantiate T
ntru_crypto_drbg.o ntru_crypto_external_drbg_instantiate T
ntru_crypto_hash.o ntru_crypto_hash_block_length T
ntru_crypto_hash.o ntru_crypto_hash_digest T
ntru_crypto_hash.o ntru_crypto_hash_digest_length T
ntru_crypto_hash.o ntru_crypto_hash_final T
ntru_crypto_hash.o ntru_crypto_hash_final_zero_pad T
ntru_crypto_hash.o ntru_crypto_hash_init T
ntru_crypto_hash.o ntru_crypto_hash_set_alg T
ntru_crypto_hash.o ntru_crypto_hash_update T
ntru_crypto_hmac.o ntru_crypto_hmac_create_ctx T
ntru_crypto_hmac.o ntru_crypto_hmac_destroy_ctx T
ntru_crypto_hmac.o ntru_crypto_hmac_final T
ntru_crypto_hmac.o ntru_crypto_hmac_get_md_len T
ntru_crypto_hmac.o ntru_crypto_hmac_init T
ntru_crypto_hmac.o ntru_crypto_hmac_set_key T
ntru_crypto_hmac.o ntru_crypto_hmac_update T
ntru_crypto_msbyte_uint32.o ntru_crypto_msbyte_2_uint32 T
ntru_crypto_msbyte_uint32.o ntru_crypto_uint32_2_msbyte T
ntru_crypto_ntru_convert.o ntru_bits_2_trits T
ntru_crypto_ntru_convert.o ntru_coeffs_mod4_2_octets T
ntru_crypto_ntru_convert.o ntru_elements_2_octets T
ntru_crypto_ntru_convert.o ntru_indices_2_packed_trits T
ntru_crypto_ntru_convert.o ntru_indices_2_trits T
ntru_crypto_ntru_convert.o ntru_octet_2_trits T
ntru_crypto_ntru_convert.o ntru_octets_2_elements T
ntru_crypto_ntru_convert.o ntru_packed_trits_2_indices T
ntru_crypto_ntru_convert.o ntru_trits_2_bits T
ntru_crypto_ntru_convert.o ntru_trits_2_octet T
ntru_crypto_ntru_encrypt.o ntru_crypto_ntru_decrypt T
ntru_crypto_ntru_encrypt.o ntru_crypto_ntru_encrypt T
ntru_crypto_ntru_encrypt.o ntru_crypto_ntru_encrypt_keygen T
ntru_crypto_ntru_encrypt.o ntru_crypto_ntru_encrypt_publicKey2SubjectPublicKeyInfo T
ntru_crypto_ntru_encrypt.o ntru_crypto_ntru_encrypt_subjectPublicKeyInfo2PublicKey T
ntru_crypto_ntru_encrypt_key.o ntru_crypto_ntru_encrypt_key_create_privkey_blob T
ntru_crypto_ntru_encrypt_key.o ntru_crypto_ntru_encrypt_key_create_pubkey_blob T
ntru_crypto_ntru_encrypt_key.o ntru_crypto_ntru_encrypt_key_get_blob_params T
ntru_crypto_ntru_encrypt_key.o ntru_crypto_ntru_encrypt_key_parse T
ntru_crypto_ntru_encrypt_key.o ntru_crypto_ntru_encrypt_key_recreate_pubkey_blob T
ntru_crypto_ntru_encrypt_param_sets.o ntru_encrypt_get_param_set_name T
ntru_crypto_ntru_encrypt_param_sets.o ntru_encrypt_get_params_with_DER_id T
ntru_crypto_ntru_encrypt_param_sets.o ntru_encrypt_get_params_with_OID T
ntru_crypto_ntru_encrypt_param_sets.o ntru_encrypt_get_params_with_id T
ntru_crypto_ntru_mgf1.o ntru_mgf1 T
ntru_crypto_ntru_mgf1.o ntru_mgftp1 T
ntru_crypto_ntru_poly.o ntru_gen_poly T
ntru_crypto_ntru_poly.o ntru_poly_check_min_weight T
ntru_crypto_ntru_poly.o ntru_ring_inv T
ntru_crypto_ntru_poly.o ntru_ring_mult_coefficients T
ntru_crypto_ntru_poly.o ntru_ring_mult_indices T
ntru_crypto_ntru_poly.o ntru_ring_mult_indices_double_width_conv T
ntru_crypto_ntru_poly.o ntru_ring_mult_product_indices T
ntru_crypto_sha1.o ntru_crypto_sha1 T
ntru_crypto_sha1.o ntru_crypto_sha1_digest T
ntru_crypto_sha1.o ntru_crypto_sha1_final T
ntru_crypto_sha1.o ntru_crypto_sha1_final_zero_pad T
ntru_crypto_sha1.o ntru_crypto_sha1_init T
ntru_crypto_sha1.o ntru_crypto_sha1_update T
ntru_crypto_sha2.o ntru_crypto_sha2 T
ntru_crypto_sha256.o ntru_crypto_sha256_digest T
ntru_crypto_sha256.o ntru_crypto_sha256_final T
ntru_crypto_sha256.o ntru_crypto_sha256_final_zero_pad T
ntru_crypto_sha256.o ntru_crypto_sha256_init T
ntru_crypto_sha256.o ntru_crypto_sha256_update T

Number of similar (implementation,compiler) pairs: 4, namely:
ImplementationCompiler
T:refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)
T:refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)
T:refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)
T:refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)