nx_aead_bench2.nx
buildroot/runtime/nx_aead_bench2.nx
about
nx_aead_bench2.nx -- replicate the LIVE per-record AEAD decrypt pattern (23 records
of ~13KB) in WSL (real clock) to isolate the measured ~1ms/KB transfer slowdown.
If this is ~300ms, the AEAD decrypt path itself is the bottleneck; if ~10ms, the
slowness is outside it (record framing / loop).
expect_exit: 0
dependencies 2 imports · 0 importers
imports: nx_syscalls.nxnx_chacha20_poly1305.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| 10 | const K_MAGIC_13000: i64 = 13000 |
functions
| 12 | func b_ps(s: *u8, n: i64) -> i64 { sys_write(1, s, n); return 0 } |
| 13 | func b_pn(v: i64) -> i64 |
| 24 | func main() -> i64 |