Loading drivers/crypto/msm/qcrypto.c +3 −2 Original line number Diff line number Diff line /* Qualcomm Crypto driver * * Copyright (c) 2010-2015, The Linux Foundation. All rights reserved. * Copyright (c) 2010-2016, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -1605,6 +1605,7 @@ static void _qce_ahash_complete(void *cookie, unsigned char *digest, #endif if (digest) { memcpy(rctx->digest, digest, diglen); if (rctx->last_blk) memcpy(areq->result, digest, diglen); } if (authdata) { Loading Loading
drivers/crypto/msm/qcrypto.c +3 −2 Original line number Diff line number Diff line /* Qualcomm Crypto driver * * Copyright (c) 2010-2015, The Linux Foundation. All rights reserved. * Copyright (c) 2010-2016, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -1605,6 +1605,7 @@ static void _qce_ahash_complete(void *cookie, unsigned char *digest, #endif if (digest) { memcpy(rctx->digest, digest, diglen); if (rctx->last_blk) memcpy(areq->result, digest, diglen); } if (authdata) { Loading