Searched refs:algorithm (Results 201 - 225 of 891) sorted by relevance

1234567891011>>

/macosx-10.10/Security-57031.1.35/SecurityTests/cspxutils/utilLib/
H A Dcspwrap.c58 * Generate key pair of arbitrary algorithm.
62 uint32 algorithm,
90 keySize = cspDefaultKeySize(algorithm);
93 /* pre-context-create algorithm-specific stuff */
94 switch(algorithm) {
114 printf("cspGenKeyPair: Unknown algorithm\n");
127 algorithm,
154 /* post-context-create algorithm-specific stuff */
155 switch(algorithm) {
322 /* pre-context-create algorithm
61 cspGenKeyPair(CSSM_CSP_HANDLE cspHand, uint32 algorithm, const char *keyLabel, unsigned keyLabelLen, uint32 keySize, CSSM_KEY_PTR pubKey, CSSM_BOOL pubIsRef, uint32 pubKeyUsage, CSSM_KEYBLOB_FORMAT pubFormat, CSSM_KEY_PTR privKey, CSSM_BOOL privIsRef, uint32 privKeyUsage, CSSM_KEYBLOB_FORMAT privFormat, CSSM_BOOL genSeed) argument
1096 genCryptHandle(CSSM_CSP_HANDLE cspHand, uint32 algorithm, uint32 mode, CSSM_PADDING padding, const CSSM_KEY *key0, const CSSM_KEY *key1, const CSSM_DATA *iv, uint32 effectiveKeySizeInBits, uint32 rounds) argument
1228 cspEncrypt(CSSM_CSP_HANDLE cspHand, uint32 algorithm, uint32 mode, CSSM_PADDING padding, const CSSM_KEY *key, const CSSM_KEY *pubKey, uint32 effectiveKeySizeInBits, uint32 rounds, const CSSM_DATA *iv, const CSSM_DATA *ptext, CSSM_DATA_PTR ctext, CSSM_BOOL mallocCtext) argument
1358 cspStagedEncrypt(CSSM_CSP_HANDLE cspHand, uint32 algorithm, uint32 mode, CSSM_PADDING padding, const CSSM_KEY *key, const CSSM_KEY *pubKey, uint32 effectiveKeySizeInBits, uint32 cipherBlockSize, uint32 rounds, const CSSM_DATA *iv, const CSSM_DATA *ptext, CSSM_DATA_PTR ctext, CSSM_BOOL multiUpdates) argument
1542 cspDecrypt(CSSM_CSP_HANDLE cspHand, uint32 algorithm, uint32 mode, CSSM_PADDING padding, const CSSM_KEY *key, const CSSM_KEY *pubKey, uint32 effectiveKeySizeInBits, uint32 rounds, const CSSM_DATA *iv, const CSSM_DATA *ctext, CSSM_DATA_PTR ptext, CSSM_BOOL mallocPtext) argument
1668 cspStagedDecrypt(CSSM_CSP_HANDLE cspHand, uint32 algorithm, uint32 mode, CSSM_PADDING padding, const CSSM_KEY *key, const CSSM_KEY *pubKey, uint32 effectiveKeySizeInBits, uint32 cipherBlockSize, uint32 rounds, const CSSM_DATA *iv, const CSSM_DATA *ctext, CSSM_DATA_PTR ptext, CSSM_BOOL multiUpdates) argument
1849 cspSign(CSSM_CSP_HANDLE cspHand, uint32 algorithm, CSSM_KEY_PTR key, const CSSM_DATA *text, CSSM_DATA_PTR sig) argument
1926 cspStagedSign(CSSM_CSP_HANDLE cspHand, uint32 algorithm, CSSM_KEY_PTR key, const CSSM_DATA *text, CSSM_BOOL multiUpdates, CSSM_DATA_PTR sig) argument
1997 cspSigVerify(CSSM_CSP_HANDLE cspHand, uint32 algorithm, CSSM_KEY_PTR key, const CSSM_DATA *text, const CSSM_DATA *sig, CSSM_RETURN expectResult) argument
2082 cspStagedSigVerify(CSSM_CSP_HANDLE cspHand, uint32 algorithm, CSSM_KEY_PTR key, const CSSM_DATA *text, const CSSM_DATA *sig, CSSM_BOOL multiUpdates, CSSM_RETURN expectResult) argument
2155 cspGenMac(CSSM_CSP_HANDLE cspHand, uint32 algorithm, CSSM_KEY_PTR key, const CSSM_DATA *text, CSSM_DATA_PTR mac) argument
2191 cspStagedGenMac(CSSM_CSP_HANDLE cspHand, uint32 algorithm, CSSM_KEY_PTR key, const CSSM_DATA *text, CSSM_BOOL mallocMac, CSSM_BOOL multiUpdates, CSSM_DATA_PTR mac) argument
2285 cspMacVerify(CSSM_CSP_HANDLE cspHand, uint32 algorithm, CSSM_KEY_PTR key, const CSSM_DATA *text, const CSSM_DATA_PTR mac, CSSM_RETURN expectResult) argument
2328 cspStagedMacVerify(CSSM_CSP_HANDLE cspHand, uint32 algorithm, CSSM_KEY_PTR key, const CSSM_DATA *text, const CSSM_DATA_PTR mac, CSSM_BOOL multiUpdates, CSSM_RETURN expectResult) argument
2404 cspDigest(CSSM_CSP_HANDLE cspHand, uint32 algorithm, CSSM_BOOL mallocDigest, const CSSM_DATA *text, CSSM_DATA_PTR digest) argument
2463 cspStagedDigest(CSSM_CSP_HANDLE cspHand, uint32 algorithm, CSSM_BOOL mallocDigest, CSSM_BOOL multiUpdates, const CSSM_DATA *text, CSSM_DATA_PTR digest) argument
[all...]
/macosx-10.10/bind9-45.101/bind9/lib/dns/
H A Dtkey.c295 if (!dns_name_equal(&tkeyin->algorithm, DNS_TSIG_HMACMD5_NAME)) {
400 RETERR(dns_tsigkey_create(name, &tkeyin->algorithm,
453 if (!dns_name_equal(&tkeyin->algorithm, DNS_TSIG_GSSAPI_NAME) &&
454 !dns_name_equal(&tkeyin->algorithm, DNS_TSIG_GSSAPIMS_NAME)) {
468 result = dns_tsigkey_find(&tsigkey, name, &tkeyin->algorithm, ring);
515 RETERR(dns_tsigkey_createfromkey(name, &tkeyin->algorithm,
581 result = dns_tsigkey_find(&tsigkey, name, &tkeyin->algorithm, ring);
702 dns_name_init(&tkeyout.algorithm, NULL);
703 dns_name_clone(&tkeyin.algorithm, &tkeyout.algorithm);
934 dns_tkey_builddhquery(dns_message_t *msg, dst_key_t *key, dns_name_t *name, dns_name_t *algorithm, isc_buffer_t *nonce, isc_uint32_t lifetime) argument
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/libtommath/
H A Dtommath.tex209 rendering any protocol based on the algorithm insecure. Multiple precision algorithms solve this very problem by
213 primitives. Faster modular reduction and exponentiation algorithms such as Barrett's algorithm, which have appeared in
235 precision algorithm would augment the precision of the destination to accomodate the result while a single precision system
259 In most cases how an algorithm is explained and how it is actually implemented are two very different concepts. For
260 example, the Handbook of Applied Cryptography (\textit{HAC}), algorithm 14.7 on page 594, gives a relatively simple
261 algorithm for performing multiple precision integer addition. However, the description lacks any discussion concerning
263 as the text would lead people to believe. Similarly the division routine (\textit{algorithm 14.20, pp. 598}) does not
277 by the actual C source code that implements the algorithm. The pseudo-code can be used to implement the same
278 algorithm in other programming languages as the reader sees fit.
294 synonymous. When an algorithm i
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/rsa/
H A Drsa_sign.c102 sig.algor->algorithm=OBJ_nid2obj(type);
103 if (sig.algor->algorithm == NULL)
108 if (sig.algor->algorithm->length == 0)
141 /* Bypass algorithm blocking: this is allowed if we get this far */
198 /* Bypass algorithm blocking: this is allowed */
224 /* Parameters to the signature algorithm can also be used to
233 sigtype=OBJ_obj2nid(sig->algor->algorithm);
/macosx-10.10/Security-57031.1.35/Security/include/security_cdsa_utilities/
H A Dacl_comment.cpp47 #include <algorithm>
H A Dacl_password.cpp31 #include <algorithm>
/macosx-10.10/Security-57031.1.35/Security/include/security_smime/
H A Dcryptohi.h59 * Return a csp handle able to deal with algorithm
61 extern CSSM_CSP_HANDLE SecCspHandleForAlgorithm(CSSM_ALGORITHMS algorithm);
76 ** signature/hash algorithm.
81 ** "algid" the signature/hash algorithm to sign with
89 ** The given signature/hash algorithm.
93 ** "algtag" The algorithm tag to encode (need for RSA only)
111 ** "algid" specifies the signing algorithm to use. This must match
124 ** "algid" specifies the signing algorithm to use. This must match
/macosx-10.10/Security-57031.1.35/Security/include/security_utilities/
H A Dbuffers.cpp30 #include <algorithm>
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cdsa_utilities/lib/
H A Dacl_comment.cpp47 #include <algorithm>
H A Dacl_password.cpp31 #include <algorithm>
/macosx-10.10/Security-57031.1.35/Security/libsecurity_smime/lib/
H A Dcryptohi.h59 * Return a csp handle able to deal with algorithm
61 extern CSSM_CSP_HANDLE SecCspHandleForAlgorithm(CSSM_ALGORITHMS algorithm);
76 ** signature/hash algorithm.
81 ** "algid" the signature/hash algorithm to sign with
89 ** The given signature/hash algorithm.
93 ** "algtag" The algorithm tag to encode (need for RSA only)
111 ** "algid" specifies the signing algorithm to use. This must match
124 ** "algid" specifies the signing algorithm to use. This must match
/macosx-10.10/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dbuffers.cpp30 #include <algorithm>
/macosx-10.10/Security-57031.1.35/libsecurity_smime/Security/
H A Dcryptohi.h60 * Return a csp handle able to deal with algorithm
62 extern CSSM_CSP_HANDLE SecCspHandleForAlgorithm(CSSM_ALGORITHMS algorithm);
77 ** signature/hash algorithm.
82 ** "algid" the signature/hash algorithm to sign with
90 ** The given signature/hash algorithm.
94 ** "algtag" The algorithm tag to encode (need for RSA only)
112 ** "algid" specifies the signing algorithm to use. This must match
125 ** "algid" specifies the signing algorithm to use. This must match
/macosx-10.10/Security-57031.1.35/libsecurity_smime/lib/
H A Dcryptohi.h60 * Return a csp handle able to deal with algorithm
62 extern CSSM_CSP_HANDLE SecCspHandleForAlgorithm(CSSM_ALGORITHMS algorithm);
77 ** signature/hash algorithm.
82 ** "algid" the signature/hash algorithm to sign with
90 ** The given signature/hash algorithm.
94 ** "algtag" The algorithm tag to encode (need for RSA only)
112 ** "algid" specifies the signing algorithm to use. This must match
125 ** "algid" specifies the signing algorithm to use. This must match
/macosx-10.10/Security-57031.1.35/libsecurity_smime/security_smime/
H A Dcryptohi.h60 * Return a csp handle able to deal with algorithm
62 extern CSSM_CSP_HANDLE SecCspHandleForAlgorithm(CSSM_ALGORITHMS algorithm);
77 ** signature/hash algorithm.
82 ** "algid" the signature/hash algorithm to sign with
90 ** The given signature/hash algorithm.
94 ** "algtag" The algorithm tag to encode (need for RSA only)
112 ** "algid" specifies the signing algorithm to use. This must match
125 ** "algid" specifies the signing algorithm to use. This must match
/macosx-10.10/WTF-7600.1.24/wtf/
H A DPageAllocation.h33 #include <algorithm>
/macosx-10.10/WebCore-7600.1.25/platform/audio/
H A DAudioChannel.cpp36 #include <algorithm>
/macosx-10.10/WebCore-7600.1.25/platform/graphics/transforms/
H A DMatrixTransformOperation.cpp25 #include <algorithm>
/macosx-10.10/WebKit-7600.1.25/mac/
H A DWebKitPrefix.h53 #include <algorithm> // needed for exception_defines.h
/macosx-10.10/WebKit2-7600.1.25/Shared/
H A DAPIClient.h29 #include <algorithm>
H A DCacheModel.cpp29 #include <algorithm>
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/acl/ns2/
H A Dnamed1.conf38 algorithm hmac-md5;
43 algorithm hmac-md5;
H A Dnamed2.conf38 algorithm hmac-md5;
43 algorithm hmac-md5;
H A Dnamed4.conf38 algorithm hmac-md5;
43 algorithm hmac-md5;
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/allow_query/ns2/
H A Dnamed40.conf26 algorithm hmac-md5;
31 algorithm hmac-md5;

Completed in 514 milliseconds

1234567891011>>