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

/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dcontent_protection_test.c212 char * const keystorectl_args[] = {keystorectl_path, "lock", "", NULL}; local
213 result = keystorectl(keystorectl_args);
243 char * const keystorectl_args[] = {keystorectl_path, "unlock", passcode, NULL}; local
244 result = keystorectl(keystorectl_args);
303 char * const keystorectl_args[] = {keystorectl_path, "change-password", old_passcode, new_passcode, NULL}; local
304 result = keystorectl(keystorectl_args);

Completed in 97 milliseconds