Lines Matching defs:u64
108 u64 in_whitening, out_whitening;
110 u64 prev_blk;
849 u64 *out_whitening, u64 *in_whitening)
879 *out_whitening = *(u64*)md;
880 *in_whitening = *(u64*)(md + 2);
894 u64 curr_blk;
897 curr_blk = *(const u64*)inbuf;
898 *(u64*)outbuf = curr_blk ^ ctx->out_whitening;
902 *(u64*)outbuf ^= ctx->in_whitening ^ ctx->prev_blk;
916 *(u64*)outbuf = *(const u64*)inbuf ^ ctx->in_whitening ^ ctx->prev_blk;
920 *(u64*)outbuf ^= ctx->out_whitening;
921 ctx->prev_blk = *(u64*)outbuf;
948 u64 test_out_whitening, test_in_whitening;
950 u64 u64;
961 res = test_des_key.u64 == *(u64*)known_des_key &&
963 *(u64*)known_out_whitening &&
965 *(u64*)known_in_whitening;
1276 static int ntfs_fek_decrypt_sector(ntfs_fek *fek, u8 *data, const u64 offset)
1319 static int ntfs_fek_encrypt_sector(ntfs_fek *fek, u8 *data, const u64 offset)