Lines Matching refs:dg
789 u8 *dg = (u8 *)ctx + crypto_shash_descsize(pdesc->tfm) - bs;
792 memset(dg, 0, bs);
805 u8 *dg = (u8 *)ctx + crypto_shash_descsize(parent) - bs;
810 crypto_xor(dg + ctx->len, p, l);
816 crypto_cipher_encrypt_one(tfm, dg, dg);
831 u8 *dg = (u8 *)ctx + crypto_shash_descsize(parent) - bs;
834 crypto_cipher_encrypt_one(tfm, dg, dg);
836 memcpy(out, dg, bs);