|
@@ -386,7 +386,7 @@ static int safexcel_cipher_exit_inv(struct crypto_tfm *tfm)
|
|
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
|
|
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
|
|
struct safexcel_crypto_priv *priv = ctx->priv;
|
|
struct safexcel_crypto_priv *priv = ctx->priv;
|
|
struct skcipher_request req;
|
|
struct skcipher_request req;
|
|
- struct safexcel_inv_result result = { 0 };
|
|
|
|
|
|
+ struct safexcel_inv_result result = {};
|
|
int ring = ctx->base.ring;
|
|
int ring = ctx->base.ring;
|
|
|
|
|
|
memset(&req, 0, sizeof(struct skcipher_request));
|
|
memset(&req, 0, sizeof(struct skcipher_request));
|