We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent add839c commit e1fbf0fCopy full SHA for e1fbf0f
targets/TARGET_NUVOTON/TARGET_M480/crypto/crypto-misc.h
@@ -35,6 +35,8 @@ extern volatile int g_AES_done;
35
void crypto_init(void);
36
void crypto_uninit(void);
37
38
+/* Clear buffer to zero
39
+ * Implementation that should never be optimized out by the compiler */
40
void crypto_zeroize(void *v, size_t n);
41
42
/* Acquire/release ownership of AES H/W */
targets/TARGET_NUVOTON/TARGET_NUC472/crypto/crypto-misc.h
0 commit comments