Home
last modified time | relevance | path

Searched refs:cram_hmac_tfm (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/block/drbd/
H A Ddrbd_receiver.c881 if (connection->cram_hmac_tfm) { in conn_connect()
5192 crypto_shash_descsize(connection->cram_hmac_tfm), in drbd_do_auth()
5198 desc->tfm = connection->cram_hmac_tfm; in drbd_do_auth()
5200 rv = crypto_shash_setkey(connection->cram_hmac_tfm, (u8 *)secret, key_len); in drbd_do_auth()
5262 resp_size = crypto_shash_digestsize(connection->cram_hmac_tfm); in drbd_do_auth()
H A Ddrbd_int.h651 struct crypto_shash *cram_hmac_tfm; member
H A Ddrbd_main.c2446 crypto_free_shash(connection->cram_hmac_tfm); in conn_free_crypto()
2454 connection->cram_hmac_tfm = NULL; in conn_free_crypto()