diff options
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/drbg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/drbg.c b/crypto/drbg.c index dba5ed2f83b6..2a7860f73288 100644 --- a/crypto/drbg.c +++ b/crypto/drbg.c | |||
@@ -1761,7 +1761,7 @@ static int drbg_kcapi_init(struct crypto_tfm *tfm) | |||
1761 | bool pr = false; | 1761 | bool pr = false; |
1762 | int coreref = 0; | 1762 | int coreref = 0; |
1763 | 1763 | ||
1764 | drbg_convert_tfm_core(crypto_tfm_alg_name(tfm), &coreref, &pr); | 1764 | drbg_convert_tfm_core(crypto_tfm_alg_driver_name(tfm), &coreref, &pr); |
1765 | /* | 1765 | /* |
1766 | * when personalization string is needed, the caller must call reset | 1766 | * when personalization string is needed, the caller must call reset |
1767 | * and provide the personalization string as seed information | 1767 | * and provide the personalization string as seed information |