Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
0dab0597
Commit
0dab0597
authored
Aug 17, 2012
by
Marek Chmiel
Committed by
Alexandre Julliard
Aug 20, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dssenh/tests: Fixed failing block cipher mode tests on the DSSENH cryptographic service provider.
parent
e35f773b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
dssenh.c
dlls/dssenh/tests/dssenh.c
+3
-4
No files found.
dlls/dssenh/tests/dssenh.c
View file @
0dab0597
...
...
@@ -649,15 +649,15 @@ struct ciphermode_test {
static
const
BYTE
encryptedCFB
[]
=
{
0x51
,
0x15
,
0x77
,
0xab
,
0x62
,
0x1f
,
0x7d
,
0xcb
,
0x35
,
0x1e
,
0xd8
,
0xd3
,
0x2a
,
0x00
,
0xf0
,
0x94
,
0x7c
,
0xa5
,
0x28
,
0xda
,
0xb8
,
0x81
,
0x15
,
0x99
,
0xd1
,
0xd5
,
0x06
,
0x1
8
,
0xb8
,
0x85
,
0xfc
,
0xc9
0x7c
,
0xa5
,
0x28
,
0xda
,
0xb8
,
0x81
,
0x15
,
0x99
,
0xd1
,
0xd5
,
0x06
,
0x1
d
,
0xd3
,
0x46
,
0x7e
,
0xca
};
static
const
BYTE
encryptedCBC
[]
=
{
0x8f
,
0x7b
,
0x56
,
0xeb
,
0xad
,
0x4d
,
0x76
,
0xc2
,
0xd5
,
0x1d
,
0xf0
,
0x60
,
0x9d
,
0xde
,
0x96
,
0xe8
,
0xb7
,
0x7b
,
0xeb
,
0x4b
,
0xee
,
0x3f
,
0xae
,
0x05
,
0x
dd
,
0x3b
,
0x62
,
0x47
,
0x7f
,
0x6f
,
0x79
,
0x6c
0xb7
,
0x7b
,
0xeb
,
0x4b
,
0xee
,
0x3f
,
0xae
,
0x05
,
0x
20
,
0xf5
,
0xe0
,
0x75
,
0xa0
,
0x1d
,
0xf9
,
0x39
};
static
const
BYTE
encryptedECB
[]
=
{
0x8f
,
0x7b
,
0x56
,
0xeb
,
0xad
,
0x4d
,
0x76
,
0xc2
,
0x8b
,
0xe0
,
0x4e
,
0xe4
,
0x98
,
0x4f
,
0xb8
,
0x3b
,
0xf3
,
0xeb
,
0x6f
,
0x0a
,
0x57
,
0x91
,
0xdd
,
0xc7
,
0x
64
,
0x8b
,
0xb9
,
0x50
,
0xe6
,
0x5e
,
0x76
,
0x72
0xf3
,
0xeb
,
0x6f
,
0x0a
,
0x57
,
0x91
,
0xdd
,
0xc7
,
0x
34
,
0x5d
,
0x4c
,
0xa3
,
0x7e
,
0x97
,
0xbf
,
0xee
};
static
const
struct
ciphermode_test
ciphermode_data
[]
=
{
...
...
@@ -742,7 +742,6 @@ static void test_cipher_modes(const struct ciphermode_test *tests, int testLen)
ok
(
result
,
"Expected release of the provider.
\n
"
);
}
START_TEST
(
dssenh
)
{
test_acquire_context
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment