|
@@ -481,7 +481,7 @@ static int mxs_dcp_aes_setkey(struct crypto_ablkcipher *tfm, const u8 *key,
|
|
|
|
|
|
static int mxs_dcp_aes_fallback_init(struct crypto_tfm *tfm)
|
|
|
{
|
|
|
- const char *name = tfm->__crt_alg->cra_name;
|
|
|
+ const char *name = crypto_tfm_alg_name(tfm);
|
|
|
const uint32_t flags = CRYPTO_ALG_ASYNC | CRYPTO_ALG_NEED_FALLBACK;
|
|
|
struct dcp_async_ctx *actx = crypto_tfm_ctx(tfm);
|
|
|
struct crypto_ablkcipher *blk;
|