Home
last modified time | relevance | path

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

/third_party/ntfs-3g/ntfsprogs/
Dntfsdecrypt.c108 u64 in_whitening, out_whitening; member
849 u64 *out_whitening, u64 *in_whitening) in ntfs_desx_key_expand() argument
879 *out_whitening = *(u64*)md; in ntfs_desx_key_expand()
898 *(u64*)outbuf = curr_blk ^ ctx->out_whitening; in ntfs_desx_decrypt()
920 *(u64*)outbuf ^= ctx->out_whitening; in ntfs_desx_encrypt()
1127 &ctx->out_whitening, &ctx->in_whitening); in ntfs_fek_import_from_raw()