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

/macosx-10.10/CommonCrypto-60061/test/util/
H A Dtestutil.c40 case kCCDigestSHA224: return "SHA224";
59 case kCCDigestSHA224: hmacAlg = kCCHmacAlgSHA224; break;
72 case kCCDigestSHA224: return kCCPRFHmacAlgSHA224;
/macosx-10.10/CommonCrypto-60061/test/CommonCrypto/
H A DCommonNISTKDF.c37 case kCCDigestSHA224: return "SHA-224";
49 case kCCDigestSHA224: correct_answer = vector->sha224_answer; break;
249 ok(test_nistkdf_hmac(kCCDigestSHA224), "ccsha224_ltc_di");
H A DCommonDigest.c181 case kCCDigestSHA224: CC_SHA224(input, inputLen, computedMD->bytes); break;
314 case kCCDigestSHA224: comp_intr = cc_sha224_discreet_legacy(input, inputLen, computedMD->bytes); break;
431 ok(status &= testAllDigests(kCCDigestSHA224, dv->input, expectedMD, expectedIntermediate), "Testing all SHA224 Implementations");
H A DCommonHMac.c167 ok(status &= testAllHMacs(kCCDigestSHA224, key, hv->input, expectedMD), "Testing all SHA224 Implementations");
/macosx-10.10/CommonCrypto-60061/include/
H A DCommonDigestSPI.h50 @constant kCCDigestSHA224 SHA-2 224 bit digest
72 kCCDigestSHA224 = 9, enumerator in enum:__anon424
/macosx-10.10/CommonCrypto-60061/lib/
H A DCommonKeyDerivation.c46 case kCCPRFHmacAlgSHA224: di = CCDigestGetDigestInfo(kCCDigestSHA224); break;
H A DCommonHMAC.c64 { kCCHmacAlgSHA224, kCCDigestSHA224, "sha224" },
H A DCommonDigest.c70 globals->digest_info[kCCDigestSHA224] = ccsha224_di();
335 DIGEST_FINAL_SHIMS(SHA224, kCCDigestSHA224)
616 const struct ccdigest_info *di = CCDigestGetDigestInfo(kCCDigestSHA224);
/macosx-10.10/WebCore-7600.1.25/crypto/
H A DCommonCryptoUtilities.cpp57 algorithm = kCCDigestSHA224;
H A DCommonCryptoUtilities.h51 kCCDigestSHA224 = 9, enumerator in enum:__anon5610

Completed in 89 milliseconds