safereg.h 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421
  1. /*-
  2. * Copyright (c) 2003 Sam Leffler, Errno Consulting
  3. * Copyright (c) 2003 Global Technology Associates, Inc.
  4. * All rights reserved.
  5. *
  6. * Redistribution and use in source and binary forms, with or without
  7. * modification, are permitted provided that the following conditions
  8. * are met:
  9. * 1. Redistributions of source code must retain the above copyright
  10. * notice, this list of conditions and the following disclaimer.
  11. * 2. Redistributions in binary form must reproduce the above copyright
  12. * notice, this list of conditions and the following disclaimer in the
  13. * documentation and/or other materials provided with the distribution.
  14. *
  15. * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
  16. * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  17. * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  18. * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
  19. * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  20. * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  21. * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  22. * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  23. * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  24. * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  25. * SUCH DAMAGE.
  26. *
  27. * $FreeBSD: src/sys/dev/safe/safereg.h,v 1.1 2003/07/21 21:46:07 sam Exp $
  28. */
  29. #ifndef _SAFE_SAFEREG_H_
  30. #define _SAFE_SAFEREG_H_
  31. /*
  32. * Register definitions for SafeNet SafeXcel-1141 crypto device.
  33. * Definitions from revision 1.3 (Nov 6 2002) of the User's Manual.
  34. */
  35. #define BS_BAR 0x10 /* DMA base address register */
  36. #define BS_TRDY_TIMEOUT 0x40 /* TRDY timeout */
  37. #define BS_RETRY_TIMEOUT 0x41 /* DMA retry timeout */
  38. #define PCI_VENDOR_SAFENET 0x16ae /* SafeNet, Inc. */
  39. /* SafeNet */
  40. #define PCI_PRODUCT_SAFEXCEL 0x1141 /* 1141 */
  41. #define SAFE_PE_CSR 0x0000 /* Packet Enginge Ctrl/Status */
  42. #define SAFE_PE_SRC 0x0004 /* Packet Engine Source */
  43. #define SAFE_PE_DST 0x0008 /* Packet Engine Destination */
  44. #define SAFE_PE_SA 0x000c /* Packet Engine SA */
  45. #define SAFE_PE_LEN 0x0010 /* Packet Engine Length */
  46. #define SAFE_PE_DMACFG 0x0040 /* Packet Engine DMA Configuration */
  47. #define SAFE_PE_DMASTAT 0x0044 /* Packet Engine DMA Status */
  48. #define SAFE_PE_PDRBASE 0x0048 /* Packet Engine Descriptor Ring Base */
  49. #define SAFE_PE_RDRBASE 0x004c /* Packet Engine Result Ring Base */
  50. #define SAFE_PE_RINGCFG 0x0050 /* Packet Engine Ring Configuration */
  51. #define SAFE_PE_RINGPOLL 0x0054 /* Packet Engine Ring Poll */
  52. #define SAFE_PE_IRNGSTAT 0x0058 /* Packet Engine Internal Ring Status */
  53. #define SAFE_PE_ERNGSTAT 0x005c /* Packet Engine External Ring Status */
  54. #define SAFE_PE_IOTHRESH 0x0060 /* Packet Engine I/O Threshold */
  55. #define SAFE_PE_GRNGBASE 0x0064 /* Packet Engine Gather Ring Base */
  56. #define SAFE_PE_SRNGBASE 0x0068 /* Packet Engine Scatter Ring Base */
  57. #define SAFE_PE_PARTSIZE 0x006c /* Packet Engine Particlar Ring Size */
  58. #define SAFE_PE_PARTCFG 0x0070 /* Packet Engine Particle Ring Config */
  59. #define SAFE_CRYPTO_CTRL 0x0080 /* Crypto Control */
  60. #define SAFE_DEVID 0x0084 /* Device ID */
  61. #define SAFE_DEVINFO 0x0088 /* Device Info */
  62. #define SAFE_HU_STAT 0x00a0 /* Host Unmasked Status */
  63. #define SAFE_HM_STAT 0x00a4 /* Host Masked Status (read-only) */
  64. #define SAFE_HI_CLR 0x00a4 /* Host Clear Interrupt (write-only) */
  65. #define SAFE_HI_MASK 0x00a8 /* Host Mask Control */
  66. #define SAFE_HI_CFG 0x00ac /* Interrupt Configuration */
  67. #define SAFE_HI_RD_DESCR 0x00b4 /* Force Descriptor Read */
  68. #define SAFE_HI_DESC_CNT 0x00b8 /* Host Descriptor Done Count */
  69. #define SAFE_DMA_ENDIAN 0x00c0 /* Master Endian Status */
  70. #define SAFE_DMA_SRCADDR 0x00c4 /* DMA Source Address Status */
  71. #define SAFE_DMA_DSTADDR 0x00c8 /* DMA Destination Address Status */
  72. #define SAFE_DMA_STAT 0x00cc /* DMA Current Status */
  73. #define SAFE_DMA_CFG 0x00d4 /* DMA Configuration/Status */
  74. #define SAFE_ENDIAN 0x00e0 /* Endian Configuration */
  75. #define SAFE_PK_A_ADDR 0x0800 /* Public Key A Address */
  76. #define SAFE_PK_B_ADDR 0x0804 /* Public Key B Address */
  77. #define SAFE_PK_C_ADDR 0x0808 /* Public Key C Address */
  78. #define SAFE_PK_D_ADDR 0x080c /* Public Key D Address */
  79. #define SAFE_PK_A_LEN 0x0810 /* Public Key A Length */
  80. #define SAFE_PK_B_LEN 0x0814 /* Public Key B Length */
  81. #define SAFE_PK_SHIFT 0x0818 /* Public Key Shift */
  82. #define SAFE_PK_FUNC 0x081c /* Public Key Function */
  83. #define SAFE_PK_RAM_START 0x1000 /* Public Key RAM start address */
  84. #define SAFE_PK_RAM_END 0x1fff /* Public Key RAM end address */
  85. #define SAFE_RNG_OUT 0x0100 /* RNG Output */
  86. #define SAFE_RNG_STAT 0x0104 /* RNG Status */
  87. #define SAFE_RNG_CTRL 0x0108 /* RNG Control */
  88. #define SAFE_RNG_A 0x010c /* RNG A */
  89. #define SAFE_RNG_B 0x0110 /* RNG B */
  90. #define SAFE_RNG_X_LO 0x0114 /* RNG X [31:0] */
  91. #define SAFE_RNG_X_MID 0x0118 /* RNG X [63:32] */
  92. #define SAFE_RNG_X_HI 0x011c /* RNG X [80:64] */
  93. #define SAFE_RNG_X_CNTR 0x0120 /* RNG Counter */
  94. #define SAFE_RNG_ALM_CNT 0x0124 /* RNG Alarm Count */
  95. #define SAFE_RNG_CNFG 0x0128 /* RNG Configuration */
  96. #define SAFE_RNG_LFSR1_LO 0x012c /* RNG LFSR1 [31:0] */
  97. #define SAFE_RNG_LFSR1_HI 0x0130 /* RNG LFSR1 [47:32] */
  98. #define SAFE_RNG_LFSR2_LO 0x0134 /* RNG LFSR1 [31:0] */
  99. #define SAFE_RNG_LFSR2_HI 0x0138 /* RNG LFSR1 [47:32] */
  100. #define SAFE_PE_CSR_READY 0x00000001 /* ready for processing */
  101. #define SAFE_PE_CSR_DONE 0x00000002 /* h/w completed processing */
  102. #define SAFE_PE_CSR_LOADSA 0x00000004 /* load SA digests */
  103. #define SAFE_PE_CSR_HASHFINAL 0x00000010 /* do hash pad & write result */
  104. #define SAFE_PE_CSR_SABUSID 0x000000c0 /* bus id for SA */
  105. #define SAFE_PE_CSR_SAPCI 0x00000040 /* PCI bus id for SA */
  106. #define SAFE_PE_CSR_NXTHDR 0x0000ff00 /* next hdr value for IPsec */
  107. #define SAFE_PE_CSR_FPAD 0x0000ff00 /* fixed pad for basic ops */
  108. #define SAFE_PE_CSR_STATUS 0x00ff0000 /* operation result status */
  109. #define SAFE_PE_CSR_AUTH_FAIL 0x00010000 /* ICV mismatch (inbound) */
  110. #define SAFE_PE_CSR_PAD_FAIL 0x00020000 /* pad verify fail (inbound) */
  111. #define SAFE_PE_CSR_SEQ_FAIL 0x00040000 /* sequence number (inbound) */
  112. #define SAFE_PE_CSR_XERROR 0x00080000 /* extended error follows */
  113. #define SAFE_PE_CSR_XECODE 0x00f00000 /* extended error code */
  114. #define SAFE_PE_CSR_XECODE_S 20
  115. #define SAFE_PE_CSR_XECODE_BADCMD 0 /* invalid command */
  116. #define SAFE_PE_CSR_XECODE_BADALG 1 /* invalid algorithm */
  117. #define SAFE_PE_CSR_XECODE_ALGDIS 2 /* algorithm disabled */
  118. #define SAFE_PE_CSR_XECODE_ZEROLEN 3 /* zero packet length */
  119. #define SAFE_PE_CSR_XECODE_DMAERR 4 /* bus DMA error */
  120. #define SAFE_PE_CSR_XECODE_PIPEABORT 5 /* secondary bus DMA error */
  121. #define SAFE_PE_CSR_XECODE_BADSPI 6 /* IPsec SPI mismatch */
  122. #define SAFE_PE_CSR_XECODE_TIMEOUT 10 /* failsafe timeout */
  123. #define SAFE_PE_CSR_PAD 0xff000000 /* ESP padding control/status */
  124. #define SAFE_PE_CSR_PAD_MIN 0x00000000 /* minimum IPsec padding */
  125. #define SAFE_PE_CSR_PAD_16 0x08000000 /* pad to 16-byte boundary */
  126. #define SAFE_PE_CSR_PAD_32 0x10000000 /* pad to 32-byte boundary */
  127. #define SAFE_PE_CSR_PAD_64 0x20000000 /* pad to 64-byte boundary */
  128. #define SAFE_PE_CSR_PAD_128 0x40000000 /* pad to 128-byte boundary */
  129. #define SAFE_PE_CSR_PAD_256 0x80000000 /* pad to 256-byte boundary */
  130. /*
  131. * Check the CSR to see if the PE has returned ownership to
  132. * the host. Note that before processing a descriptor this
  133. * must be done followed by a check of the SAFE_PE_LEN register
  134. * status bits to avoid premature processing of a descriptor
  135. * on its way back to the host.
  136. */
  137. #define SAFE_PE_CSR_IS_DONE(_csr) \
  138. (((_csr) & (SAFE_PE_CSR_READY | SAFE_PE_CSR_DONE)) == SAFE_PE_CSR_DONE)
  139. #define SAFE_PE_LEN_LENGTH 0x000fffff /* total length (bytes) */
  140. #define SAFE_PE_LEN_READY 0x00400000 /* ready for processing */
  141. #define SAFE_PE_LEN_DONE 0x00800000 /* h/w completed processing */
  142. #define SAFE_PE_LEN_BYPASS 0xff000000 /* bypass offset (bytes) */
  143. #define SAFE_PE_LEN_BYPASS_S 24
  144. #define SAFE_PE_LEN_IS_DONE(_len) \
  145. (((_len) & (SAFE_PE_LEN_READY | SAFE_PE_LEN_DONE)) == SAFE_PE_LEN_DONE)
  146. /* NB: these apply to HU_STAT, HM_STAT, HI_CLR, and HI_MASK */
  147. #define SAFE_INT_PE_CDONE 0x00000002 /* PE context done */
  148. #define SAFE_INT_PE_DDONE 0x00000008 /* PE descriptor done */
  149. #define SAFE_INT_PE_ERROR 0x00000010 /* PE error */
  150. #define SAFE_INT_PE_ODONE 0x00000020 /* PE operation done */
  151. #define SAFE_HI_CFG_PULSE 0x00000001 /* use pulse interrupt */
  152. #define SAFE_HI_CFG_LEVEL 0x00000000 /* use level interrupt */
  153. #define SAFE_HI_CFG_AUTOCLR 0x00000002 /* auto-clear pulse interrupt */
  154. #define SAFE_ENDIAN_PASS 0x000000e4 /* straight pass-thru */
  155. #define SAFE_ENDIAN_SWAB 0x0000001b /* swap bytes in 32-bit word */
  156. #define SAFE_PE_DMACFG_PERESET 0x00000001 /* reset packet engine */
  157. #define SAFE_PE_DMACFG_PDRRESET 0x00000002 /* reset PDR counters/ptrs */
  158. #define SAFE_PE_DMACFG_SGRESET 0x00000004 /* reset scatter/gather cache */
  159. #define SAFE_PE_DMACFG_FSENA 0x00000008 /* enable failsafe reset */
  160. #define SAFE_PE_DMACFG_PEMODE 0x00000100 /* packet engine mode */
  161. #define SAFE_PE_DMACFG_SAPREC 0x00000200 /* SA precedes packet */
  162. #define SAFE_PE_DMACFG_PKFOLL 0x00000400 /* packet follows descriptor */
  163. #define SAFE_PE_DMACFG_GPRBID 0x00003000 /* gather particle ring busid */
  164. #define SAFE_PE_DMACFG_GPRPCI 0x00001000 /* PCI gather particle ring */
  165. #define SAFE_PE_DMACFG_SPRBID 0x0000c000 /* scatter part. ring busid */
  166. #define SAFE_PE_DMACFG_SPRPCI 0x00004000 /* PCI scatter part. ring */
  167. #define SAFE_PE_DMACFG_ESDESC 0x00010000 /* endian swap descriptors */
  168. #define SAFE_PE_DMACFG_ESSA 0x00020000 /* endian swap SA data */
  169. #define SAFE_PE_DMACFG_ESPACKET 0x00040000 /* endian swap packet data */
  170. #define SAFE_PE_DMACFG_ESPDESC 0x00080000 /* endian swap particle desc. */
  171. #define SAFE_PE_DMACFG_NOPDRUP 0x00100000 /* supp. PDR ownership update */
  172. #define SAFE_PD_EDMACFG_PCIMODE 0x01000000 /* PCI target mode */
  173. #define SAFE_PE_DMASTAT_PEIDONE 0x00000001 /* PE core input done */
  174. #define SAFE_PE_DMASTAT_PEODONE 0x00000002 /* PE core output done */
  175. #define SAFE_PE_DMASTAT_ENCDONE 0x00000004 /* encryption done */
  176. #define SAFE_PE_DMASTAT_IHDONE 0x00000008 /* inner hash done */
  177. #define SAFE_PE_DMASTAT_OHDONE 0x00000010 /* outer hash (HMAC) done */
  178. #define SAFE_PE_DMASTAT_PADFLT 0x00000020 /* crypto pad fault */
  179. #define SAFE_PE_DMASTAT_ICVFLT 0x00000040 /* ICV fault */
  180. #define SAFE_PE_DMASTAT_SPIMIS 0x00000080 /* SPI mismatch */
  181. #define SAFE_PE_DMASTAT_CRYPTO 0x00000100 /* crypto engine timeout */
  182. #define SAFE_PE_DMASTAT_CQACT 0x00000200 /* command queue active */
  183. #define SAFE_PE_DMASTAT_IRACT 0x00000400 /* input request active */
  184. #define SAFE_PE_DMASTAT_ORACT 0x00000800 /* output request active */
  185. #define SAFE_PE_DMASTAT_PEISIZE 0x003ff000 /* PE input size:32-bit words */
  186. #define SAFE_PE_DMASTAT_PEOSIZE 0xffc00000 /* PE out. size:32-bit words */
  187. #define SAFE_PE_RINGCFG_SIZE 0x000003ff /* ring size (descriptors) */
  188. #define SAFE_PE_RINGCFG_OFFSET 0xffff0000 /* offset btw desc's (dwords) */
  189. #define SAFE_PE_RINGCFG_OFFSET_S 16
  190. #define SAFE_PE_RINGPOLL_POLL 0x00000fff /* polling frequency/divisor */
  191. #define SAFE_PE_RINGPOLL_RETRY 0x03ff0000 /* polling frequency/divisor */
  192. #define SAFE_PE_RINGPOLL_CONT 0x80000000 /* continuously poll */
  193. #define SAFE_PE_IRNGSTAT_CQAVAIL 0x00000001 /* command queue available */
  194. #define SAFE_PE_ERNGSTAT_NEXT 0x03ff0000 /* index of next packet desc. */
  195. #define SAFE_PE_ERNGSTAT_NEXT_S 16
  196. #define SAFE_PE_IOTHRESH_INPUT 0x000003ff /* input threshold (dwords) */
  197. #define SAFE_PE_IOTHRESH_OUTPUT 0x03ff0000 /* output threshold (dwords) */
  198. #define SAFE_PE_PARTCFG_SIZE 0x0000ffff /* scatter particle size */
  199. #define SAFE_PE_PARTCFG_GBURST 0x00030000 /* gather particle burst */
  200. #define SAFE_PE_PARTCFG_GBURST_2 0x00000000
  201. #define SAFE_PE_PARTCFG_GBURST_4 0x00010000
  202. #define SAFE_PE_PARTCFG_GBURST_8 0x00020000
  203. #define SAFE_PE_PARTCFG_GBURST_16 0x00030000
  204. #define SAFE_PE_PARTCFG_SBURST 0x000c0000 /* scatter particle burst */
  205. #define SAFE_PE_PARTCFG_SBURST_2 0x00000000
  206. #define SAFE_PE_PARTCFG_SBURST_4 0x00040000
  207. #define SAFE_PE_PARTCFG_SBURST_8 0x00080000
  208. #define SAFE_PE_PARTCFG_SBURST_16 0x000c0000
  209. #define SAFE_PE_PARTSIZE_SCAT 0xffff0000 /* scatter particle ring size */
  210. #define SAFE_PE_PARTSIZE_GATH 0x0000ffff /* gather particle ring size */
  211. #define SAFE_CRYPTO_CTRL_3DES 0x00000001 /* enable 3DES support */
  212. #define SAFE_CRYPTO_CTRL_PKEY 0x00010000 /* enable public key support */
  213. #define SAFE_CRYPTO_CTRL_RNG 0x00020000 /* enable RNG support */
  214. #define SAFE_DEVINFO_REV_MIN 0x0000000f /* minor rev for chip */
  215. #define SAFE_DEVINFO_REV_MAJ 0x000000f0 /* major rev for chip */
  216. #define SAFE_DEVINFO_REV_MAJ_S 4
  217. #define SAFE_DEVINFO_DES 0x00000100 /* DES/3DES support present */
  218. #define SAFE_DEVINFO_ARC4 0x00000200 /* ARC4 support present */
  219. #define SAFE_DEVINFO_AES 0x00000400 /* AES support present */
  220. #define SAFE_DEVINFO_MD5 0x00001000 /* MD5 support present */
  221. #define SAFE_DEVINFO_SHA1 0x00002000 /* SHA-1 support present */
  222. #define SAFE_DEVINFO_RIPEMD 0x00004000 /* RIPEMD support present */
  223. #define SAFE_DEVINFO_DEFLATE 0x00010000 /* Deflate support present */
  224. #define SAFE_DEVINFO_SARAM 0x00100000 /* on-chip SA RAM present */
  225. #define SAFE_DEVINFO_EMIBUS 0x00200000 /* EMI bus present */
  226. #define SAFE_DEVINFO_PKEY 0x00400000 /* public key support present */
  227. #define SAFE_DEVINFO_RNG 0x00800000 /* RNG present */
  228. #define SAFE_REV(_maj, _min) (((_maj) << SAFE_DEVINFO_REV_MAJ_S) | (_min))
  229. #define SAFE_REV_MAJ(_chiprev) \
  230. (((_chiprev) & SAFE_DEVINFO_REV_MAJ) >> SAFE_DEVINFO_REV_MAJ_S)
  231. #define SAFE_REV_MIN(_chiprev) ((_chiprev) & SAFE_DEVINFO_REV_MIN)
  232. #define SAFE_PK_FUNC_MULT 0x00000001 /* Multiply function */
  233. #define SAFE_PK_FUNC_SQUARE 0x00000004 /* Square function */
  234. #define SAFE_PK_FUNC_ADD 0x00000010 /* Add function */
  235. #define SAFE_PK_FUNC_SUB 0x00000020 /* Subtract function */
  236. #define SAFE_PK_FUNC_LSHIFT 0x00000040 /* Left-shift function */
  237. #define SAFE_PK_FUNC_RSHIFT 0x00000080 /* Right-shift function */
  238. #define SAFE_PK_FUNC_DIV 0x00000100 /* Divide function */
  239. #define SAFE_PK_FUNC_CMP 0x00000400 /* Compare function */
  240. #define SAFE_PK_FUNC_COPY 0x00000800 /* Copy function */
  241. #define SAFE_PK_FUNC_EXP16 0x00002000 /* Exponentiate (4-bit ACT) */
  242. #define SAFE_PK_FUNC_EXP4 0x00004000 /* Exponentiate (2-bit ACT) */
  243. #define SAFE_PK_FUNC_RUN 0x00008000 /* start/status */
  244. #define SAFE_RNG_STAT_BUSY 0x00000001 /* busy, data not valid */
  245. #define SAFE_RNG_CTRL_PRE_LFSR 0x00000001 /* enable output pre-LFSR */
  246. #define SAFE_RNG_CTRL_TST_MODE 0x00000002 /* enable test mode */
  247. #define SAFE_RNG_CTRL_TST_RUN 0x00000004 /* start test state machine */
  248. #define SAFE_RNG_CTRL_ENA_RING1 0x00000008 /* test entropy oscillator #1 */
  249. #define SAFE_RNG_CTRL_ENA_RING2 0x00000010 /* test entropy oscillator #2 */
  250. #define SAFE_RNG_CTRL_DIS_ALARM 0x00000020 /* disable RNG alarm reports */
  251. #define SAFE_RNG_CTRL_TST_CLOCK 0x00000040 /* enable test clock */
  252. #define SAFE_RNG_CTRL_SHORTEN 0x00000080 /* shorten state timers */
  253. #define SAFE_RNG_CTRL_TST_ALARM 0x00000100 /* simulate alarm state */
  254. #define SAFE_RNG_CTRL_RST_LFSR 0x00000200 /* reset LFSR */
  255. /*
  256. * Packet engine descriptor. Note that d_csr is a copy of the
  257. * SAFE_PE_CSR register and all definitions apply, and d_len
  258. * is a copy of the SAFE_PE_LEN register and all definitions apply.
  259. * d_src and d_len may point directly to contiguous data or to a
  260. * list of ``particle descriptors'' when using scatter/gather i/o.
  261. */
  262. struct safe_desc {
  263. u_int32_t d_csr; /* per-packet control/status */
  264. u_int32_t d_src; /* source address */
  265. u_int32_t d_dst; /* destination address */
  266. u_int32_t d_sa; /* SA address */
  267. u_int32_t d_len; /* length, bypass, status */
  268. };
  269. /*
  270. * Scatter/Gather particle descriptor.
  271. *
  272. * NB: scatter descriptors do not specify a size; this is fixed
  273. * by the setting of the SAFE_PE_PARTCFG register.
  274. */
  275. struct safe_pdesc {
  276. u_int32_t pd_addr; /* particle address */
  277. #ifdef __BIG_ENDIAN
  278. u_int16_t pd_flags; /* control word */
  279. u_int16_t pd_size; /* particle size (bytes) */
  280. #else
  281. u_int16_t pd_flags; /* control word */
  282. u_int16_t pd_size; /* particle size (bytes) */
  283. #endif
  284. };
  285. #define SAFE_PD_READY 0x0001 /* ready for processing */
  286. #define SAFE_PD_DONE 0x0002 /* h/w completed processing */
  287. /*
  288. * Security Association (SA) Record (Rev 1). One of these is
  289. * required for each operation processed by the packet engine.
  290. */
  291. struct safe_sarec {
  292. u_int32_t sa_cmd0;
  293. u_int32_t sa_cmd1;
  294. u_int32_t sa_resv0;
  295. u_int32_t sa_resv1;
  296. u_int32_t sa_key[8]; /* DES/3DES/AES key */
  297. u_int32_t sa_indigest[5]; /* inner digest */
  298. u_int32_t sa_outdigest[5]; /* outer digest */
  299. u_int32_t sa_spi; /* SPI */
  300. u_int32_t sa_seqnum; /* sequence number */
  301. u_int32_t sa_seqmask[2]; /* sequence number mask */
  302. u_int32_t sa_resv2;
  303. u_int32_t sa_staterec; /* address of state record */
  304. u_int32_t sa_resv3[2];
  305. u_int32_t sa_samgmt0; /* SA management field 0 */
  306. u_int32_t sa_samgmt1; /* SA management field 0 */
  307. };
  308. #define SAFE_SA_CMD0_OP 0x00000007 /* operation code */
  309. #define SAFE_SA_CMD0_OP_CRYPT 0x00000000 /* encrypt/decrypt (basic) */
  310. #define SAFE_SA_CMD0_OP_BOTH 0x00000001 /* encrypt-hash/hash-decrypto */
  311. #define SAFE_SA_CMD0_OP_HASH 0x00000003 /* hash (outbound-only) */
  312. #define SAFE_SA_CMD0_OP_ESP 0x00000000 /* ESP in/out (proto) */
  313. #define SAFE_SA_CMD0_OP_AH 0x00000001 /* AH in/out (proto) */
  314. #define SAFE_SA_CMD0_INBOUND 0x00000008 /* inbound operation */
  315. #define SAFE_SA_CMD0_OUTBOUND 0x00000000 /* outbound operation */
  316. #define SAFE_SA_CMD0_GROUP 0x00000030 /* operation group */
  317. #define SAFE_SA_CMD0_BASIC 0x00000000 /* basic operation */
  318. #define SAFE_SA_CMD0_PROTO 0x00000010 /* protocol/packet operation */
  319. #define SAFE_SA_CMD0_BUNDLE 0x00000020 /* bundled operation (resvd) */
  320. #define SAFE_SA_CMD0_PAD 0x000000c0 /* crypto pad method */
  321. #define SAFE_SA_CMD0_PAD_IPSEC 0x00000000 /* IPsec padding */
  322. #define SAFE_SA_CMD0_PAD_PKCS7 0x00000040 /* PKCS#7 padding */
  323. #define SAFE_SA_CMD0_PAD_CONS 0x00000080 /* constant padding */
  324. #define SAFE_SA_CMD0_PAD_ZERO 0x000000c0 /* zero padding */
  325. #define SAFE_SA_CMD0_CRYPT_ALG 0x00000f00 /* symmetric crypto algorithm */
  326. #define SAFE_SA_CMD0_DES 0x00000000 /* DES crypto algorithm */
  327. #define SAFE_SA_CMD0_3DES 0x00000100 /* 3DES crypto algorithm */
  328. #define SAFE_SA_CMD0_AES 0x00000300 /* AES crypto algorithm */
  329. #define SAFE_SA_CMD0_CRYPT_NULL 0x00000f00 /* null crypto algorithm */
  330. #define SAFE_SA_CMD0_HASH_ALG 0x0000f000 /* hash algorithm */
  331. #define SAFE_SA_CMD0_MD5 0x00000000 /* MD5 hash algorithm */
  332. #define SAFE_SA_CMD0_SHA1 0x00001000 /* SHA-1 hash algorithm */
  333. #define SAFE_SA_CMD0_HASH_NULL 0x0000f000 /* null hash algorithm */
  334. #define SAFE_SA_CMD0_HDR_PROC 0x00080000 /* header processing */
  335. #define SAFE_SA_CMD0_IBUSID 0x00300000 /* input bus id */
  336. #define SAFE_SA_CMD0_IPCI 0x00100000 /* PCI input bus id */
  337. #define SAFE_SA_CMD0_OBUSID 0x00c00000 /* output bus id */
  338. #define SAFE_SA_CMD0_OPCI 0x00400000 /* PCI output bus id */
  339. #define SAFE_SA_CMD0_IVLD 0x03000000 /* IV loading */
  340. #define SAFE_SA_CMD0_IVLD_NONE 0x00000000 /* IV no load (reuse) */
  341. #define SAFE_SA_CMD0_IVLD_IBUF 0x01000000 /* IV load from input buffer */
  342. #define SAFE_SA_CMD0_IVLD_STATE 0x02000000 /* IV load from state */
  343. #define SAFE_SA_CMD0_HSLD 0x0c000000 /* hash state loading */
  344. #define SAFE_SA_CMD0_HSLD_SA 0x00000000 /* hash state load from SA */
  345. #define SAFE_SA_CMD0_HSLD_STATE 0x08000000 /* hash state load from state */
  346. #define SAFE_SA_CMD0_HSLD_NONE 0x0c000000 /* hash state no load */
  347. #define SAFE_SA_CMD0_SAVEIV 0x10000000 /* save IV */
  348. #define SAFE_SA_CMD0_SAVEHASH 0x20000000 /* save hash state */
  349. #define SAFE_SA_CMD0_IGATHER 0x40000000 /* input gather */
  350. #define SAFE_SA_CMD0_OSCATTER 0x80000000 /* output scatter */
  351. #define SAFE_SA_CMD1_HDRCOPY 0x00000002 /* copy header to output */
  352. #define SAFE_SA_CMD1_PAYCOPY 0x00000004 /* copy payload to output */
  353. #define SAFE_SA_CMD1_PADCOPY 0x00000008 /* copy pad to output */
  354. #define SAFE_SA_CMD1_IPV4 0x00000000 /* IPv4 protocol */
  355. #define SAFE_SA_CMD1_IPV6 0x00000010 /* IPv6 protocol */
  356. #define SAFE_SA_CMD1_MUTABLE 0x00000020 /* mutable bit processing */
  357. #define SAFE_SA_CMD1_SRBUSID 0x000000c0 /* state record bus id */
  358. #define SAFE_SA_CMD1_SRPCI 0x00000040 /* state record from PCI */
  359. #define SAFE_SA_CMD1_CRMODE 0x00000300 /* crypto mode */
  360. #define SAFE_SA_CMD1_ECB 0x00000000 /* ECB crypto mode */
  361. #define SAFE_SA_CMD1_CBC 0x00000100 /* CBC crypto mode */
  362. #define SAFE_SA_CMD1_OFB 0x00000200 /* OFB crypto mode */
  363. #define SAFE_SA_CMD1_CFB 0x00000300 /* CFB crypto mode */
  364. #define SAFE_SA_CMD1_CRFEEDBACK 0x00000c00 /* crypto feedback mode */
  365. #define SAFE_SA_CMD1_64BIT 0x00000000 /* 64-bit crypto feedback */
  366. #define SAFE_SA_CMD1_8BIT 0x00000400 /* 8-bit crypto feedback */
  367. #define SAFE_SA_CMD1_1BIT 0x00000800 /* 1-bit crypto feedback */
  368. #define SAFE_SA_CMD1_128BIT 0x00000c00 /* 128-bit crypto feedback */
  369. #define SAFE_SA_CMD1_OPTIONS 0x00001000 /* HMAC/options mutable bit */
  370. #define SAFE_SA_CMD1_HMAC SAFE_SA_CMD1_OPTIONS
  371. #define SAFE_SA_CMD1_SAREV1 0x00008000 /* SA Revision 1 */
  372. #define SAFE_SA_CMD1_OFFSET 0x00ff0000 /* hash/crypto offset(dwords) */
  373. #define SAFE_SA_CMD1_OFFSET_S 16
  374. #define SAFE_SA_CMD1_AESKEYLEN 0x0f000000 /* AES key length */
  375. #define SAFE_SA_CMD1_AES128 0x02000000 /* 128-bit AES key */
  376. #define SAFE_SA_CMD1_AES192 0x03000000 /* 192-bit AES key */
  377. #define SAFE_SA_CMD1_AES256 0x04000000 /* 256-bit AES key */
  378. /*
  379. * Security Associate State Record (Rev 1).
  380. */
  381. struct safe_sastate {
  382. u_int32_t sa_saved_iv[4]; /* saved IV (DES/3DES/AES) */
  383. u_int32_t sa_saved_hashbc; /* saved hash byte count */
  384. u_int32_t sa_saved_indigest[5]; /* saved inner digest */
  385. };
  386. #endif /* _SAFE_SAFEREG_H_ */