Lines Matching refs:ALGORITHM
25 // The first member of each algorithm-specific DNS Key info data structure must be of type dns_fixed_fields_dnskey, and
157 #define _DNSKeyInfoFixedFieldsInitKSK( ALGORITHM ) \
161 .algorithm = { (ALGORITHM) } \
164 #define _DNSKeyInfoFixedFieldsInitZSK( ALGORITHM ) \
168 .algorithm = { (ALGORITHM) } \
3363 SecKeyAlgorithm algorithm;
3380 algorithm = kSecKeyAlgorithmRSASignatureMessagePKCS1v15SHA1;
3386 algorithm = kSecKeyAlgorithmRSASignatureMessagePKCS1v15SHA256;
3392 algorithm = kSecKeyAlgorithmRSASignatureMessagePKCS1v15SHA512;
3403 sigDataRef = SecKeyCreateSignature( secKeyRef, algorithm, cfDataToSign, &cfError );
3684 default: return( "<UNKNOWN ALGORITHM>" );