Searched refs:kCCDigestSHA256 (Results 1 - 21 of 21) sorted by relevance

/macosx-10.10/file_cmds-242/mtree/
H A Dcommoncrypto.h6 #define SHA256_File(f, b) Digest_File(kCCDigestSHA256, f, b)
/macosx-10.10/CommonCrypto-60061/test/util/
H A Dtestutil.c41 case kCCDigestSHA256: return "SHA256";
60 case kCCDigestSHA256: hmacAlg = kCCHmacAlgSHA256; break;
73 case kCCDigestSHA256: return kCCPRFHmacAlgSHA256;
/macosx-10.10/CommonCrypto-60061/test/CommonCrypto/
H A DCommonNISTKDF.c38 case kCCDigestSHA256: return "SHA-256";
50 case kCCDigestSHA256: correct_answer = vector->sha256_answer; break;
250 ok(test_nistkdf_hmac(kCCDigestSHA256), "ccsha256_ltc_di");
H A DCommonHKDF.c206 else if(tv->type == type_sha256) digestType = kCCDigestSHA256;
H A DCommonDigest.c182 case kCCDigestSHA256: CC_SHA256(input, inputLen, computedMD->bytes); break;
315 case kCCDigestSHA256: comp_intr = cc_sha256_discreet_legacy(input, inputLen, computedMD->bytes); break;
437 ok(status &= testAllDigests(kCCDigestSHA256, dv->input, expectedMD, expectedIntermediate), "Testing all SHA256 Implementations");
H A DCommonHMac.c171 ok(status &= testAllHMacs(kCCDigestSHA256, key, hv->input, expectedMD), "Testing all SHA256 Implementations");
/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/
H A DCCDGlue.h76 #define kCCDigestSHA256 (&hc_kCCDigestSHA256_s) macro
/macosx-10.10/CommonCrypto-60061/include/
H A DCommonDigestSPI.h51 @constant kCCDigestSHA256 SHA-2 256 bit digest
73 kCCDigestSHA256 = 10, enumerator in enum:__anon424
/macosx-10.10/CommonCrypto-60061/lib/
H A DCommonKeyDerivation.c47 case kCCPRFHmacAlgSHA256: di = CCDigestGetDigestInfo(kCCDigestSHA256); break;
H A DCommonDigest.c71 globals->digest_info[kCCDigestSHA256] = ccsha256_di();
336 DIGEST_FINAL_SHIMS(SHA256, kCCDigestSHA256)
485 const struct ccdigest_info *di = CCDigestGetDigestInfo(kCCDigestSHA256);
498 const struct ccdigest_info *di = CCDigestGetDigestInfo(kCCDigestSHA256);
517 const struct ccdigest_info *di = CCDigestGetDigestInfo(kCCDigestSHA256);
H A DCommonHMAC.c65 { kCCHmacAlgSHA256, kCCDigestSHA256, "sha256" },
/macosx-10.10/Security-57031.1.35/Security/include/security_codesigning/
H A Dcodedirectory.cpp220 case kSecCodeSignatureHashSHA256: alg = kCCDigestSHA256; break;
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Dcodedirectory.cpp220 case kSecCodeSignatureHashSHA256: alg = kCCDigestSHA256; break;
/macosx-10.10/WebCore-7600.1.25/crypto/
H A DCommonCryptoUtilities.cpp60 algorithm = kCCDigestSHA256;
H A DCommonCryptoUtilities.h52 kCCDigestSHA256 = 10, enumerator in enum:__anon5610
/macosx-10.10/Security-57031.1.35/certificates/CertificateTool/CertificateTool/
H A DValidateAsset.c100 CCDigestAlgorithm algo = (useSHA1) ? kCCDigestSHA1 :kCCDigestSHA256;
/macosx-10.10/text_cmds-88/md5/
H A Dmd5.c109 { "sha256", "SHA256", &SHA256_TestOutput, kCCDigestSHA256 },
/macosx-10.10/xar-254/xar/lib/
H A Dhash.c74 result = CCDigestCreate(kCCDigestSHA256);
/macosx-10.10/Security-57031.1.35/certificates/ota_cert_tool/ios_ota_cert_tool/
H A DValidateAsset.c100 CCDigestAlgorithm algo = (useSHA1) ? kCCDigestSHA1 :kCCDigestSHA256;
/macosx-10.10/Heimdal-398.1.2/lib/ntlm/
H A Dscram.c172 kCCDigestSHA256,
/macosx-10.10/Heimdal-398.1.2/lib/hx509/
H A Dcrypto.c1465 kCCDigestSHA256,

Completed in 344 milliseconds