Home
last modified time | relevance | path

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

/third_party/ntfs-3g/ntfsprogs/
H A Dntfsdecrypt.c108 u64 in_whitening, out_whitening; member
849 u64 *out_whitening, u64 *in_whitening) in ntfs_desx_key_expand()
880 *in_whitening = *(u64*)(md + 2); in ntfs_desx_key_expand()
902 *(u64*)outbuf ^= ctx->in_whitening ^ ctx->prev_blk; in ntfs_desx_decrypt()
916 *(u64*)outbuf = *(const u64*)inbuf ^ ctx->in_whitening ^ ctx->prev_blk; in ntfs_desx_encrypt()
1127 &ctx->out_whitening, &ctx->in_whitening); in ntfs_fek_import_from_raw()
848 ntfs_desx_key_expand(const u8 *src, u32 *des_key, u64 *out_whitening, u64 *in_whitening) ntfs_desx_key_expand() argument

Completed in 3 milliseconds