Home
last modified time | relevance | path

Searched refs:wipe (Results 1 – 6 of 6) sorted by relevance

/optee_os/core/tee/
H A Dtee_fs_key_manager.c246 goto wipe; in tee_fs_crypt_block()
251 goto wipe; in tee_fs_crypt_block()
256 goto wipe; in tee_fs_crypt_block()
270 wipe: in tee_fs_crypt_block()
/optee_os/lib/libutils/isoc/
H A Dbget.h39 void brel _((void *buf, struct bpoolset *poolset, int wipe));
H A Dbget.c968 void brel(buf, poolset, wipe) in brel() argument
971 int wipe;
987 wipe = true;
1000 if (wipe) {
1103 if (wipe) {
H A Dbget_malloc.c490 void raw_free(void *ptr, struct malloc_ctx *ctx, bool wipe) in raw_free() argument
495 brel(maybe_untag_buf(ptr), &ctx->poolset, wipe); in raw_free()
/optee_os/lib/libutils/isoc/include/
H A Dmalloc.h151 void raw_free(void *ptr, struct malloc_ctx *ctx, bool wipe);
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog4193 * Reliably wipe sensitive data after use in the AES example applications