Searched refs:cram_hmac_tfm (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/block/drbd/
H A Ddrbd_nl.c2298 struct crypto_shash *cram_hmac_tfm; member in struct:crypto
2339 rv = alloc_shash(&crypto->cram_hmac_tfm, hmac_name,
2348 crypto_free_shash(crypto->cram_hmac_tfm);
2444 crypto_free_shash(connection->cram_hmac_tfm);
2445 connection->cram_hmac_tfm = crypto.cram_hmac_tfm;
2591 connection->cram_hmac_tfm = crypto.cram_hmac_tfm;
H A Ddrbd_receiver.c1069 if (connection->cram_hmac_tfm) {
5386 crypto_shash_descsize(connection->cram_hmac_tfm),
5392 desc->tfm = connection->cram_hmac_tfm;
5394 rv = crypto_shash_setkey(connection->cram_hmac_tfm, (u8 *)secret, key_len);
5456 resp_size = crypto_shash_digestsize(connection->cram_hmac_tfm);
H A Ddrbd_int.h651 struct crypto_shash *cram_hmac_tfm; member in struct:drbd_connection
H A Ddrbd_main.c2480 crypto_free_shash(connection->cram_hmac_tfm);
2488 connection->cram_hmac_tfm = NULL;

Completed in 148 milliseconds