Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ef00eaca authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "dm: updating crypto algorithm used by dm-req-crypt"

parents 650072b3 4aab4933
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -657,7 +657,7 @@ static int req_crypt_ctr(struct dm_target *ti, unsigned int argc, char **argv)
	}

	/* Allocate the crypto alloc blk cipher and keep the handle */
	tfm = crypto_alloc_ablkcipher("xts(aes)", 0, 0);
	tfm = crypto_alloc_ablkcipher("qcom-xts(aes)", 0, 0);
	if (IS_ERR(tfm)) {
		DMERR("%s ablkcipher tfm allocation failed : error = %lu\n",
					 __func__, PTR_ERR(tfm));