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

/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dcontent_protection_test.c39 size_t input_struct_count,
73 io_result = IOConnectCallMethod(connection, command, inputs, input_count, input_structs, input_struct_count, outputs, output_count, NULL, NULL);
227 size_t input_struct_count = 0; local
229 if ((passcode == NULL) || ((input_struct_count = strnlen(passcode, CPT_MAX_PASS_LEN)) == CPT_MAX_PASS_LEN))
232 input_struct_count = 0;
235 result = apple_key_store(kAppleKeyStoreKeyBagUnlock, inputs, input_count, passcode, input_struct_count, NULL, NULL);
259 size_t input_struct_count = 0; local
288 input_struct_count = (buffer_ptr - buffer);
290 result = apple_key_store(kAppleKeyStoreKeyBagSetPasscode, inputs, input_count, input_structs, input_struct_count, NULL, NULL);
35 apple_key_store(uint32_t command, uint64_t * inputs, uint32_t input_count, void * input_structs, size_t input_struct_count, uint64_t * outputs, uint32_t * output_count) argument

Completed in 21 milliseconds