Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/rsaenh/
H A Drsaenh.c439 DWORD hashlen, len, error, cryptflags; in test_hashes() local
474 cryptflags = CRYPT_USERDATA; in test_hashes()
475 result = CryptHashData(hHash, pbData, sizeof(pbData), cryptflags); in test_hashes()
478 cryptflags &= ~CRYPT_USERDATA; in test_hashes()
508 result = CryptHashData(hHash, pbData, sizeof(pbData), cryptflags); in test_hashes()
557 result = CryptHashData(hHash, pbData, 5, cryptflags); in test_hashes()