Home
last modified time | relevance | path

Searched refs:out_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()
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()
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