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

/macosx-10.10/Security-57031.1.35/Security/sec/Security/
H A DSecOTRSessionPriv.h103 void SecOTRPrepareOutgoingBytes(CFMutableDataRef destinationMessage, CFMutableDataRef protectedMessage);
H A DSecOTRUtils.c211 void SecOTRPrepareOutgoingBytes(CFMutableDataRef destinationMessage, CFMutableDataRef protectedMessage) argument
220 CFDataAppend(protectedMessage, header);
221 CFDataAppend(protectedMessage, base64Data);
222 CFDataAppend(protectedMessage, footer);
H A DSecOTRSession.h102 @param protectedMessage Data to append the encoded protected message to
108 CFMutableDataRef protectedMessage);
H A DSecOTRSession.c678 CFMutableDataRef protectedMessage)
684 require(protectedMessage, abort);
701 CFMutableDataRef destinationMessage = session->_textOutput ? CFDataCreateMutable(kCFAllocatorDefault, 0) : CFRetainSafe(protectedMessage);
708 SecOTRPrepareOutgoingBytes(destinationMessage, protectedMessage);
676 SecOTRSSignAndProtectMessage(SecOTRSessionRef session, CFDataRef sourceMessage, CFMutableDataRef protectedMessage) argument

Completed in 124 milliseconds