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

/macosx-10.10.1/Security-57031.1.35/Security/utilities/src/
H A DSecXPCError.h38 kSecXPCErrorUnexpectedType = 1, enumerator in enum:__anon5194
H A DSecXPCError.c59 SecCFCreateErrorWithFormat(kSecXPCErrorUnexpectedType, sSecXPCErrorDomain, NULL, &result, NULL, CFSTR("Remote error not dictionary!: %@"), xpc_error);
/macosx-10.10.1/Security-57031.1.35/Security/utilities/utilities/
H A DSecXPCError.h38 kSecXPCErrorUnexpectedType = 1, enumerator in enum:__anon5200
H A DSecXPCError.c59 SecCFCreateErrorWithFormat(kSecXPCErrorUnexpectedType, sSecXPCErrorDomain, NULL, &result, NULL, CFSTR("Remote error not dictionary!: %@"), xpc_error);
/macosx-10.10.1/Security-57031.1.35/Security/sec/SOSCircle/SecureObjectSync/
H A DSOSPeerInfoCollections.c222 SecCFCreateErrorWithFormat(kSecXPCErrorUnexpectedType, sSecXPCErrorDomain, NULL, error, NULL, CFSTR("Array of peer info not array, got %@"), peerArray);
/macosx-10.10.1/Security-57031.1.35/Security/sec/SharedWebCredential/
H A Dswcagent.m738 SecCFCreateErrorWithFormat(kSecXPCErrorUnexpectedType, sSecXPCErrorDomain, NULL, &error, 0, CFSTR("Messages expect to be xpc dictionary, got: %@"), event);
/macosx-10.10.1/Security-57031.1.35/Security/sec/ipc/
H A Dserver.c865 SecCFCreateErrorWithFormat(kSecXPCErrorUnexpectedType, sSecXPCErrorDomain, NULL, &error, 0, CFSTR("Messages expect to be xpc dictionary, got: %@"), event);
/macosx-10.10.1/Security-57031.1.35/Security/sec/Security/
H A DSecItem.c156 case kSecXPCErrorUnexpectedType:

Completed in 109 milliseconds