nsmap.h
上传用户:lyxiangda
上传日期:2007-01-12
资源大小:3042k
文件大小:4k
源码类别:

CA认证

开发平台:

WINDOWS

  1. /*
  2.  * The contents of this file are subject to the Mozilla Public
  3.  * License Version 1.1 (the "License"); you may not use this file
  4.  * except in compliance with the License. You may obtain a copy of
  5.  * the License at http://www.mozilla.org/MPL/
  6.  * 
  7.  * Software distributed under the License is distributed on an "AS
  8.  * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
  9.  * implied. See the License for the specific language governing
  10.  * rights and limitations under the License.
  11.  * 
  12.  * The Original Code is the Netscape security libraries.
  13.  * 
  14.  * The Initial Developer of the Original Code is Netscape
  15.  * Communications Corporation.  Portions created by Netscape are 
  16.  * Copyright (C) 1994-2000 Netscape Communications Corporation.  All
  17.  * Rights Reserved.
  18.  * 
  19.  * Contributor(s):
  20.  * 
  21.  * Alternatively, the contents of this file may be used under the
  22.  * terms of the GNU General Public License Version 2 or later (the
  23.  * "GPL"), in which case the provisions of the GPL are applicable 
  24.  * instead of those above.  If you wish to allow use of your 
  25.  * version of this file only under the terms of the GPL and not to
  26.  * allow others to use your version of this file under the MPL,
  27.  * indicate your decision by deleting the provisions above and
  28.  * replace them with the notice and other provisions required by
  29.  * the GPL.  If you do not delete the provisions above, a recipient
  30.  * may use your version of this file under either the MPL or the
  31.  * GPL.
  32.  */
  33. #define MACI_ChangePIN NSCI_ChangePIN
  34. #define MACI_CheckPIN NSCI_CheckPIN
  35. #define MACI_Close NSCI_Close
  36. #define MACI_Decrypt NSCI_Decrypt
  37. #define MACI_DeleteCertificate NSCI_DeleteCertificate
  38. #define MACI_DeleteKey NSCI_DeleteKey
  39. #define MACI_Encrypt NSCI_Encrypt
  40. #define MACI_ExtractX  NSCI_ExtractX
  41. #define MACI_FirmwareUpdate  NSCI_FirmwareUpdate
  42. #define MACI_GenerateIV NSCI_GenerateIV
  43. #define MACI_GenerateMEK NSCI_GenerateMEK
  44. #define MACI_GenerateRa NSCI_GenerateRa
  45. #define MACI_GenerateRandom NSCI_GenerateRandom
  46. #define MACI_GenerateTEK  NSCI_GenerateTEK
  47. #define MACI_GenerateX  NSCI_GenerateX
  48. #define MACI_GetCertificate NSCI_GetCertificate
  49. #define MACI_GetConfiguration NSCI_GetConfiguration
  50. #define MACI_GetHash NSCI_GetHash
  51. #define MACI_GetPersonalityList NSCI_GetPersonalityList
  52. #define MACI_GetSessionID NSCI_GetSessionID
  53. #define MACI_GetState NSCI_GetState
  54. #define MACI_GetStatus NSCI_GetStatus
  55. #define MACI_GetTime NSCI_GetTime
  56. #define MACI_Hash NSCI_Hash
  57. #define MACI_Initialize NSCI_Initialize
  58. #define MACI_InitializeHash NSCI_InitializeHash
  59. #define MACI_InstallX  NSCI_InstallX
  60. #define MACI_LoadCertificate  NSCI_LoadCertificate
  61. #define MACI_LoadDSAParameters   NSCI_LoadDSAParameters
  62. #define MACI_LoadInitValues NSCI_LoadInitValues
  63. #define MACI_LoadIV NSCI_LoadIV
  64. #define MACI_LoadX  NSCI_LoadX
  65. #define MACI_Lock NSCI_Lock
  66. #define MACI_Open NSCI_Open
  67. #define MACI_RelayX  NSCI_RelayX
  68. #define MACI_Reset NSCI_Reset
  69. #define MACI_Restore NSCI_Restore
  70. #define MACI_Save NSCI_Save
  71. #define MACI_Select NSCI_Select
  72. #define MACI_SetConfiguration NSCI_SetConfiguration
  73. #define MACI_SetKey NSCI_SetKey
  74. #define MACI_SetMode NSCI_SetMode
  75. #define MACI_SetPersonality NSCI_SetPersonality
  76. #define MACI_SetTime NSCI_SetTime
  77. #define MACI_Sign NSCI_Sign
  78. #define MACI_Terminate NSCI_Terminate
  79. #define MACI_TimeStamp NSCI_TimeStamp
  80. #define MACI_Unlock NSCI_Unlock
  81. #define MACI_UnwrapKey NSCI_UnwrapKey
  82. #define MACI_VerifySignature NSCI_VerifySignature
  83. #define MACI_VerifyTimeStamp NSCI_VerityTimeStap
  84. #define MACI_WrapKey NSCI_WrapKey
  85. #define MACI_Zeroize NSCI_Zeroize