[go: nahoru, domu]

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

/drivers/block/drbd/
H A Ddrbd_worker.c357 digest_size = crypto_hash_digestsize(peer_device->connection->csums_tfm);
362 drbd_csum_ee(peer_device->connection->csums_tfm, peer_req, digest);
1132 if (peer_device->connection->csums_tfm) {
1133 digest_size = crypto_hash_digestsize(peer_device->connection->csums_tfm);
1138 drbd_csum_ee(peer_device->connection->csums_tfm, peer_req, digest);
1638 connection->csums_tfm && /* configured? */
H A Ddrbd_nl.c2069 struct crypto_hash *csums_tfm; member in struct:crypto
2095 rv = alloc_hash(&crypto->csums_tfm, new_net_conf->csums_alg,
2122 crypto_free_hash(crypto->csums_tfm);
2200 crypto_free_hash(connection->csums_tfm);
2201 connection->csums_tfm = crypto.csums_tfm;
2202 crypto.csums_tfm = NULL;
2342 connection->csums_tfm = crypto.csums_tfm;
H A Ddrbd_receiver.c3507 struct crypto_hash *csums_tfm = NULL; local
3617 csums_tfm = drbd_crypto_alloc_digest_safe(device,
3619 if (IS_ERR(csums_tfm)) {
3620 csums_tfm = NULL;
3642 if (verify_tfm || csums_tfm) {
3658 if (csums_tfm) {
3661 crypto_free_hash(peer_device->connection->csums_tfm);
3662 peer_device->connection->csums_tfm = csums_tfm;
3704 * as this is not reached if csums_tfm wa
[all...]
H A Ddrbd_int.h742 struct crypto_hash *csums_tfm; member in struct:drbd_connection
H A Ddrbd_main.c2510 crypto_free_hash(connection->csums_tfm);
2518 connection->csums_tfm = NULL;

Completed in 57 milliseconds