Home
last modified time | relevance | path

Searched refs:prev_blk (Results 1 - 1 of 1) sorted by relevance

/third_party/ntfs-3g/ntfsprogs/
H A Dntfsdecrypt.c110 u64 prev_blk; member
902 *(u64*)outbuf ^= ctx->in_whitening ^ ctx->prev_blk; in ntfs_desx_decrypt()
903 ctx->prev_blk = curr_blk; in ntfs_desx_decrypt()
916 *(u64*)outbuf = *(const u64*)inbuf ^ ctx->in_whitening ^ ctx->prev_blk; in ntfs_desx_encrypt()
921 ctx->prev_blk = *(u64*)outbuf; in ntfs_desx_encrypt()
1295 fek->desx_ctx.prev_blk = 0; in ntfs_fek_decrypt_sector()
1346 fek->desx_ctx.prev_blk = 0; in ntfs_fek_encrypt_sector()

Completed in 3 milliseconds