Searched refs:CC_SHA512_CTX (Results 1 - 25 of 27) sorted by relevance

12

/macosx-10.10/WebCore-7600.1.25/crypto/mac/
H A DCryptoDigestMac.cpp55 inline CC_SHA512_CTX* toSHA384Context(CryptoDigestContext* context)
58 return static_cast<CC_SHA512_CTX*>(context->ccContext);
60 inline CC_SHA512_CTX* toSHA512Context(CryptoDigestContext* context)
63 return static_cast<CC_SHA512_CTX*>(context->ccContext);
120 CC_SHA512_CTX* context = new CC_SHA512_CTX;
126 CC_SHA512_CTX* context = new CC_SHA512_CTX;
/macosx-10.10/CommonCrypto-60061/include/
H A DCommonDigest.h216 } CC_SHA512_CTX; typedef in typeref:struct:CC_SHA512state_st
218 extern int CC_SHA384_Init(CC_SHA512_CTX *c)
221 extern int CC_SHA384_Update(CC_SHA512_CTX *c, const void *data, CC_LONG len)
224 extern int CC_SHA384_Final(unsigned char *md, CC_SHA512_CTX *c)
236 extern int CC_SHA512_Init(CC_SHA512_CTX *c)
239 extern int CC_SHA512_Update(CC_SHA512_CTX *c, const void *data, CC_LONG len)
242 extern int CC_SHA512_Final(unsigned char *md, CC_SHA512_CTX *c)
299 #define SHA512_CTX CC_SHA512_CTX
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/lib/
H A DSHA2_Object.h84 CC_SHA512_CTX mCtx;
101 CC_SHA512_CTX mCtx;
/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/Security/
H A Dtls_digest.c260 #define SSL_SHA384_CONTEXT_SIZE (sizeof(CC_SHA512_CTX))
430 assert(digestCtx->length >= sizeof(CC_SHA512_CTX));
431 CC_SHA512_CTX *ctx = (CC_SHA512_CTX *)digestCtx->data;
440 assert(digestCtx->length >= sizeof(CC_SHA512_CTX));
441 CC_SHA512_CTX *ctx = (CC_SHA512_CTX *)digestCtx->data;
448 assert(digestCtx->length >= sizeof(CC_SHA512_CTX));
449 CC_SHA512_CTX *ctx = (CC_SHA512_CTX *)digestCt
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/lib/
H A Dtls_digest.c260 #define SSL_SHA384_CONTEXT_SIZE (sizeof(CC_SHA512_CTX))
430 assert(digestCtx->length >= sizeof(CC_SHA512_CTX));
431 CC_SHA512_CTX *ctx = (CC_SHA512_CTX *)digestCtx->data;
440 assert(digestCtx->length >= sizeof(CC_SHA512_CTX));
441 CC_SHA512_CTX *ctx = (CC_SHA512_CTX *)digestCtx->data;
448 assert(digestCtx->length >= sizeof(CC_SHA512_CTX));
449 CC_SHA512_CTX *ctx = (CC_SHA512_CTX *)digestCt
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/security_ssl/
H A Dtls_digest.c260 #define SSL_SHA384_CONTEXT_SIZE (sizeof(CC_SHA512_CTX))
430 assert(digestCtx->length >= sizeof(CC_SHA512_CTX));
431 CC_SHA512_CTX *ctx = (CC_SHA512_CTX *)digestCtx->data;
440 assert(digestCtx->length >= sizeof(CC_SHA512_CTX));
441 CC_SHA512_CTX *ctx = (CC_SHA512_CTX *)digestCtx->data;
448 assert(digestCtx->length >= sizeof(CC_SHA512_CTX));
449 CC_SHA512_CTX *ctx = (CC_SHA512_CTX *)digestCt
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_transform/lib/
H A DDigest.h132 CC_SHA512_CTX mContext;
148 CC_SHA512_CTX mContext;
H A DDigest_block.c68 __block CC_SHA512_CTX cc_context;
/macosx-10.10/Security-57031.1.35/SecurityTests/cspxutils/sha2Time/
H A Dsha2Time.cpp104 CC_SHA512_CTX ctx512;
/macosx-10.10/CommonCrypto-60061/lib/
H A DCommonDigest.c541 } CC_SHA512_CTX;
554 CC_SHA512_Init(CC_SHA512_CTX *x)
569 CC_SHA512_Update(CC_SHA512_CTX *x, const void *data, CC_LONG len)
588 CC_SHA512_Final(unsigned char *md, CC_SHA512_CTX *x)
646 CC_SHA384_Init(CC_SHA512_CTX *c)
661 CC_SHA384_Update(CC_SHA512_CTX *c, const void *data, CC_LONG len)
668 CC_SHA384_Final(unsigned char *md, CC_SHA512_CTX *c)
/macosx-10.10/Security-57031.1.35/libsecurity_smime/Security/
H A Dcmsutil.c266 digobj = calloc(1, sizeof(CC_SHA512_CTX));
270 digobj = calloc(1, sizeof(CC_SHA512_CTX));
H A Dcmsdigest.c195 case SEC_OID_SHA384: CC_SHA384_Update((CC_SHA512_CTX *)cmsdigcx->digobjs[i], data, (CC_LONG)len); break;
196 case SEC_OID_SHA512: CC_SHA512_Update((CC_SHA512_CTX *)cmsdigcx->digobjs[i], data, (CC_LONG)len); break;
/macosx-10.10/Security-57031.1.35/libsecurity_smime/lib/
H A Dcmsutil.c266 digobj = calloc(1, sizeof(CC_SHA512_CTX));
270 digobj = calloc(1, sizeof(CC_SHA512_CTX));
H A Dcmsdigest.c195 case SEC_OID_SHA384: CC_SHA384_Update((CC_SHA512_CTX *)cmsdigcx->digobjs[i], data, (CC_LONG)len); break;
196 case SEC_OID_SHA512: CC_SHA512_Update((CC_SHA512_CTX *)cmsdigcx->digobjs[i], data, (CC_LONG)len); break;
/macosx-10.10/Security-57031.1.35/libsecurity_smime/security_smime/
H A Dcmsutil.c266 digobj = calloc(1, sizeof(CC_SHA512_CTX));
270 digobj = calloc(1, sizeof(CC_SHA512_CTX));
H A Dcmsdigest.c195 case SEC_OID_SHA384: CC_SHA384_Update((CC_SHA512_CTX *)cmsdigcx->digobjs[i], data, (CC_LONG)len); break;
196 case SEC_OID_SHA512: CC_SHA512_Update((CC_SHA512_CTX *)cmsdigcx->digobjs[i], data, (CC_LONG)len); break;
/macosx-10.10/mDNSResponder-561.1.1/mDNSMacOSX/
H A DCryptoSupport.c295 ptr = mDNSPlatformMemAllocate(sizeof(CC_SHA512_CTX));
297 CC_SHA512_Init((CC_SHA512_CTX *)ptr);
342 CC_SHA512_Update((CC_SHA512_CTX *)ctx->context, data, len);
486 CC_SHA512_Final(digest, (CC_SHA512_CTX *)ctx->context);
659 CC_SHA512_Final(digest, (CC_SHA512_CTX *)ctx->context);
/macosx-10.10/Security-57031.1.35/SecurityTests/cspxutils/ccOneShot/
H A DccOneShot.cpp120 #define MAX_CONTEXT_SIZE sizeof(CC_SHA512_CTX)
/macosx-10.10/Security-57031.1.35/SecurityTests/cspxutils/ccOpensslCompat/
H A DdigestCommon.h60 #define SHA512_CTX CC_SHA512_CTX
/macosx-10.10/libarchive-30/libarchive/libarchive/
H A Darchive_hash.h193 typedef CC_SHA512_CTX archive_sha384_ctx;
228 typedef CC_SHA512_CTX archive_sha512_ctx;
/macosx-10.10/CommonCrypto-60061/test/CommonCrypto/
H A DCommonDigest.c197 #define CC_SHA384_CTX CC_SHA512_CTX
280 CC_SHA512_CTX ctx;
290 CC_SHA512_CTX ctx;
/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/
H A Devp-cc.c740 sizeof(CC_SHA512_CTX),
765 sizeof(CC_SHA512_CTX),
/macosx-10.10/Security-57031.1.35/SecurityTests/cspxutils/sha2Vectors/
H A Dsha2Vectors.cpp293 CC_SHA512_CTX ctx384;
327 CC_SHA512_CTX ctx512;
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/sslEAP/
H A DringBufferThreads.cpp71 CC_SHA512_CTX digestCtx;
/macosx-10.10/Security-57031.1.35/SecurityTests/cspxutils/hashTimeSA/
H A DhashTimeSA.cpp169 CC_SHA512_CTX sha512;

Completed in 306 milliseconds

12