Lines Matching refs:fw6_pld
180 struct cpl_fw6_pld *fw6_pld;
183 fw6_pld = (struct cpl_fw6_pld *)input;
186 cmp = crypto_memneq(&fw6_pld->data[2], (fw6_pld + 1), authsize);
192 cmp = crypto_memneq(temp, (fw6_pld + 1), authsize);
1103 struct cpl_fw6_pld *fw6_pld, u8 *iv)
1124 memcpy(iv, &fw6_pld->data[2], AES_BLOCK_SIZE);
1137 struct cpl_fw6_pld *fw6_pld, u8 *iv)
1156 memcpy(iv, &fw6_pld->data[2], AES_BLOCK_SIZE);
1168 struct cpl_fw6_pld *fw6_pld = (struct cpl_fw6_pld *)input;
1183 err = chcr_final_cipher_iv(req, fw6_pld, req->iv);
1199 err = chcr_update_cipher_iv(req, fw6_pld, reqctx->iv);