#define RSA_PUB_EXPONENT 0x10001 /* recommended by RSA */
-#define rsaKeyDebug(args...) secdebug("rsaKey", ## args)
+#define rsaKeyDebug(args...) secinfo("rsaKey", ## args)
/***
}
}
+
+void RSAKeyPairGenContext::generate(const Context &context, uint32, CssmData ¶ms, uint32 &attrCount, Context::Attr * &attrs) {
+ CssmError::throwMe(CSSM_ERRCODE_FUNCTION_NOT_IMPLEMENTED);
+}
// this one is specified in, and called from, AppleKeyPairGenContext
void RSAKeyPairGenContext::generate(