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

/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dcontent_protection_test.c32 char * keystorectl_path = "/usr/local/bin/keystorectl";
34 /* Shamelessly ripped from keystorectl routines; a wrapper for invoking the AKS user client. */
91 /* Just a wrapper around forking to exec keystorectl for commands requiring entitlements. */
92 int keystorectl(char * const command[]) function
107 /* TODO: This keeps keystorectl from bombarding us with key state changes, but
109 and if keystorectl fails, we want all the information we can get. */
113 printf("FAILURE: child failed to execv keystorectl, errno = %s.\n",
120 printf("FAILURE: keystorectl failed.\n");
209 /* If we aren't entitled, we'll need to use keystorectl to lock the device. */
210 /* keystorectl seem
[all...]

Completed in 16 milliseconds