Home
last modified time | relevance | path

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

/third_party/ntfs-3g/ntfsprogs/
H A Dntfsdecrypt.c842 * ntfs_desx_key_expand - expand a 128-bit desx key to the needed 192-bit key
848 static gcry_error_t ntfs_desx_key_expand(const u8 *src, u32 *des_key, in ntfs_desx_key_expand() function
956 err = ntfs_desx_key_expand(known_desx_on_disk_key, test_des_key.u32, in ntfs_desx_key_expand_test()
966 ntfs_log_error("Testing whether ntfs_desx_key_expand() works: %s\n", in ntfs_desx_key_expand_test()
1126 err = ntfs_desx_key_expand(fek->key_data, (u32*)ctx->des_key, in ntfs_fek_import_from_raw()

Completed in 2 milliseconds