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

/macosx-10.10.1/Security-57031.1.35/Security/sec/Security/
H A DSecOTRSessionAKE.c391 CFMutableDataRef toHash = CFDataCreateMutable(kCFAllocatorDefault, 0); local
393 SecPDHKAppendSerialization(session->_theirKey, toHash);
394 SecFDHKAppendPublicSerialization(session->_myKey, toHash);
396 cchmac_update(ccsha256_di(), mBContext, (size_t)CFDataGetLength(toHash), CFDataGetBytePtr(toHash));
398 CFReleaseNull(toHash);

Completed in 110 milliseconds