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

/macosx-10.10/CommonCrypto-60061/test/util/
H A Dtestutil.c32 case kCCDigestMD2: return "MD2";
/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/
H A DCCDGlue.h68 #define kCCDigestMD2 (&hc_kCCDigestMD2_s) macro
/macosx-10.10/CommonCrypto-60061/lib/
H A DCommonDigest.c62 globals->digest_info[kCCDigestMD2] = &ccmd2_di;
233 for(unsigned int i=kCCDigestMD2; i<diMax; i++) {
331 DIGEST_FINAL_SHIMS(MD2, kCCDigestMD2)
429 const struct ccdigest_info *di = CCDigestGetDigestInfo(kCCDigestMD2);
438 const struct ccdigest_info *di = CCDigestGetDigestInfo(kCCDigestMD2);
448 const struct ccdigest_info *di = CCDigestGetDigestInfo(kCCDigestMD2);
/macosx-10.10/CommonCrypto-60061/include/
H A DCommonDigestSPI.h42 @constant kCCDigestMD2 MD2 digest
64 kCCDigestMD2 = 1, enumerator in enum:__anon424
/macosx-10.10/CommonCrypto-60061/test/CommonCrypto/
H A DCommonDigest.c177 case kCCDigestMD2: CC_MD2(input, inputLen, computedMD->bytes); break;
310 case kCCDigestMD2: comp_intr = cc_md2_discreet_legacy(input, inputLen, computedMD->bytes); break;
407 ok(status = testAllDigests(kCCDigestMD2, dv->input, expectedMD, expectedIntermediate), "Testing all MD2 Implementations");
/macosx-10.10/xar-254/xar/lib/
H A Dhash.c86 result = CCDigestCreate(kCCDigestMD2);

Completed in 122 milliseconds