Searched refs:fw6_pld (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/crypto/chelsio/
H A Dchcr_core.c152 struct cpl_fw6_pld *fw6_pld; local
156 fw6_pld = (struct cpl_fw6_pld *)input;
158 fw6_pld->data[1]);
161 ntohl(*(__be32 *)((unsigned char *)&fw6_pld->data[0] + 4));
H A Dchcr_algo.c176 struct cpl_fw6_pld *fw6_pld; local
179 fw6_pld = (struct cpl_fw6_pld *)input;
182 cmp = crypto_memneq(&fw6_pld->data[2], (fw6_pld + 1), authsize);
188 cmp = crypto_memneq(temp, (fw6_pld + 1), authsize);
1096 struct cpl_fw6_pld *fw6_pld, u8 *iv)
1117 memcpy(iv, &fw6_pld->data[2], AES_BLOCK_SIZE);
1130 struct cpl_fw6_pld *fw6_pld, u8 *iv)
1149 memcpy(iv, &fw6_pld->data[2], AES_BLOCK_SIZE);
1161 struct cpl_fw6_pld *fw6_pld local
1095 chcr_update_cipher_iv(struct skcipher_request *req, struct cpl_fw6_pld *fw6_pld, u8 *iv) argument
1129 chcr_final_cipher_iv(struct skcipher_request *req, struct cpl_fw6_pld *fw6_pld, u8 *iv) argument
[all...]

Completed in 127 milliseconds