This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-nq
Watch
1
Star
0
Fork
0
You've already forked freebsd-nq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
freebsd-nq
/
sys
/
geom
/
eli
History
Alexander Motin
d109d8adc7
Dump md_iterations as signed, which it really is.
...
PR: 208305 PR: 196834 MFC after: 2 weeks
2017-04-21 07:43:44 +00:00
..
g_eli_crypto.c
Make additional parts of sys/geom/eli more usable in userspace
2016-01-07 05:47:34 +00:00
g_eli_ctl.c
Always allow setting number of iterations for the first time.
2017-04-21 07:16:07 +00:00
g_eli_hmac.c
improve PBKDF2 performance
2017-02-19 19:30:31 +00:00
g_eli_integrity.c
Fix alignment issues on MIPS: align the pointers properly.
2016-10-31 16:55:14 +00:00
g_eli_key_cache.c
sys/geom/eli: Switch bzero() to explicit_bzero() for sensitive data
2017-03-31 00:07:03 +00:00
g_eli_key.c
sys/geom/eli: Switch bzero() to explicit_bzero() for sensitive data
2017-03-31 00:07:03 +00:00
g_eli_privacy.c
…
g_eli.c
Implement boot-time encryption key passing (keybuf)
2017-04-01 05:05:22 +00:00
g_eli.h
Dump md_iterations as signed, which it really is.
2017-04-21 07:43:44 +00:00
pkcs5v2.c
improve PBKDF2 performance
2017-02-19 19:30:31 +00:00
pkcs5v2.h
…