RetroArch
arc4_alt.h
Go to the documentation of this file.
1 #ifndef _ARC4_ALT_H
2 #define _ARC4_ALT_H
3 
4 /* Implementation that should never be optimized out by the compiler */
5 static void mbedtls_zeroize( void *v, size_t n ) {
6  volatile unsigned char *p = (unsigned char*)v; while( n-- ) *p++ = 0;
7 }
8 
9 #endif
GLfloat GLfloat p
Definition: glext.h:9809
const GLdouble * v
Definition: glext.h:6391
static void mbedtls_zeroize(void *v, size_t n)
Definition: arc4_alt.h:5
GLdouble n
Definition: glext.h:8396