Home
last modified time | relevance | path

Searched refs:hd1 (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
858 err = gcry_md_open(&hd1, GCRY_MD_MD5, 0); in ntfs_desx_key_expand()
864 gcry_md_write(hd1, src, 128 / 8); in ntfs_desx_key_expand()
866 err = gcry_md_copy(&hd2, hd1); in ntfs_desx_key_expand()
872 gcry_md_write(hd1, salt1, salt_len); in ntfs_desx_key_expand()
873 md = (u32*)gcry_md_read(hd1, 0); in ntfs_desx_key_expand()
883 gcry_md_close(hd1); in ntfs_desx_key_expand()

Completed in 3 milliseconds