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

/macosx-10.10.1/mDNSResponder-561.1.1/mDNSCore/
H A DCryptoAlg.h48 mDNSexport mStatus DigestAlgInit(mDNSu8 digestType, AlgFuncs *func);
H A DCryptoAlg.c32 mDNSexport mStatus DigestAlgInit(mDNSu8 digestType, AlgFuncs *func) function
36 LogMsg("DigestAlgInit: digestType %d exceeds bounds", digestType);
44 LogMsg("DigestAlgInit: digestType %d not supported", digestType);
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSMacOSX/
H A DCryptoSupport.c697 result = DigestAlgInit(SHA1_DIGEST_TYPE, &sha_funcs);
700 result = DigestAlgInit(SHA256_DIGEST_TYPE, &sha_funcs);

Completed in 169 milliseconds