Searched refs:cipher_no_desc (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/crypt32/ |
H A D | protectdata.c | 40 static DATA_BLOB cipher_no_desc; variable 93 cipher_no_desc.pbData=NULL; in test_cryptprotectdata() 94 cipher_no_desc.cbData=0; in test_cryptprotectdata() 100 protected = pCryptProtectData(&plain,NULL,&entropy,NULL,NULL,0,&cipher_no_desc); in test_cryptprotectdata() 200 okay = pCryptUnprotectData(&cipher_no_desc,&data_desc,&entropy,NULL,NULL,0,&plain); in test_cryptunprotectdata() 264 if (cipher_no_desc.pbData) LocalFree(cipher_no_desc.pbData); in START_TEST()
|