Home
last modified time | relevance | path

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

/Linux-v5.10/crypto/
Dadiantum.c71 struct crypto_cipher *blockcipher; member
159 crypto_cipher_clear_flags(tctx->blockcipher, CRYPTO_TFM_REQ_MASK); in adiantum_setkey()
160 crypto_cipher_set_flags(tctx->blockcipher, in adiantum_setkey()
163 err = crypto_cipher_setkey(tctx->blockcipher, keyp, in adiantum_setkey()
292 crypto_cipher_decrypt_one(tctx->blockcipher, rctx->rbuf.bytes, in adiantum_finish()
352 crypto_cipher_encrypt_one(tctx->blockcipher, rctx->rbuf.bytes, in adiantum_crypt()
402 struct crypto_cipher *blockcipher; in adiantum_init_tfm() local
411 blockcipher = crypto_spawn_cipher(&ictx->blockcipher_spawn); in adiantum_init_tfm()
412 if (IS_ERR(blockcipher)) { in adiantum_init_tfm()
413 err = PTR_ERR(blockcipher); in adiantum_init_tfm()
[all …]