提交 e493b31a 编写于 作者: R Randy Dunlap 提交者: Herbert Xu

crypto: testmgr - delete duplicated words

Delete the doubled word "from" in multiple places.
Signed-off-by: NRandy Dunlap <rdunlap@infradead.org>
Cc: Herbert Xu <herbert@gondor.apana.org.au>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: linux-crypto@vger.kernel.org
Signed-off-by: NHerbert Xu <herbert@gondor.apana.org.au>
上级 9332a9e7
...@@ -3916,7 +3916,7 @@ static const struct hash_testvec hmac_sm3_tv_template[] = { ...@@ -3916,7 +3916,7 @@ static const struct hash_testvec hmac_sm3_tv_template[] = {
}; };
/* /*
* SHA1 test vectors from from FIPS PUB 180-1 * SHA1 test vectors from FIPS PUB 180-1
* Long vector from CAVS 5.0 * Long vector from CAVS 5.0
*/ */
static const struct hash_testvec sha1_tv_template[] = { static const struct hash_testvec sha1_tv_template[] = {
...@@ -4103,7 +4103,7 @@ static const struct hash_testvec sha1_tv_template[] = { ...@@ -4103,7 +4103,7 @@ static const struct hash_testvec sha1_tv_template[] = {
/* /*
* SHA224 test vectors from from FIPS PUB 180-2 * SHA224 test vectors from FIPS PUB 180-2
*/ */
static const struct hash_testvec sha224_tv_template[] = { static const struct hash_testvec sha224_tv_template[] = {
{ {
...@@ -4273,7 +4273,7 @@ static const struct hash_testvec sha224_tv_template[] = { ...@@ -4273,7 +4273,7 @@ static const struct hash_testvec sha224_tv_template[] = {
}; };
/* /*
* SHA256 test vectors from from NIST * SHA256 test vectors from NIST
*/ */
static const struct hash_testvec sha256_tv_template[] = { static const struct hash_testvec sha256_tv_template[] = {
{ {
...@@ -4442,7 +4442,7 @@ static const struct hash_testvec sha256_tv_template[] = { ...@@ -4442,7 +4442,7 @@ static const struct hash_testvec sha256_tv_template[] = {
}; };
/* /*
* SHA384 test vectors from from NIST and kerneli * SHA384 test vectors from NIST and kerneli
*/ */
static const struct hash_testvec sha384_tv_template[] = { static const struct hash_testvec sha384_tv_template[] = {
{ {
...@@ -4632,7 +4632,7 @@ static const struct hash_testvec sha384_tv_template[] = { ...@@ -4632,7 +4632,7 @@ static const struct hash_testvec sha384_tv_template[] = {
}; };
/* /*
* SHA512 test vectors from from NIST and kerneli * SHA512 test vectors from NIST and kerneli
*/ */
static const struct hash_testvec sha512_tv_template[] = { static const struct hash_testvec sha512_tv_template[] = {
{ {
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册