Home
last modified time | relevance | path

Searched refs:expected_exported_priv_key (Results 1 – 1 of 1) sorted by relevance

/reactos/modules/rostests/winetests/rsaenh/
H A Drsaenh.c2525 static const BYTE expected_exported_priv_key[] = { in test_import_export() local
2640 ok(dwDataLen == sizeof(expected_exported_priv_key), "unexpected size %d\n", in test_import_export()
2642 ok(!memcmp(exported_key, expected_exported_priv_key, dwDataLen), in test_import_export()