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

/macosx-10.9.5/Security-55471.14.18/authd/
H A Dagent.c259 xpc_object_t hintsArray = auth_items_export_xpc(hints); local
274 xpc_dictionary_set_value(requestObject, AUTH_XPC_HINTS_NAME, hintsArray);
309 xpc_release(hintsArray);
/macosx-10.9.5/securityd-55199.3/src/
H A Dagentquery.cpp697 xpc_object_t hintsArray = authItemSetToXPCArray(mInHints); local
703 xpc_dictionary_set_value(requestObject, AUTH_XPC_HINTS_NAME, hintsArray);
729 xpc_release(hintsArray);

Completed in 193 milliseconds