]>
git.saurik.com Git - apple/security.git/blob - AppleCSP/ComCryption/ascFactory.h
2 // ascAlgFactory.h - algorithm factory for ASC
3 // Written by Doug Mitchell 4/4/2001
8 #ifndef _ASC_ALG_FACTORY_H_
9 #define _ASC_ALG_FACTORY_H_
11 #include <Security/CSPsession.h>
14 class AppleCSPSession
;
16 /* Algorithm factory */
17 class AscAlgFactory
: public AppleCSPAlgorithmFactory
{
21 CssmAllocator
*normAlloc
,
22 CssmAllocator
*privAlloc
);
26 AppleCSPSession
&session
,
27 CSPFullPluginSession::CSPContext
* &cspCtx
,
28 const Context
&context
);
33 #endif /*_ASC_ALG_FACTORY_H_ */
34 #endif /* ASC_CSP_ENABLE */