Lines Matching refs:fw6_pld
181 struct cpl_fw6_pld *fw6_pld; in chcr_verify_tag() local
184 fw6_pld = (struct cpl_fw6_pld *)input; in chcr_verify_tag()
187 cmp = crypto_memneq(&fw6_pld->data[2], (fw6_pld + 1), authsize); in chcr_verify_tag()
193 cmp = crypto_memneq(temp, (fw6_pld + 1), authsize); in chcr_verify_tag()
1036 struct cpl_fw6_pld *fw6_pld, u8 *iv) in chcr_update_cipher_iv() argument
1057 memcpy(iv, &fw6_pld->data[2], AES_BLOCK_SIZE); in chcr_update_cipher_iv()
1070 struct cpl_fw6_pld *fw6_pld, u8 *iv) in chcr_final_cipher_iv() argument
1085 memcpy(iv, &fw6_pld->data[2], AES_BLOCK_SIZE); in chcr_final_cipher_iv()
1099 struct cpl_fw6_pld *fw6_pld = (struct cpl_fw6_pld *)input; in chcr_handle_cipher_resp() local
1109 err = chcr_final_cipher_iv(req, fw6_pld, req->info); in chcr_handle_cipher_resp()
1125 err = chcr_update_cipher_iv(req, fw6_pld, reqctx->iv); in chcr_handle_cipher_resp()