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

/netbsd-6-1-5-RELEASE/sys/dev/pci/n8/common/api/commands/
H A Dn8_cb_dsa.c108 PK_CMD_BLOCK_t *math_wr_ptr = NULL; local
155 math_wr_ptr = (PK_CMD_BLOCK_t *) (ldst_wr_ptr + 1);
156 math_wr_ptr->opcode_si = PK_Cmd_R_Mod_M;
157 math_wr_ptr->r_offset = slot3;
158 math_wr_ptr->m_length_offset = (PK_DSA_P_BNC_Length(modulusDigits) <<
166 math_wr_ptr = (PK_CMD_BLOCK_t *) (math_wr_ptr + 1);
167 math_wr_ptr->opcode_si = PK_Cmd_AB_Mod_M;
168 math_wr_ptr->r_offset = slot0;
169 math_wr_ptr
232 PK_RSA_CMD_BLOCK_t *math_wr_ptr = NULL; local
387 PK_CMD_BLOCK_t *math_wr_ptr = NULL; local
[all...]
H A Dn8_cb_rsa.c151 PK_CMD_BLOCK_t *math_wr_ptr; local
191 math_wr_ptr = (PK_CMD_BLOCK_t *) (ldst_wr_ptr + 1);
192 math_wr_ptr->opcode_si = PK_Cmd_Inverse_A_Mod_M;
193 math_wr_ptr->r_offset = offset[2];
194 math_wr_ptr->m_length_offset =
196 math_wr_ptr->a_length_offset =
202 ldst_wr_ptr = (PK_LDST_CMD_BLOCK_t *) (math_wr_ptr + 1);
258 PK_CMD_BLOCK_t *math_wr_ptr; local
309 math_wr_ptr = (PK_CMD_BLOCK_t *) (ldst_wr_ptr + 1);
310 math_wr_ptr
384 PK_CMD_BLOCK_t *math_wr_ptr; local
509 PK_CMD_BLOCK_t *math_wr_ptr; local
566 PK_CMD_BLOCK_t *math_wr_ptr; local
736 PK_CMD_BLOCK_t *math_wr_ptr; local
936 PK_CMD_BLOCK_t *math_wr_ptr = NULL; local
1227 PK_CMD_BLOCK_t *math_wr_ptr; local
[all...]
H A Dn8_cb_dh.c125 PK_CMD_BLOCK_t *math_wr_ptr; local
181 math_wr_ptr = (PK_CMD_BLOCK_t *) (ldst_wr_ptr + 1);
182 math_wr_ptr->opcode_si = PK_Cmd_AB_Mod_M;
183 math_wr_ptr->r_offset = slot[0];
184 math_wr_ptr->m_length_offset = (keyDigits << PK_Cmd_Length_Shift) | slot[3];
185 math_wr_ptr->a_length_offset = (keyDigits << PK_Cmd_Length_Shift) | slot[1];
186 math_wr_ptr->b_length_offset = (keyDigits << PK_Cmd_Length_Shift) | slot[2];
189 ldst_wr_ptr = (PK_LDST_CMD_BLOCK_t *) (math_wr_ptr + 1);
252 PK_CMD_BLOCK_t *math_wr_ptr = NULL; local
297 math_wr_ptr
391 PK_CMD_BLOCK_t *math_wr_ptr = NULL; local
[all...]
H A Dn8_cb_pk_ops.c109 PK_CMD_BLOCK_t *math_wr_ptr; local
166 math_wr_ptr = (PK_CMD_BLOCK_t *) (ldst_wr_ptr + 1);
167 math_wr_ptr->opcode_si = shifted_opcode;
168 math_wr_ptr->a_length_offset =
170 math_wr_ptr->b_length_offset =
172 math_wr_ptr->m_length_offset =
174 math_wr_ptr->r_offset = offset[3];
177 ldst_wr_ptr = (PK_LDST_CMD_BLOCK_t *) (math_wr_ptr + 1);

Completed in 113 milliseconds