Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/rsaenh/
H A Drsaenh.c2434 BYTE emptyKey[2048], *exported_key, *exported_key2; in test_import_export() local
2621 result = CryptExportKey(hPublicKey, 0, PUBLICKEYBLOB, 0, emptyKey, &dwLen); in test_import_export()
2624 …ok(!memcmp(emptyKey, abPlainPublicKey, dwLen), "exported key is different from the imported key\n"… in test_import_export()