FreeBSD kernel libkern code
explicit_bzero.c File Reference
#include <sys/cdefs.h>
#include <sys/libkern.h>
Include dependency graph for explicit_bzero.c:

Go to the source code of this file.

Functions

 __FBSDID ("$FreeBSD$")
 
 __attribute__ ((weak))
 
void explicit_bzero (void *buf, size_t len)
 

Function Documentation

◆ __attribute__()

__attribute__ ( (weak)  )

Definition at line 16 of file explicit_bzero.c.

◆ __FBSDID()

__FBSDID ( "$FreeBSD$"  )

◆ explicit_bzero()

void explicit_bzero ( void *  buf,
size_t  len 
)

Definition at line 24 of file explicit_bzero.c.

References memset().

Referenced by chacha20_init().

Here is the call graph for this function:
Here is the caller graph for this function: