Searched refs:CC_SHA1_CTX (Results 1 - 25 of 52) sorted by relevance

123

/macosx-10.10/ruby-106/extras/
H A Dsha1cc.h6 #define SHA1_CTX CC_SHA1_CTX
/macosx-10.10/ruby-106/ruby/ext/digest/sha1/
H A Dsha1cc.h6 #define SHA1_CTX CC_SHA1_CTX
/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/Security/
H A Dtls_digest.c258 #define SSL_SHA1_CONTEXT_SIZE (sizeof(CC_SHA1_CTX))
322 assert(digestCtx->length >= sizeof(CC_SHA1_CTX));
323 CC_SHA1_CTX *ctx = (CC_SHA1_CTX *)digestCtx->data;
332 assert(digestCtx->length >= sizeof(CC_SHA1_CTX));
333 CC_SHA1_CTX *ctx = (CC_SHA1_CTX *)digestCtx->data;
340 assert(digestCtx->length >= sizeof(CC_SHA1_CTX));
341 CC_SHA1_CTX *ctx = (CC_SHA1_CTX *)digestCt
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/lib/
H A Dtls_digest.c258 #define SSL_SHA1_CONTEXT_SIZE (sizeof(CC_SHA1_CTX))
322 assert(digestCtx->length >= sizeof(CC_SHA1_CTX));
323 CC_SHA1_CTX *ctx = (CC_SHA1_CTX *)digestCtx->data;
332 assert(digestCtx->length >= sizeof(CC_SHA1_CTX));
333 CC_SHA1_CTX *ctx = (CC_SHA1_CTX *)digestCtx->data;
340 assert(digestCtx->length >= sizeof(CC_SHA1_CTX));
341 CC_SHA1_CTX *ctx = (CC_SHA1_CTX *)digestCt
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/security_ssl/
H A Dtls_digest.c258 #define SSL_SHA1_CONTEXT_SIZE (sizeof(CC_SHA1_CTX))
322 assert(digestCtx->length >= sizeof(CC_SHA1_CTX));
323 CC_SHA1_CTX *ctx = (CC_SHA1_CTX *)digestCtx->data;
332 assert(digestCtx->length >= sizeof(CC_SHA1_CTX));
333 CC_SHA1_CTX *ctx = (CC_SHA1_CTX *)digestCtx->data;
340 assert(digestCtx->length >= sizeof(CC_SHA1_CTX));
341 CC_SHA1_CTX *ctx = (CC_SHA1_CTX *)digestCt
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/lib/
H A DSHA1_MD5_Object.h50 CC_SHA1_CTX mCtx;
H A DpbkdDigest.h56 CC_SHA1_CTX sha1Context;
/macosx-10.10/WebCore-7600.1.25/crypto/mac/
H A DCryptoDigestMac.cpp40 inline CC_SHA1_CTX* toSHA1Context(CryptoDigestContext* context)
43 return static_cast<CC_SHA1_CTX*>(context->ccContext);
102 CC_SHA1_CTX* context = new CC_SHA1_CTX;
/macosx-10.10/CommonCrypto-60061/include/
H A DCommonDigest.h149 } CC_SHA1_CTX; typedef in typeref:struct:CC_SHA1state_st
151 extern int CC_SHA1_Init(CC_SHA1_CTX *c)
154 extern int CC_SHA1_Update(CC_SHA1_CTX *c, const void *data, CC_LONG len)
157 extern int CC_SHA1_Final(unsigned char *md, CC_SHA1_CTX *c)
282 #define SHA_CTX CC_SHA1_CTX
/macosx-10.10/mDNSResponder-561.1.1/mDNSMacOSX/
H A DCryptoSupport.c164 ptr = mDNSPlatformMemAllocate(sizeof(CC_SHA1_CTX));
166 CC_SHA1_Init((CC_SHA1_CTX *)ptr);
206 CC_SHA1_Update((CC_SHA1_CTX *)ctx->context, data, len);
229 CC_SHA1_Final(digest, (CC_SHA1_CTX *)ctx->context);
259 CC_SHA1_Final(digest, (CC_SHA1_CTX *)ctx->context);
285 ptr = mDNSPlatformMemAllocate(sizeof(CC_SHA1_CTX));
287 CC_SHA1_Init((CC_SHA1_CTX *)ptr);
336 CC_SHA1_Update((CC_SHA1_CTX *)ctx->context, data, len);
476 CC_SHA1_Final(digest, (CC_SHA1_CTX *)ctx->context);
647 CC_SHA1_Final(digest, (CC_SHA1_CTX *)ct
[all...]
/macosx-10.10/Security-57031.1.35/SecurityTests/cspxutils/sha2Time/
H A Dsha2Time.cpp52 CC_SHA1_CTX ctx1;
/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A Dscprefs_observer.c38 CC_SHA1_CTX *ctxP, Boolean *found)
87 CC_SHA1_CTX ctx;
/macosx-10.10/Security-57031.1.35/Security/include/security_cryptkit/
H A DckSHA1.c41 CC_SHA1_CTX ctx;
/macosx-10.10/Security-57031.1.35/Security/include/security_utilities/
H A Dhashing.h174 class SHA1 : public CC_SHA1_CTX, public Hash<CC_SHA1_DIGEST_LENGTH, SHA1> {
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cryptkit/lib/
H A DckSHA1.c41 CC_SHA1_CTX ctx;
/macosx-10.10/Security-57031.1.35/Security/libsecurity_manifest/lib/
H A DManifestInternal.cpp180 CC_SHA1_CTX digestContext;
739 CC_SHA1_CTX digestContext;
814 CC_SHA1_CTX digestContext;
1083 CC_SHA1_CTX digestContext;
/macosx-10.10/Security-57031.1.35/Security/libsecurity_transform/lib/
H A DDigest.h84 CC_SHA1_CTX mContext;
/macosx-10.10/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dhashing.h174 class SHA1 : public CC_SHA1_CTX, public Hash<CC_SHA1_DIGEST_LENGTH, SHA1> {
/macosx-10.10/eap8021x-198/EAP8021X.fproj/
H A Dmschap.c126 CC_SHA1_CTX context;
170 CC_SHA1_CTX context;
509 CC_SHA1_CTX context;
544 CC_SHA1_CTX context;
/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DSecFrameworkP.c217 CC_SHA1_CTX sha1;
/macosx-10.10/Security-57031.1.35/Security/include/security_ocspd/
H A DocspdUtils.cpp278 CC_SHA1_CTX ctx;
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecFrameworkP.c217 CC_SHA1_CTX sha1;
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecFrameworkP.c217 CC_SHA1_CTX sha1;
/macosx-10.10/Security-57031.1.35/Security/libsecurity_ocspd/common/
H A DocspdUtils.cpp278 CC_SHA1_CTX ctx;
/macosx-10.10/Security-57031.1.35/Security/sec/Security/
H A DSecFramework.c174 CC_SHA1_CTX sha1;

Completed in 267 milliseconds

123