Searched refs:kCCDigestSHA512 (Results 1 - 15 of 15) sorted by relevance

/macosx-10.10/CommonCrypto-60061/test/util/
H A Dtestutil.c43 case kCCDigestSHA512: return "SHA512";
62 case kCCDigestSHA512: hmacAlg = kCCHmacAlgSHA512; break;
75 case kCCDigestSHA512: return kCCPRFHmacAlgSHA512;
/macosx-10.10/CommonCrypto-60061/test/CommonCrypto/
H A DCommonNISTKDF.c40 case kCCDigestSHA512: return "SHA-512";
52 case kCCDigestSHA512: correct_answer = vector->sha512_answer; break;
252 ok(test_nistkdf_hmac(kCCDigestSHA512), "ccsha512_ltc_di");
H A DCommonHKDF.c207 else if(tv->type == type_sha512) digestType = kCCDigestSHA512;
H A DCommonDigest.c184 case kCCDigestSHA512: CC_SHA512(input, inputLen, computedMD->bytes); break;
317 case kCCDigestSHA512: comp_intr = cc_sha512_discreet_legacy(input, inputLen, computedMD->bytes); break;
449 ok(status &= testAllDigests(kCCDigestSHA512, dv->input, expectedMD, expectedIntermediate), "Testing all SHA512 Implementations");
H A DCommonHMac.c179 ok(status &= testAllHMacs(kCCDigestSHA512, key, hv->input, expectedMD), "Testing all SHA512 Implementations");
/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/
H A DCCDGlue.h80 #define kCCDigestSHA512 (&hc_kCCDigestSHA512_s) macro
/macosx-10.10/CommonCrypto-60061/include/
H A DCommonDigestSPI.h53 @constant kCCDigestSHA512 SHA-2 512 bit digest
75 kCCDigestSHA512 = 12, enumerator in enum:__anon424
/macosx-10.10/CommonCrypto-60061/lib/
H A DCommonKeyDerivation.c49 case kCCPRFHmacAlgSHA512: di = CCDigestGetDigestInfo(kCCDigestSHA512); break;
H A DCommonDigest.c73 globals->digest_info[kCCDigestSHA512] = ccsha512_di();
338 DIGEST_FINAL_SHIMS(SHA512, kCCDigestSHA512)
557 const struct ccdigest_info *di = CCDigestGetDigestInfo(kCCDigestSHA512);
571 const struct ccdigest_info *di = CCDigestGetDigestInfo(kCCDigestSHA512);
590 const struct ccdigest_info *di = CCDigestGetDigestInfo(kCCDigestSHA512);
H A DCommonHMAC.c67 { kCCHmacAlgSHA512, kCCDigestSHA512, "sha512" },
/macosx-10.10/WebCore-7600.1.25/crypto/
H A DCommonCryptoUtilities.cpp66 algorithm = kCCDigestSHA512;
H A DCommonCryptoUtilities.h54 kCCDigestSHA512 = 12, enumerator in enum:__anon5610
/macosx-10.10/Heimdal-398.1.2/lib/krb5/
H A Dcrypto-pk.c227 digest = kCCDigestSHA512;
/macosx-10.10/xar-254/xar/lib/
H A Dhash.c70 result = CCDigestCreate(kCCDigestSHA512);
/macosx-10.10/Heimdal-398.1.2/lib/hx509/
H A Dcrypto.c1437 kCCDigestSHA512,

Completed in 288 milliseconds