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

/macosx-10.9.5/Security-55471.14.18/libsecurity_manifest/lib/
H A DDownload.cpp300 CC_SHA256_Init (&mSHA256Context);
349 CC_SHA256_Final (digest, &mSHA256Context);
360 CC_SHA256_Init (&mSHA256Context);
378 CC_SHA256_Update (&mSHA256Context, finger, (CC_LONG)bytesToHash);
H A DDownload.h58 CC_SHA256_CTX mSHA256Context; member in class:Download

Completed in 217 milliseconds