crypto: ccm - use local variables instead of indirect references
authorTianjia Zhang <tianjia.zhang@linux.alibaba.com>
Mon, 26 Sep 2022 09:14:21 +0000 (17:14 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 21 Oct 2022 11:05:23 +0000 (19:05 +0800)
commitad981647dbe1ea91071b9783dd62d74e22c6d955
tree8d64cf3d5e8222c1659b8d18e0f704f91a864f35
parentee1537fe3dd89860d0336563891f6cac707d0cb5
crypto: ccm - use local variables instead of indirect references

The variable odata has been introduced into the function scope as
a variable and should be used directly.

Signed-off-by: Tianjia Zhang <tianjia.zhang@linux.alibaba.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/ccm.c