Searched refs:odigest (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/crypto/
H A Datmel-aes.c1881 u32 idigest[SHA512_DIGEST_SIZE / sizeof(u32)], *odigest = rctx->digest; local
1892 scatterwalk_map_and_copy(odigest, req->dst, offs, authsize, 1);
1895 if (crypto_memneq(idigest, odigest, authsize))

Completed in 153 milliseconds