Searched refs:blockcipher_spawn (Results 1 - 2 of 2) sorted by relevance

/linux-master/crypto/
H A Dhctr2.c38 struct crypto_cipher_spawn blockcipher_spawn; member in struct:hctr2_instance_ctx
349 blockcipher = crypto_spawn_cipher(&ictx->blockcipher_spawn);
398 crypto_drop_cipher(&ictx->blockcipher_spawn);
448 err = crypto_grab_cipher(&ictx->blockcipher_spawn,
453 blockcipher_alg = crypto_spawn_cipher_alg(&ictx->blockcipher_spawn);
H A Dadiantum.c66 struct crypto_cipher_spawn blockcipher_spawn; member in struct:adiantum_instance_ctx
442 blockcipher = crypto_spawn_cipher(&ictx->blockcipher_spawn);
493 crypto_drop_cipher(&ictx->blockcipher_spawn);
551 err = crypto_grab_cipher(&ictx->blockcipher_spawn,
556 blockcipher_alg = crypto_spawn_cipher_alg(&ictx->blockcipher_spawn);

Completed in 132 milliseconds