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

/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dcontent_protection_test.c14 need to manipulate the passcode) has the unfortunate effect of link xnu_quick_test
191 /* We fail if a passcode already exists, and the methods being used to lock/unlock
219 int unlock_device(char * passcode) argument
229 if ((passcode == NULL) || ((input_struct_count = strnlen(passcode, CPT_MAX_PASS_LEN)) == CPT_MAX_PASS_LEN))
231 passcode = "";
235 result = apple_key_store(kAppleKeyStoreKeyBagUnlock, inputs, input_count, passcode, input_struct_count, NULL, NULL);
238 if ((passcode == NULL) || (strnlen(passcode, CPT_MAX_PASS_LEN) == CPT_MAX_PASS_LEN))
240 passcode
310 clear_passcode(char * passcode) argument
365 char * passcode = "IAmASecurePassword"; local
[all...]

Completed in 77 milliseconds