Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/tee/
A Dtee_fs_key_manager.c247 goto wipe; in tee_fs_crypt_block()
252 goto wipe; in tee_fs_crypt_block()
257 goto wipe; in tee_fs_crypt_block()
271 wipe: in tee_fs_crypt_block()
/optee_os-3.20.0/lib/libutils/isoc/
A Dbget.h39 void brel _((void *buf, struct bpoolset *poolset, int wipe));
A Dbget_malloc.c454 void raw_free(void *ptr, struct malloc_ctx *ctx, bool wipe) in raw_free() argument
459 brel(maybe_untag_buf(ptr), &ctx->poolset, wipe); in raw_free()
599 static void gen_mdbg_free(struct malloc_ctx *ctx, void *ptr, bool wipe) in gen_mdbg_free() argument
608 raw_free(hdr, ctx, wipe); in gen_mdbg_free()
612 static void free_helper(void *ptr, bool wipe) in free_helper() argument
616 gen_mdbg_free(&malloc_ctx, ptr, wipe); in free_helper()
795 static void free_helper(void *ptr, bool wipe) in free_helper() argument
799 raw_free(ptr, &malloc_ctx, wipe); in free_helper()
A Dbget.c919 void brel(buf, poolset, wipe) in brel() argument
922 int wipe;
935 wipe = true;
948 if (wipe) {
1043 if (wipe) {
/optee_os-3.20.0/lib/libutils/isoc/include/
A Dmalloc.h164 void raw_free(void *ptr, struct malloc_ctx *ctx, bool wipe);
/optee_os-3.20.0/lib/libmbedtls/mbedtls/
A DChangeLog2304 * Reliably wipe sensitive data after use in the AES example applications

Completed in 15 milliseconds