|
@@ -193,6 +193,7 @@ static struct shash_alg sha512_algs[2] = { {
|
|
|
.base = {
|
|
|
.cra_name = "sha512",
|
|
|
.cra_driver_name = "sha512-generic",
|
|
|
+ .cra_priority = 100,
|
|
|
.cra_flags = CRYPTO_ALG_TYPE_SHASH,
|
|
|
.cra_blocksize = SHA512_BLOCK_SIZE,
|
|
|
.cra_module = THIS_MODULE,
|
|
@@ -207,6 +208,7 @@ static struct shash_alg sha512_algs[2] = { {
|
|
|
.base = {
|
|
|
.cra_name = "sha384",
|
|
|
.cra_driver_name = "sha384-generic",
|
|
|
+ .cra_priority = 100,
|
|
|
.cra_flags = CRYPTO_ALG_TYPE_SHASH,
|
|
|
.cra_blocksize = SHA384_BLOCK_SIZE,
|
|
|
.cra_module = THIS_MODULE,
|