Home
last modified time | relevance | path

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

/linux/crypto/
H A Dhctr2.c38 struct crypto_skcipher_spawn xctr_spawn; member
282 xctr = crypto_spawn_skcipher(&ictx->xctr_spawn); in hctr2_init_tfm()
321 crypto_drop_skcipher(&ictx->xctr_spawn); in hctr2_free_instance()
347 err = crypto_grab_skcipher(&ictx->xctr_spawn, in hctr2_create_common()
352 xctr_alg = crypto_spawn_skcipher_alg_common(&ictx->xctr_spawn); in hctr2_create_common()