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

/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dcrypto.c661 * ntfs_desx_key_expand - expand a 128-bit desx key to the needed 192-bit key
667 static gcry_error_t ntfs_desx_key_expand(const u8 *src, u32 *des_key, function
732 err = ntfs_desx_key_expand(key, (u32*)des_key, &ctx->out_whitening,
816 err = ntfs_desx_key_expand(known_desx_on_disk_key, test_des_key.u32,
826 ntfs_log_error("Testing whether ntfs_desx_key_expand() works: %s\n",

Completed in 17 milliseconds