Searched refs:algorithm (Results 251 - 275 of 891) sorted by relevance

<<11121314151617181920>>

/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecKey.h75 representing the algorithm associated with this key.
252 @param algorithm An algorithm for the key pair. This parameter is ignored if a valid (non-zero) contextHandle is supplied.
254 @param contextHandle (optional) A CSSM_CC_HANDLE, or 0. If this argument is supplied, the algorithm and keySizeInBits parameters are ignored. If extra parameters are needed to generate a key (some algorithms require this), you should create a context using CSSM_CSP_CreateKeyGenContext, using the CSPHandle obtained by calling SecKeychainGetCSPHandle. Then use CSSM_UpdateContextAttributes to add parameters, and dispose of the context using CSSM_DeleteContext after calling this function.
267 CSSM_ALGORITHMS algorithm,
283 @param algorithm An algorithm for the symmetric key. This parameter is ignored if a valid (non-zero) contextHandle is supplied.
285 @param contextHandle (optional) A CSSM_CC_HANDLE, or 0. If this argument is supplied, the algorithm and keySizeInBits parameters are ignored. If extra parameters are needed to generate a key (some algorithms require this), you should create a context using CSSM_CSP_CreateKeyGenContext, using the CSPHandle obtained by calling SecKeychainGetCSPHandle. Then use CSSM_UpdateContextAttributes to add parameters, and dispose of the context using CSSM_DeleteContext after calling this function.
295 CSSM_ALGORITHMS algorithm,
356 and algorithm typ
[all...]
/macosx-10.10/Security-57031.1.35/SecurityTests/cspxutils/asymCompat/
H A DasymCompat.c31 printf(" a=algorithm (r=RSA; d=DSA; default=both)\n");
68 uint32 algorithm, // CSSM_ALGID_FEED, etc.
83 algorithm,
139 uint32 algorithm, // CSSM_ALGID_FEE_MD5, etc.
153 switch(algorithm) {
156 algorithm = CSSM_ALGID_RSA;
160 algorithm = CSSM_ALGID_RSA;
164 algorithm = CSSM_ALGID_DSA;
185 algorithm,
67 _cspDecrypt(CSSM_CSP_HANDLE cspHand, uint32 algorithm, uint32 mode, CSSM_PADDING padding, CSSM_BOOL blinding, const CSSM_KEY *key, const CSSM_DATA *ctext, CSSM_DATA_PTR ptext) argument
138 _cspSign(CSSM_CSP_HANDLE cspHand, uint32 algorithm, CSSM_KEY_PTR key, const CSSM_DATA *text, CSSM_BOOL rsaBlinding, CSSM_DATA_PTR sig) argument
/macosx-10.10/Security-57031.1.35/libsecurity_smime/Security/
H A Dcmsdigdata.c140 if (digd->digestAlg.algorithm.Length != 0 && digd->digest.Length == 0) {
184 /* is there a digest algorithm yet? */
185 if (digd->digestAlg.algorithm.Length == 0)
H A Dcmsrecinfo.c111 freeAlgID.algorithm.Length = (size_t)length_data_swapped->algorithm.Data;
112 freeAlgID.algorithm.Data = (uint8_t *)length_data_swapped->algorithm.Length;
195 * ones that do KeyAgreement algorithms and join them, algorithm by algorithm
226 /* NOTE that we do not support any KEK algorithm */
253 /* NOTE: this cannot happen as long as we do not support any KEK algorithm */
488 freeAlgID.algorithm.Length = (size_t)length_data_swapped->algorithm
[all...]
/macosx-10.10/Security-57031.1.35/libsecurity_smime/lib/
H A Dcmsdigdata.c140 if (digd->digestAlg.algorithm.Length != 0 && digd->digest.Length == 0) {
184 /* is there a digest algorithm yet? */
185 if (digd->digestAlg.algorithm.Length == 0)
H A Dcmsrecinfo.c111 freeAlgID.algorithm.Length = (size_t)length_data_swapped->algorithm.Data;
112 freeAlgID.algorithm.Data = (uint8_t *)length_data_swapped->algorithm.Length;
195 * ones that do KeyAgreement algorithms and join them, algorithm by algorithm
226 /* NOTE that we do not support any KEK algorithm */
253 /* NOTE: this cannot happen as long as we do not support any KEK algorithm */
488 freeAlgID.algorithm.Length = (size_t)length_data_swapped->algorithm
[all...]
/macosx-10.10/Security-57031.1.35/libsecurity_smime/security_smime/
H A Dcmsdigdata.c140 if (digd->digestAlg.algorithm.Length != 0 && digd->digest.Length == 0) {
184 /* is there a digest algorithm yet? */
185 if (digd->digestAlg.algorithm.Length == 0)
H A Dcmsrecinfo.c111 freeAlgID.algorithm.Length = (size_t)length_data_swapped->algorithm.Data;
112 freeAlgID.algorithm.Data = (uint8_t *)length_data_swapped->algorithm.Length;
195 * ones that do KeyAgreement algorithms and join them, algorithm by algorithm
226 /* NOTE that we do not support any KEK algorithm */
253 /* NOTE: this cannot happen as long as we do not support any KEK algorithm */
488 freeAlgID.algorithm.Length = (size_t)length_data_swapped->algorithm
[all...]
/macosx-10.10/bind9-45.101/bind9/bin/tests/
H A Dndc.conf33 algorithm "algo";
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/allow_query/ns2/
H A Dnamed10.conf23 algorithm hmac-md5;
H A Dnamed12.conf22 algorithm hmac-md5;
H A Dnamed30.conf23 algorithm hmac-md5;
H A Dnamed32.conf22 algorithm hmac-md5;
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/common/
H A Dcontrols.conf22 algorithm hmac-md5;
H A Drndc.conf25 algorithm hmac-md5;
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/dlv/ns5/
H A Drndc.conf20 algorithm hmac-md5;
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/dnssec/ns4/
H A Dnamed2.conf40 algorithm hmac-md5;
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/logfileconfig/ns1/
H A Drndc.conf29 algorithm hmac-md5;
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/pkcs11/ns1/
H A Dnamed.conf35 algorithm hmac-md5;
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/resolver/ns4/
H A Dnamed.conf57 algorithm hmac-md5;
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/staticstub/ns3/
H A Dnamed.conf.in35 algorithm hmac-md5;
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/upforwd/ns1/
H A Dnamed.conf21 algorithm "hmac-md5";
/macosx-10.10/bind9-45.101/bind9/bin/tests/virtual-time/common/
H A Dcontrols.conf21 algorithm hmac-md5;
H A Drndc.conf24 algorithm hmac-md5;
/macosx-10.10/bind9-45.101/bind9/bin/tests/virtual-time/slave/ns1/
H A Dnamed.conf35 algorithm hmac-md5;

Completed in 194 milliseconds

<<11121314151617181920>>