Searched refs:StandardAttachmentMaker (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/Security-57031.1.35/Security/libsecurity_cssm/lib/
H A Dattachfactory.cpp46 class StandardAttachmentMaker : public AttachmentMaker { class in inherits:AttachmentMaker
48 StandardAttachmentMaker() : AttachmentMaker(type) function in class:StandardAttachmentMaker
89 factories[CSSM_SERVICE_AC] = new StandardAttachmentMaker<CSSM_SERVICE_AC, CSSM_SPI_AC_FUNCS, ACNameTable>;
90 factories[CSSM_SERVICE_CL] = new StandardAttachmentMaker<CSSM_SERVICE_CL, CSSM_SPI_CL_FUNCS, CLNameTable>;
91 factories[CSSM_SERVICE_CSP] = new StandardAttachmentMaker<CSSM_SERVICE_CSP, CSSM_SPI_CSP_FUNCS, CSPNameTable>;
92 factories[CSSM_SERVICE_DL] = new StandardAttachmentMaker<CSSM_SERVICE_DL, CSSM_SPI_DL_FUNCS, DLNameTable>;
93 factories[CSSM_SERVICE_TP] = new StandardAttachmentMaker<CSSM_SERVICE_TP, CSSM_SPI_TP_FUNCS, TPNameTable>;

Completed in 66 milliseconds