This website requires JavaScript.
Explore
Help
Sign In
minhtrannhat
/
os161
Watch
1
Star
0
Fork
0
You've already forked os161
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
os161
/
common
/
libtest161
History
Scott Haseley
196bb3b684
Now using static buffers (and protecting with a semaphore) for kernel secprintf.
...
We have to do this because we need secure output in kmalloc.
2016-03-07 15:05:58 -05:00
..
config.h
Refactored ksecprintf -> secprintf. Secure code is now all in common libtest161.
2016-02-23 15:31:37 -05:00
secure.c
Now using static buffers (and protecting with a semaphore) for kernel secprintf.
2016-03-07 15:05:58 -05:00
sha256.c
Refactored ksecprintf -> secprintf. Secure code is now all in common libtest161.
2016-02-23 15:31:37 -05:00
sha256.h
Refactored ksecprintf -> secprintf. Secure code is now all in common libtest161.
2016-02-23 15:31:37 -05:00
test161.c
Now using static buffers (and protecting with a semaphore) for kernel secprintf.
2016-03-07 15:05:58 -05:00