X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=lib%2Fcrypto_backend%2Fcipher_generic.c;h=b3a440798e0eddab0a1c1d7d57dc9e5d5f16e197;hb=6497abd1df88001eb1f45f7348534911b33d05b5;hp=bce36e0153d5aaa257f1d8c2eb23b06c952936e4;hpb=f7fc3bb4e50cce23dd95111b246b6e034537e2cf;p=platform%2Fupstream%2Fcryptsetup.git diff --git a/lib/crypto_backend/cipher_generic.c b/lib/crypto_backend/cipher_generic.c index bce36e0..b3a4407 100644 --- a/lib/crypto_backend/cipher_generic.c +++ b/lib/crypto_backend/cipher_generic.c @@ -1,8 +1,8 @@ /* * Linux kernel cipher generic utilities * - * Copyright (C) 2018-2021 Red Hat, Inc. All rights reserved. - * Copyright (C) 2018-2021 Milan Broz + * Copyright (C) 2018-2023 Red Hat, Inc. All rights reserved. + * Copyright (C) 2018-2023 Milan Broz * * This file is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -31,7 +31,6 @@ struct cipher_alg { bool wrapped_key; }; -/* FIXME: Getting block size should be dynamic from cipher backend. */ static const struct cipher_alg cipher_algs[] = { { "cipher_null", NULL, 16, false }, { "aes", NULL, 16, false },