Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/crypt32/
H A Dstore.c328 static const BYTE serializedStoreWithCert[] = { variable
975 serializedStoreWithCert, sizeof(serializedStoreWithCert), FALSE); in testCollectionStore()
1543 serializedStoreWithCert, sizeof(serializedStoreWithCert), FALSE); in testFileStore()
1693 if (initFileFromData(filename, serializedStoreWithCert, in testFileNameStore()
1694 sizeof(serializedStoreWithCert))) in testFileNameStore()
1754 serializedStoreWithCert, sizeof(serializedStoreWithCert), FALSE); in testFileNameStore()
1993 blob.cbData = sizeof(serializedStoreWithCert); in testSerializedStore()
1994 blob.pbData = (BYTE *)serializedStoreWithCert; in testSerializedStore()