RetroArch
deps
mbedtls
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
p
GLfloat GLfloat p
Definition:
glext.h:9809
v
const GLdouble * v
Definition:
glext.h:6391
mbedtls_zeroize
static void mbedtls_zeroize(void *v, size_t n)
Definition:
arc4_alt.h:5
n
GLdouble n
Definition:
glext.h:8396
Generated by
1.8.15