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

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. /*
  34.  * the following header file switches between MACI and CI based on
  35.  * compile options. That lest the rest of the source code operate
  36.  * without change, even if it only suports CI_ calls, not MACI_ calls
  37.  */
  38. #ifndef _GENCI_H_
  39. #define _GENCI_H_ 1
  40. #include "seccomon.h"
  41. #if defined (XP_UNIX) || defined (XP_WIN32) || defined (XP_OS2)
  42. /*
  43.  * On unix, NT, Windows '95, and OS/2 we use full maci
  44.  */
  45. #include "maci.h"
  46. #define MACI_SEL(x) 
  47. /*
  48.  * for sec-for.c
  49.  */
  50. #define CI_Initialize MACI_Initialize
  51. #define CI_Terminate()  { HSESSION hs;
  52.   MACI_GetSessionID(&hs);
  53.   MACI_Terminate(hs); }
  54. #else
  55. /*
  56.  * On Mac we use the original CI_LIB
  57.  */
  58. #include "cryptint.h"
  59. /*
  60.  * MACI specific values not defined for CI lib
  61.  */
  62. #define MACI_SESSION_EXCEEDED     (-53)
  63. #ifndef HSESSION_DEFINE
  64. typedef unsigned int HSESSION;
  65. #define HSESSION_DEFINE
  66. #endif
  67. /*
  68.  * Map MACI_ calls to CI_ calls. NOTE: this assumes the proper CI_Select
  69.  * calls are issued in the CI_ case
  70.  */
  71. #define MACI_ChangePIN(s,pin,old,new) CI_ChangePIN(pin,old,new)
  72. #define MACI_CheckPIN(s,type,pin)    CI_CheckPIN(type,pin)
  73. #define MACI_Close(s,flag,socket) CI_Close(flag,socket)
  74. #define MACI_Decrypt(s,size,in,out) CI_Decrypt(size,in,out)
  75. #define MACI_DeleteCertificate(s,cert) CI_DeleteCertificate(cert)
  76. #define MACI_DeleteKey(s,index) CI_DeleteKey(index)
  77. #define MACI_Encrypt(s,size,in,out) CI_Encrypt(size,in,out)
  78. #define MACI_ExtractX(s,cert,type,pass,ySize,y,x,Ra,pgSize,qSize,p,q,g) 
  79. CI_ExtractX(cert,type,pass,ySize,y,x,Ra,pgSize,qSize,p,q,g)
  80. #define MACI_FirmwareUpdate(s,flags,Cksum,len,size,data) 
  81. CI_FirmwareUpdate(flags,Cksum,len,size,data)
  82. #define MACI_GenerateIV(s,iv) CI_GenerateIV(iv)
  83. #define MACI_GenerateMEK(s,index,res) CI_GenerateMEK(index,res)
  84. #define MACI_GenerateRa(s,Ra) CI_GenerateRa(Ra)
  85. #define MACI_GenerateRandom(s,ran) CI_GenerateRandom(ran)
  86. #define MACI_GenerateTEK(s,flag,index,Ra,Rb,size,Y) 
  87. CI_GenerateTEK(flag,index,Ra,Rb,size,Y)
  88. #define MACI_GenerateX(s,cert,type,pgSize,qSize,p,q,g,ySize,y) 
  89. CI_GenerateX(cert,type,pgSize,qSize,p,q,g,ySize,y)
  90. #define MACI_GetCertificate(s,cert,val) CI_GetCertificate(cert,val)
  91. #define MACI_GetConfiguration(s,config) CI_GetConfiguration(config)
  92. #define MACI_GetHash(s,size,data,val) CI_GetHash(size,data,val)
  93. #define MACI_GetPersonalityList(s,cnt,list) CI_GetPersonalityList(cnt,list)
  94. #define MACI_GetSessionID(s) CI_OK
  95. #define MACI_GetState(s,state) CI_GetState(state)
  96. #define MACI_GetStatus(s,status) CI_GetStatus(status)
  97. #define MACI_GetTime(s,time) CI_GetTime(time)
  98. #define MACI_Hash(s,size,data) CI_Hash(size,data)
  99. #define MACI_Initialize(count) CI_Initialize(count)
  100. #define MACI_InitializeHash(s) CI_InitializeHash()
  101. #define MACI_InstallX(s,cert,type,pass,ySize,y,x,Ra,pgSize,qSize,p,q,g) 
  102. CI_InstallX(cert,type,pass,ySize,y,x,Ra,pgSize,qSize,p,q,g)
  103. #define MACI_LoadCertificate(s,cert,label,data,res) 
  104. CI_LoadCertificate(cert,label,data,res)
  105. #define MACI_LoadDSAParameters(s,pgSize,qSize,p,q,g) 
  106. CI_LoadDSAParameters(pgSize,qSize,p,q,g)
  107. #define MACI_LoadInitValues(s,seed,Ks) CI_LoadInitValues(seed,Ks)
  108. #define MACI_LoadIV(s,iv) CI_LoadIV(iv)
  109. #define MACI_LoadX(s,cert,type,pgSize,qSize,p,q,g,x,ySize,y) 
  110. CI_LoadX(cert,type,pgSize,qSize,p,q,g,x,ySize,y)
  111. #define MACI_Lock(s,flags) CI_Lock(flags)
  112. #define MACI_Open(s,flags,index) CI_Open(flags,index)
  113. #define MACI_RelayX(s,oPass,oSize,oY,oRa,oX,nPass,nSize,nY,nRa,nX) 
  114. CI_RelayX(oPass,oSize,oY,oRa,oX,nPass,nSize,nY,nRa,nX)
  115. #define MACI_Reset(s) CI_Reset()
  116. #define MACI_Restore(s,type,data) CI_Restore(type,data)
  117. #define MACI_Save(s,type,data) CI_Save(type,data)
  118. #define MACI_Select(s,socket) CI_Select(socket)
  119. #define MACI_SetConfiguration(s,typ,sz,d) CI_SetConfiguration(typ,sz,d)
  120. #define MACI_SetKey(s,key) CI_SetKey(key)
  121. #define MACI_SetMode(s,type,mode) CI_SetMode(type,mode)
  122. #define MACI_SetPersonality(s,index) CI_SetPersonality(index)
  123. #define MACI_SetTime(s,time) CI_SetTime(time)
  124. #define MACI_Sign(s,hash,sig) CI_Sign(hash,sig)
  125. #define MACI_Terminate(s) CI_Terminate()
  126. #define MACI_TimeStamp(s,val,sig,time) CI_TimeStamp(val,sig,time)
  127. #define MACI_Unlock(s) CI_Unlock()
  128. #define MACI_UnwrapKey(s,targ,wrap,key) CI_UnwrapKey(targ,wrap,key)
  129. #define MACI_VerifySignature(s,h,siz,y,sig) CI_VerifySignature(h,siz,y,sig)
  130. #define MACI_VerifyTimeStamp(s,hash,sig,tim) CI_VerityTimeStap(hash,sig,tim)
  131. #define MACI_WrapKey(s,src,wrap,key) CI_WrapKey(src,wrap,key)
  132. #define MACI_Zeroize(s) CI_Zeroize()
  133. #define MACI_SEL(x) CI_Select(x)
  134. #endif /* ! XP_UNIX */
  135. #endif /* _GENCI_H_ */