Searched refs:wipe (Results 1 – 8 of 8) sorted by relevance
/optee_os/core/tee/ |
A D | tee_fs_key_manager.c | 247 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 D | bget_malloc.c | 385 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 D | bget.h | 39 void brel _((void *buf, struct bpoolset *poolset, int wipe));
|
A D | bget.c | 921 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 D | malloc.h | 150 void raw_free(void *ptr, struct malloc_ctx *ctx, bool wipe);
|
/optee_os/out/arm/export-ta_arm64/include/ |
A D | malloc.h | 150 void raw_free(void *ptr, struct malloc_ctx *ctx, bool wipe);
|
/optee_os/out/arm/export-ta_arm32/include/ |
A D | malloc.h | 150 void raw_free(void *ptr, struct malloc_ctx *ctx, bool wipe);
|
/optee_os/lib/libmbedtls/mbedtls/ |
A D | ChangeLog | 2089 * Reliably wipe sensitive data after use in the AES example applications
|
Completed in 17 milliseconds