Home
last modified time | relevance | path

Searched refs:csums_tfm (Results 1 – 5 of 5) sorted by relevance

/drivers/block/drbd/
Ddrbd_worker.c357 digest_size = crypto_shash_digestsize(peer_device->connection->csums_tfm); in w_e_send_csum()
362 drbd_csum_ee(peer_device->connection->csums_tfm, peer_req, digest); in w_e_send_csum()
1194 if (peer_device->connection->csums_tfm) { in w_e_end_csum_rs_req()
1195 digest_size = crypto_shash_digestsize(peer_device->connection->csums_tfm); in w_e_end_csum_rs_req()
1200 drbd_csum_ee(peer_device->connection->csums_tfm, peer_req, digest); in w_e_end_csum_rs_req()
1719 connection->csums_tfm && /* configured? */ in use_checksum_based_resync()
Ddrbd_nl.c2369 struct crypto_shash *csums_tfm; member
2395 rv = alloc_shash(&crypto->csums_tfm, new_net_conf->csums_alg, in alloc_crypto()
2422 crypto_free_shash(crypto->csums_tfm); in free_crypto()
2500 crypto_free_shash(connection->csums_tfm); in drbd_adm_net_opts()
2501 connection->csums_tfm = crypto.csums_tfm; in drbd_adm_net_opts()
2502 crypto.csums_tfm = NULL; in drbd_adm_net_opts()
2665 connection->csums_tfm = crypto.csums_tfm; in drbd_adm_connect()
Ddrbd_receiver.c3885 struct crypto_shash *csums_tfm = NULL; in receive_SyncParam() local
3995 csums_tfm = drbd_crypto_alloc_digest_safe(device, in receive_SyncParam()
3997 if (IS_ERR(csums_tfm)) { in receive_SyncParam()
3998 csums_tfm = NULL; in receive_SyncParam()
4020 if (verify_tfm || csums_tfm) { in receive_SyncParam()
4036 if (csums_tfm) { in receive_SyncParam()
4039 crypto_free_shash(peer_device->connection->csums_tfm); in receive_SyncParam()
4040 peer_device->connection->csums_tfm = csums_tfm; in receive_SyncParam()
4083 crypto_free_shash(csums_tfm); in receive_SyncParam()
Ddrbd_main.c2569 crypto_free_shash(connection->csums_tfm); in conn_free_crypto()
2577 connection->csums_tfm = NULL; in conn_free_crypto()
Ddrbd_int.h722 struct crypto_shash *csums_tfm; member