michael@0: /* This Source Code Form is subject to the terms of the Mozilla Public michael@0: * License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ michael@0: michael@0: #ifndef CKMD_H michael@0: #define CKMD_H michael@0: michael@0: /* michael@0: * ckmd.h michael@0: * michael@0: */ michael@0: michael@0: NSS_EXTERN NSSCKMDObject * michael@0: nssCKMDSessionObject_Create michael@0: ( michael@0: NSSCKFWToken *fwToken, michael@0: NSSArena *arena, michael@0: CK_ATTRIBUTE_PTR attributes, michael@0: CK_ULONG ulCount, michael@0: CK_RV *pError michael@0: ); michael@0: michael@0: NSS_EXTERN NSSCKMDFindObjects * michael@0: nssCKMDFindSessionObjects_Create michael@0: ( michael@0: NSSCKFWToken *fwToken, michael@0: CK_ATTRIBUTE_PTR pTemplate, michael@0: CK_ULONG ulCount, michael@0: CK_RV *pError michael@0: ); michael@0: michael@0: #endif /* CKMD_H */