Home
last modified time | relevance | path

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

/optee_os/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/lib/libutils/isoc/
A Dbget_malloc.c385 void raw_free(void *ptr, struct malloc_ctx *ctx, bool wipe) in raw_free() argument
390 brel(ptr, &ctx->poolset, wipe); in raw_free()
539 static void gen_mdbg_free(struct malloc_ctx *ctx, void *ptr, bool wipe) in gen_mdbg_free() argument
548 raw_free(hdr, ctx, wipe); in gen_mdbg_free()
552 static void free_helper(void *ptr, bool wipe) in free_helper() argument
556 gen_mdbg_free(&malloc_ctx, ptr, wipe); in free_helper()
724 static void free_helper(void *ptr, bool wipe) in free_helper() argument
728 raw_free(ptr, &malloc_ctx, wipe); in free_helper()
A Dbget.h39 void brel _((void *buf, struct bpoolset *poolset, int wipe));
A Dbget.c921 void brel(buf, poolset, wipe) in brel() argument
924 int wipe;
936 wipe = true;
949 if (wipe) {
1038 if (wipe) {
/optee_os/lib/libutils/isoc/include/
A Dmalloc.h150 void raw_free(void *ptr, struct malloc_ctx *ctx, bool wipe);
/optee_os/out/arm/export-ta_arm64/include/
A Dmalloc.h150 void raw_free(void *ptr, struct malloc_ctx *ctx, bool wipe);
/optee_os/out/arm/export-ta_arm32/include/
A Dmalloc.h150 void raw_free(void *ptr, struct malloc_ctx *ctx, bool wipe);
/optee_os/lib/libmbedtls/mbedtls/
A DChangeLog2089 * Reliably wipe sensitive data after use in the AES example applications

Completed in 17 milliseconds