summaryrefslogtreecommitdiff
path: root/sys/lib/libkern/explicit_bzero.c
AgeCommit message (Expand)Author
2014-06-21Protect explicit_bzero() from link-time optimizationMatthew Dempsky
2014-06-10mop up #ifdef _KERNEL goo; ok miodTheo de Raadt
2011-01-10add a new function, explicit_bzero, to be used for erasing "secret" stuff.Ted Unangst