siw_crypto_shash  517 drivers/infiniband/sw/siw/siw.h extern struct crypto_shash *siw_crypto_shash;
siw_crypto_shash   61 drivers/infiniband/sw/siw/siw_main.c struct crypto_shash *siw_crypto_shash;
siw_crypto_shash  600 drivers/infiniband/sw/siw/siw_main.c 	siw_crypto_shash = crypto_alloc_shash("crc32c", 0, 0);
siw_crypto_shash  601 drivers/infiniband/sw/siw/siw_main.c 	if (IS_ERR(siw_crypto_shash)) {
siw_crypto_shash  603 drivers/infiniband/sw/siw/siw_main.c 			PTR_ERR(siw_crypto_shash));
siw_crypto_shash  604 drivers/infiniband/sw/siw/siw_main.c 		siw_crypto_shash = NULL;
siw_crypto_shash  626 drivers/infiniband/sw/siw/siw_main.c 	if (siw_crypto_shash)
siw_crypto_shash  627 drivers/infiniband/sw/siw/siw_main.c 		crypto_free_shash(siw_crypto_shash);
siw_crypto_shash  655 drivers/infiniband/sw/siw/siw_main.c 	if (siw_crypto_shash)
siw_crypto_shash  656 drivers/infiniband/sw/siw/siw_main.c 		crypto_free_shash(siw_crypto_shash);
siw_crypto_shash  232 drivers/infiniband/sw/siw/siw_qp.c 	if (siw_crypto_shash == NULL)
siw_crypto_shash  235 drivers/infiniband/sw/siw/siw_qp.c 	size = crypto_shash_descsize(siw_crypto_shash) +
siw_crypto_shash  247 drivers/infiniband/sw/siw/siw_qp.c 	c_tx->mpa_crc_hd->tfm = siw_crypto_shash;
siw_crypto_shash  248 drivers/infiniband/sw/siw/siw_qp.c 	c_rx->mpa_crc_hd->tfm = siw_crypto_shash;