Lines Matching refs:mpa_crc_hd
251 if (c_tx->mpa_crc_hd && in siw_qp_prepare_tx()
252 crypto_shash_digest(c_tx->mpa_crc_hd, (u8 *)&c_tx->pkt, in siw_qp_prepare_tx()
485 crypto_shash_update(c_tx->mpa_crc_hd, in siw_tx_hdt()
520 c_tx->mpa_crc_hd, in siw_tx_hdt()
525 crypto_shash_update(c_tx->mpa_crc_hd, in siw_tx_hdt()
540 c_tx->mpa_crc_hd, in siw_tx_hdt()
579 crypto_shash_update(c_tx->mpa_crc_hd, in siw_tx_hdt()
583 if (!c_tx->mpa_crc_hd) in siw_tx_hdt()
586 crypto_shash_final(c_tx->mpa_crc_hd, (u8 *)&c_tx->trailer.crc); in siw_tx_hdt()
739 if (c_tx->mpa_crc_hd) { in siw_prepare_fpdu()
740 crypto_shash_init(c_tx->mpa_crc_hd); in siw_prepare_fpdu()
741 crypto_shash_update(c_tx->mpa_crc_hd, (u8 *)&c_tx->pkt, in siw_prepare_fpdu()