Searched refs:wipe (Results 1 – 6 of 6) sorted by relevance
| /optee_os/core/tee/ |
| H A D | tee_fs_key_manager.c | 246 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 D | bget.h | 39 void brel _((void *buf, struct bpoolset *poolset, int wipe));
|
| H A D | bget.c | 968 void brel(buf, poolset, wipe) in brel() argument 971 int wipe; 987 wipe = true; 1000 if (wipe) { 1103 if (wipe) {
|
| H A D | bget_malloc.c | 490 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 D | malloc.h | 151 void raw_free(void *ptr, struct malloc_ctx *ctx, bool wipe);
|
| /optee_os/lib/libmbedtls/mbedtls/ |
| H A D | ChangeLog | 4193 * Reliably wipe sensitive data after use in the AES example applications
|