Searched refs:REMOVEFILE_SECURE_7_PASS (Results 1 - 5 of 5) sorted by last modified time

/macosx-10.10/file_cmds-242/rm/
H A Drm.c305 if (removefile(p->fts_accpath, NULL, REMOVEFILE_SECURE_7_PASS)) /* overwrites and unlinks */
381 if (removefile(f, NULL, REMOVEFILE_SECURE_7_PASS)) /* overwrites and unlinks */
/macosx-10.10/removefile-35/
H A Dremovefile.c109 if (flags & (REMOVEFILE_SECURE_7_PASS | REMOVEFILE_SECURE_35_PASS | REMOVEFILE_SECURE_1_PASS | REMOVEFILE_SECURE_3_PASS)) {
H A Dremovefile_sunlink.c197 if ((state->unlink_flags & (REMOVEFILE_SECURE_7_PASS | REMOVEFILE_SECURE_35_PASS | REMOVEFILE_SECURE_3_PASS)) != 0)
272 } else if (state->unlink_flags & REMOVEFILE_SECURE_7_PASS) {
H A Dremovefile_tree_walker.c49 int secure = state->unlink_flags & (REMOVEFILE_SECURE_7_PASS | REMOVEFILE_SECURE_35_PASS | REMOVEFILE_SECURE_1_PASS | REMOVEFILE_SECURE_3_PASS | REMOVEFILE_SECURE_1_PASS_ZERO);
H A Dremovefile.h22 REMOVEFILE_SECURE_7_PASS = (1 << 2), // 7 pass DoD algorithm enumerator in enum:__anon12233
23 REMOVEFILE_SECURE_35_PASS = (1 << 3), // 35-pass Gutmann algorithm (overrides REMOVEFILE_SECURE_7_PASS)

Completed in 116 milliseconds