Searched refs:REMOVEFILE_SECURE_35_PASS (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/removefile-35/
H A Dremovefile.h23 REMOVEFILE_SECURE_35_PASS = (1 << 3), // 35-pass Gutmann algorithm (overrides REMOVEFILE_SECURE_7_PASS) enumerator in enum:__anon12011
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_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_sunlink.c197 if ((state->unlink_flags & (REMOVEFILE_SECURE_7_PASS | REMOVEFILE_SECURE_35_PASS | REMOVEFILE_SECURE_3_PASS)) != 0)
241 if (state->unlink_flags & REMOVEFILE_SECURE_35_PASS) {

Completed in 139 milliseconds