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

/macosx-10.10/CommonCrypto-60061/test/util/
H A Dtestutil.c42 case kCCDigestSHA384: return "SHA384";
61 case kCCDigestSHA384: hmacAlg = kCCHmacAlgSHA384; break;
74 case kCCDigestSHA384: return kCCPRFHmacAlgSHA384;
/macosx-10.10/CommonCrypto-60061/test/CommonCrypto/
H A DCommonNISTKDF.c39 case kCCDigestSHA384: return "SHA-384";
51 case kCCDigestSHA384: correct_answer = vector->sha384_answer; break;
251 ok(test_nistkdf_hmac(kCCDigestSHA384), "ccsha384_ltc_di");
H A DCommonDigest.c183 case kCCDigestSHA384: CC_SHA384(input, inputLen, computedMD->bytes); break;
316 case kCCDigestSHA384: comp_intr = cc_sha384_discreet_legacy(input, inputLen, computedMD->bytes); break;
443 ok(status &= testAllDigests(kCCDigestSHA384, dv->input, expectedMD, expectedIntermediate), "Testing all SHA384 Implementations");
H A DCommonHMac.c175 ok(status &= testAllHMacs(kCCDigestSHA384, key, hv->input, expectedMD), "Testing all SHA384 Implementations");
/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/
H A DCCDGlue.h78 #define kCCDigestSHA384 (&hc_kCCDigestSHA384_s) macro
/macosx-10.10/CommonCrypto-60061/include/
H A DCommonDigestSPI.h52 @constant kCCDigestSHA384 SHA-2 384 bit digest
74 kCCDigestSHA384 = 11, enumerator in enum:__anon424
/macosx-10.10/CommonCrypto-60061/lib/
H A DCommonKeyDerivation.c48 case kCCPRFHmacAlgSHA384: di = CCDigestGetDigestInfo(kCCDigestSHA384); break;
H A DCommonHMAC.c66 { kCCHmacAlgSHA384, kCCDigestSHA384, "sha384" },
H A DCommonDigest.c72 globals->digest_info[kCCDigestSHA384] = ccsha384_di();
337 DIGEST_FINAL_SHIMS(SHA384, kCCDigestSHA384)
649 const struct ccdigest_info *di = CCDigestGetDigestInfo(kCCDigestSHA384);
/macosx-10.10/WebCore-7600.1.25/crypto/
H A DCommonCryptoUtilities.cpp63 algorithm = kCCDigestSHA384;
H A DCommonCryptoUtilities.h53 kCCDigestSHA384 = 11, enumerator in enum:__anon5610
/macosx-10.10/Heimdal-398.1.2/lib/hx509/
H A Dcrypto.c1451 kCCDigestSHA384,

Completed in 214 milliseconds