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

/macosx-10.10.1/Security-57031.1.35/Security/sec/Security/
H A DSecOTRSession.h75 OSStatus SecOTRSAppendRestartPacket(SecOTRSessionRef session, CFMutableDataRef appendPacket);
H A DSecOTRSessionAKE.c60 OSStatus SecOTRSAppendStartPacket(SecOTRSessionRef session, CFMutableDataRef appendPacket) argument
74 destinationMessage = CFRetainSafe(appendPacket);
82 SecOTRPrepareOutgoingBytes(destinationMessage, appendPacket);
91 OSStatus SecOTRSAppendRestartPacket(SecOTRSessionRef session, CFMutableDataRef appendPacket) argument
105 destinationMessage = CFRetainSafe(appendPacket);
114 SecOTRPrepareOutgoingBytes(destinationMessage, appendPacket);
/macosx-10.10.1/Security-57031.1.35/Security/sec/SOSCircle/SecureObjectSync/
H A DSOSCoder.c340 static bool SOSOTRSAppendStartPacket(SecOTRSessionRef session, CFMutableDataRef appendPacket, CFErrorRef *error) { argument
341 OSStatus otrStatus = SecOTRSAppendStartPacket(session, appendPacket);

Completed in 3145 milliseconds