Searched refs:algorithm (Results 176 - 200 of 891) sorted by relevance

1234567891011>>

/macosx-10.10/OpenSSL098-52/src/crypto/asn1/
H A Dp5_pbev2.c83 /* Return an algorithm identifier for a PKCS#5 v2.0 PBE algorithm:
112 scheme->algorithm = obj;
161 pbe2->keyfunc->algorithm = OBJ_nid2obj(NID_id_pbkdf2);
179 ret->algorithm = OBJ_nid2obj(NID_pbes2);
H A Da_verify.c85 i=OBJ_obj2nid(a->algorithm);
148 i=OBJ_obj2nid(a->algorithm);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/lib/
H A DbsafeKeyGen.cpp31 * "I don't understand this algorithm".
117 context.algorithm());
119 context.algorithm());
171 switch(context.algorithm()) {
187 * algorithm if a CSSM_ALGMODE_CUSTOM mode atrtribute
234 assert(context.algorithm() == CSSM_ALGID_DSA);
250 // get parameters out of algorithm object
296 switch(mKey.algorithm()) {
378 switch(mKey.algorithm()) {
H A Dbsafecspi.h115 // install a BSafe algorithm into bsAlgorithm
184 B_ALGORITHM_OBJ bsAlgorithm; // BSafe algorithm object or NULL
185 B_ALGORITHM_OBJ bsRandom; // PRNG algorithm
302 B_INFO_TYPE algorithm; member in class:BSafe::SigningContext
310 algorithm(bAlg) { mOutSize = sz; }
316 B_INFO_TYPE algorithm; member in class:BSafe::MacContext
324 algorithm(bAlg) { mOutSize = sz; }
331 B_INFO_TYPE algorithm; member in class:BSafe::RandomContext
338 algorithm(alg) { }
370 * "I don't understand this algorithm"
[all...]
/macosx-10.10/Security-57031.1.35/libsecurity_smime/Security/
H A Dcmsenvdata.c63 SecCmsEnvelopedDataCreate(SecCmsMessageRef cmsg, SECOidTag algorithm, int keysize) argument
82 rv = SecCmsContentInfoSetContentEncAlg(&(envd->contentInfo), algorithm, NULL, keysize);
159 * - a content encryption algorithm (if none, 3DES will be used)
163 * using the proper algorithm for every certificiate.
164 * it will finally set the bulk algorithm and key so that the encode step can find it.
174 SecAsn1AlgId algorithm; local
213 /* now we need to have a proper content encryption algorithm
225 algorithm = SECOID_FindyCssmAlgorithmByTag(bulkalgtag);
226 if (!algorithm)
229 algorithm,
[all...]
/macosx-10.10/Security-57031.1.35/libsecurity_smime/lib/
H A Dcmsenvdata.c63 SecCmsEnvelopedDataCreate(SecCmsMessageRef cmsg, SECOidTag algorithm, int keysize) argument
82 rv = SecCmsContentInfoSetContentEncAlg(&(envd->contentInfo), algorithm, NULL, keysize);
159 * - a content encryption algorithm (if none, 3DES will be used)
163 * using the proper algorithm for every certificiate.
164 * it will finally set the bulk algorithm and key so that the encode step can find it.
174 SecAsn1AlgId algorithm; local
213 /* now we need to have a proper content encryption algorithm
225 algorithm = SECOID_FindyCssmAlgorithmByTag(bulkalgtag);
226 if (!algorithm)
229 algorithm,
[all...]
/macosx-10.10/Security-57031.1.35/libsecurity_smime/security_smime/
H A Dcmsenvdata.c63 SecCmsEnvelopedDataCreate(SecCmsMessageRef cmsg, SECOidTag algorithm, int keysize) argument
82 rv = SecCmsContentInfoSetContentEncAlg(&(envd->contentInfo), algorithm, NULL, keysize);
159 * - a content encryption algorithm (if none, 3DES will be used)
163 * using the proper algorithm for every certificiate.
164 * it will finally set the bulk algorithm and key so that the encode step can find it.
174 SecAsn1AlgId algorithm; local
213 /* now we need to have a proper content encryption algorithm
225 algorithm = SECOID_FindyCssmAlgorithmByTag(bulkalgtag);
226 if (!algorithm)
229 algorithm,
[all...]
/macosx-10.10/bind9-45.101/bind9/lib/dns/rdata/generic/
H A Dkeydata_65533.c72 /* algorithm */
90 unsigned char algorithm; local
129 /* algorithm */
130 algorithm = sr.base[0];
131 sprintf(buf, "%u", algorithm);
161 sprintf(buf, "%u", dst_region_computeid(&tmpr, algorithm));
243 RETERR(uint8_tobuffer(keydata->algorithm, target));
297 keydata->algorithm = uint8_fromregion(&sr);
/macosx-10.10/Chess-310.6/Sources/
H A DMBCAnimation.mm50 #include <algorithm>
/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/
H A Dccdigest.c107 CCDigest(CCDigestAlg algorithm, const void *data, size_t length, void *output) argument
109 CCDigestRef d = CCDigestCreate(algorithm);
/macosx-10.10/Security-57031.1.35/Security/include/security_asn1/
H A DSecAsn1Types.h57 SecAsn1Oid algorithm; member in struct:__anon3549
62 SecAsn1AlgId algorithm; member in struct:__anon3550
H A DosKeyTemplates.c34 /* X509 style DSA algorithm parameters */
43 /* BSAFE style DSA algorithm parameters */
56 { SEC_ASN1_OBJECT_ID, offsetof(NSS_DSAAlgorithmIdX509, algorithm) },
67 { SEC_ASN1_OBJECT_ID, offsetof(NSS_DSAAlgorithmIdBSAFE, algorithm) },
/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DSecAsn1TypesP.h57 SecAsn1Oid algorithm; member in struct:__anon3762
62 SecAsn1AlgId algorithm; member in struct:__anon3763
/macosx-10.10/Security-57031.1.35/Security/include/security_smime/
H A Dcmsdigdata.c138 if (digd->digestAlg.algorithm.Length != 0 && digd->digest.Length == 0) {
179 /* is there a digest algorithm yet? */
180 if (digd->digestAlg.algorithm.Length == 0)
/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/Security/
H A DSecAsn1Types.h57 SecAsn1Oid algorithm; member in struct:__anon3984
62 SecAsn1AlgId algorithm; member in struct:__anon3985
H A DosKeyTemplates.c34 /* X509 style DSA algorithm parameters */
43 /* BSAFE style DSA algorithm parameters */
56 { SEC_ASN1_OBJECT_ID, offsetof(NSS_DSAAlgorithmIdX509, algorithm) },
67 { SEC_ASN1_OBJECT_ID, offsetof(NSS_DSAAlgorithmIdBSAFE, algorithm) },
/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/lib/
H A DSecAsn1Types.h57 SecAsn1Oid algorithm; member in struct:__anon4106
62 SecAsn1AlgId algorithm; member in struct:__anon4107
H A DosKeyTemplates.c34 /* X509 style DSA algorithm parameters */
43 /* BSAFE style DSA algorithm parameters */
56 { SEC_ASN1_OBJECT_ID, offsetof(NSS_DSAAlgorithmIdX509, algorithm) },
67 { SEC_ASN1_OBJECT_ID, offsetof(NSS_DSAAlgorithmIdBSAFE, algorithm) },
/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/security_asn1/
H A DSecAsn1Types.h57 SecAsn1Oid algorithm; member in struct:__anon4228
62 SecAsn1AlgId algorithm; member in struct:__anon4229
H A DosKeyTemplates.c34 /* X509 style DSA algorithm parameters */
43 /* BSAFE style DSA algorithm parameters */
56 { SEC_ASN1_OBJECT_ID, offsetof(NSS_DSAAlgorithmIdX509, algorithm) },
67 { SEC_ASN1_OBJECT_ID, offsetof(NSS_DSAAlgorithmIdBSAFE, algorithm) },
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecAsn1TypesP.h57 SecAsn1Oid algorithm; member in struct:__anon4648
62 SecAsn1AlgId algorithm; member in struct:__anon4649
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecAsn1TypesP.h57 SecAsn1Oid algorithm; member in struct:__anon4735
62 SecAsn1AlgId algorithm; member in struct:__anon4736
/macosx-10.10/Security-57031.1.35/Security/libsecurity_smime/lib/
H A Dcmsdigdata.c138 if (digd->digestAlg.algorithm.Length != 0 && digd->digest.Length == 0) {
179 /* is there a digest algorithm yet? */
180 if (digd->digestAlg.algorithm.Length == 0)
/macosx-10.10/mDNSResponder-561.1.1/mDNSShared/
H A Ddnsextd_lexer.l66 algorithm return ALGORITHM;
/macosx-10.10/swig-12/Lib/lua/
H A Dstd_map.i18 #include <algorithm>

Completed in 501 milliseconds

1234567891011>>