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