Home
last modified time | relevance | path

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

/third_party/ntfs-3g/ntfsprogs/
H A Dntfsdecrypt.c854 gcry_md_hd_t hd1, hd2; in ntfs_desx_key_expand() local
866 err = gcry_md_copy(&hd2, hd1); in ntfs_desx_key_expand()
877 gcry_md_write(hd2, salt2, salt_len); in ntfs_desx_key_expand()
878 md = (u32*)gcry_md_read(hd2, 0); in ntfs_desx_key_expand()
881 gcry_md_close(hd2); in ntfs_desx_key_expand()

Completed in 3 milliseconds