blockcipher        72 crypto/adiantum.c 	struct crypto_cipher *blockcipher;
blockcipher       163 crypto/adiantum.c 	crypto_cipher_clear_flags(tctx->blockcipher, CRYPTO_TFM_REQ_MASK);
blockcipher       164 crypto/adiantum.c 	crypto_cipher_set_flags(tctx->blockcipher,
blockcipher       167 crypto/adiantum.c 	err = crypto_cipher_setkey(tctx->blockcipher, keyp,
blockcipher       170 crypto/adiantum.c 				  crypto_cipher_get_flags(tctx->blockcipher) &
blockcipher       301 crypto/adiantum.c 		crypto_cipher_decrypt_one(tctx->blockcipher, rctx->rbuf.bytes,
blockcipher       361 crypto/adiantum.c 		crypto_cipher_encrypt_one(tctx->blockcipher, rctx->rbuf.bytes,
blockcipher       411 crypto/adiantum.c 	struct crypto_cipher *blockcipher;
blockcipher       420 crypto/adiantum.c 	blockcipher = crypto_spawn_cipher(&ictx->blockcipher_spawn);
blockcipher       421 crypto/adiantum.c 	if (IS_ERR(blockcipher)) {
blockcipher       422 crypto/adiantum.c 		err = PTR_ERR(blockcipher);
blockcipher       433 crypto/adiantum.c 	tctx->blockcipher = blockcipher;
blockcipher       451 crypto/adiantum.c 	crypto_free_cipher(blockcipher);
blockcipher       462 crypto/adiantum.c 	crypto_free_cipher(tctx->blockcipher);