Home
last modified time | relevance | path

Searched refs:curr_blk (Results 1 – 1 of 1) sorted by relevance

/third_party/ntfs-3g/ntfsprogs/
Dntfsdecrypt.c894 u64 curr_blk; in ntfs_desx_decrypt() local
897 curr_blk = *(const u64*)inbuf; in ntfs_desx_decrypt()
898 *(u64*)outbuf = curr_blk ^ ctx->out_whitening; in ntfs_desx_decrypt()
903 ctx->prev_blk = curr_blk; in ntfs_desx_decrypt()