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

12

/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_csp/lib/
H A DRSA_DSA_signature.h38 CSSM_ALGORITHMS digestAlg) :
39 RawSigner(alloc, digestAlg),
89 CSSM_ALGORITHMS digestAlg) :
90 RawSigner(alloc, digestAlg),
35 RSASigner( Allocator &alloc, AppleCSPSession &session, CSSM_ALGORITHMS digestAlg) argument
86 DSASigner( Allocator &alloc, AppleCSPSession &session, CSSM_ALGORITHMS digestAlg) argument
H A DRawSigner.h33 CSSM_ALGORITHMS digestAlg) :
36 mDigestAlg(digestAlg),
89 CSSM_ALGORITHMS digestAlg() { return mDigestAlg; } function in class:RawSigner
31 RawSigner( Allocator &alloc, CSSM_ALGORITHMS digestAlg) argument
H A DSignatureContext.h71 virtual void setDigestAlgorithm(CSSM_ALGORITHMS digestAlg);
H A DSignatureContext.cpp124 CSSM_ALGORITHMS digestAlg)
126 mSigner.setDigestAlg(digestAlg);
123 setDigestAlgorithm( CSSM_ALGORITHMS digestAlg) argument
H A DRSA_DSA_signature.cpp106 digestAlg(),
150 digestAlg(),
/macosx-10.9.5/Security-55471.14.18/include/security_smime/
H A Dcmsdigdata.c54 * digestAlg is passed as parameter
75 if (SECOID_CopyAlgorithmID (poolp, &(digd->digestAlg), digestalg) != SECSuccess)
138 if (digd->digestAlg.algorithm.Length != 0 && digd->digest.Length == 0) {
140 digd->contentInfo.digcx = SecCmsDigestContextStartSingle(&(digd->digestAlg));
180 if (digd->digestAlg.algorithm.Length == 0)
183 digd->contentInfo.digcx = SecCmsDigestContextStartSingle(&(digd->digestAlg));
H A Dcmstpriv.h211 SECAlgorithmID digestAlg; member in struct:SecCmsSignerInfoStr
428 SECAlgorithmID digestAlg; member in struct:SecCmsDigestedDataStr
H A Dcmsasn1.c186 offsetof(SecCmsSignerInfo,digestAlg),
448 offsetof(SecCmsDigestedData,digestAlg),
H A Dcmssiginfo.c290 if (SECOID_SetAlgorithmID(poolp, &signerinfo->digestAlg, digestalgtag, NULL) != SECSuccess)
593 digestAlgTag = SECOID_GetAlgorithmTag(&(signerinfo->digestAlg));
788 return SECOID_FindOID (&(signerinfo->digestAlg.algorithm));
796 algdata = SECOID_FindOID (&(signerinfo->digestAlg.algorithm));
1261 * 2. create new signerinfo with correct version, sid, digestAlg
H A Dcmssigdata.c240 messageImprint->hashAlgorithm = signerinfo->digestAlg;
/macosx-10.9.5/Security-55471.14.18/libsecurity_smime/lib/
H A Dcmsdigdata.c54 * digestAlg is passed as parameter
75 if (SECOID_CopyAlgorithmID (poolp, &(digd->digestAlg), digestalg) != SECSuccess)
138 if (digd->digestAlg.algorithm.Length != 0 && digd->digest.Length == 0) {
140 digd->contentInfo.digcx = SecCmsDigestContextStartSingle(&(digd->digestAlg));
180 if (digd->digestAlg.algorithm.Length == 0)
183 digd->contentInfo.digcx = SecCmsDigestContextStartSingle(&(digd->digestAlg));
H A Dcmstpriv.h211 SECAlgorithmID digestAlg; member in struct:SecCmsSignerInfoStr
428 SECAlgorithmID digestAlg; member in struct:SecCmsDigestedDataStr
H A Dcmsasn1.c186 offsetof(SecCmsSignerInfo,digestAlg),
448 offsetof(SecCmsDigestedData,digestAlg),
H A Dcmssiginfo.c290 if (SECOID_SetAlgorithmID(poolp, &signerinfo->digestAlg, digestalgtag, NULL) != SECSuccess)
593 digestAlgTag = SECOID_GetAlgorithmTag(&(signerinfo->digestAlg));
788 return SECOID_FindOID (&(signerinfo->digestAlg.algorithm));
796 algdata = SECOID_FindOID (&(signerinfo->digestAlg.algorithm));
1261 * 2. create new signerinfo with correct version, sid, digestAlg
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_csp/open_ssl/opensslUtils/
H A DopensslAsn1.h106 CSSM_ALGORITHMS digestAlg, // CSSM_ALGID_SHA1, etc.
173 CSSM_ALGORITHMS digestAlg, // CSSM_ALGID_SHA1, etc.
H A DopensslAsn1.cpp1793 CSSM_ALGORITHMS digestAlg, // CSSM_ALGID_SHA1, etc.
1797 if(digestAlg == CSSM_ALGID_NONE) {
1807 switch(digestAlg) {
1790 generateDigestInfo( const void *msgDigest, size_t digestLen, CSSM_ALGORITHMS digestAlg, CssmOwnedData &encodedInfo, size_t maxEncodedSize) argument
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_x509_tp/lib/
H A DcertGroupUtils.cpp587 CSSM_ALGORITHMS digestAlg; local
588 algFound = cssmOidToAlg(&algParams.algorithm, &digestAlg);
594 switch(digestAlg) {
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_cspdl/lib/
H A DSSContext.h84 virtual void setDigestAlgorithm(CSSM_ALGORITHMS digestAlg);
H A DSSContext.cpp243 void SSSignatureContext::setDigestAlgorithm(CSSM_ALGORITHMS digestAlg) argument
245 mDigestAlg = digestAlg;
/macosx-10.9.5/Security-55471.14.18/libsecurity_sd_cspdl/lib/
H A DSDContext.h90 virtual void setDigestAlgorithm(CSSM_ALGORITHMS digestAlg);
H A DSDContext.cpp233 void SDSignatureContext::setDigestAlgorithm(CSSM_ALGORITHMS digestAlg) argument
235 mDigestAlg = digestAlg;
/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_plugin/
H A DCSPsession.h191 virtual void setDigestAlgorithm(CSSM_ALGORITHMS digestAlg);
H A DCSPsession.cpp167 void CSPContext::setDigestAlgorithm(CSSM_ALGORITHMS digestAlg) argument
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_plugin/lib/
H A DCSPsession.h191 virtual void setDigestAlgorithm(CSSM_ALGORITHMS digestAlg);
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_x509_cl/lib/
H A DclNssUtils.cpp1299 CSSM_ALGORITHMS digestAlg = CL_oidToAlg(algParams.algorithm); local
1300 switch(digestAlg) {

Completed in 154 milliseconds

12