plan9fox/sys
cinap_lenrek 0f97eb3a60 kernel: add secalloc() and secfree() functions for secret memory allocation
The kernel needs to keep cryptographic keys and cipher states
confidential. secalloc() allocates memory from the secret pool
which is protected from debuggers reading the memory thru devproc.
secfree() releases the memory, overriding the data with garbage.
2016-08-27 20:33:03 +02:00
..
doc closed spew branch 2016-04-28 20:52:36 +02:00
games/lib fortunes: Emacs now supports webkit. 2016-06-19 18:40:46 -04:00
include libc: add poolisoverlap() and definitions for Pool *secrmem 2016-08-27 20:23:55 +02:00
lib hgwebfs: make hgwebfs prompt for password 2016-08-08 05:35:06 +02:00
man libc: add poolisoverlap() and definitions for Pool *secrmem 2016-08-27 20:23:55 +02:00
src kernel: add secalloc() and secfree() functions for secret memory allocation 2016-08-27 20:33:03 +02:00