Go to the source code of this file.
◆ __wine_init_unix_call
| #define __wine_init_unix_call |
( |
| ) |
0 |
◆ WINE_UNIX_CALL
◆ __reactos_call_unix_close_cert_store()
| int __reactos_call_unix_close_cert_store |
( |
void * |
Args | ) |
|
Definition at line 294 of file unixlib.c.
295{
298}
GLenum const GLfloat * params
static int CloseCertStore(cert_store_data_t data)
◆ __reactos_call_unix_enum_root_certs()
| int __reactos_call_unix_enum_root_certs |
( |
void * |
Args | ) |
|
Definition at line 259 of file unixlib.c.
260{
265}
static int EnumerateRootCertificates(PVOID pvBuffer, DWORD cbBufferSize, PDWORD pcbRequired)
◆ __reactos_call_unix_import_store_cert()
| int __reactos_call_unix_import_store_cert |
( |
void * |
Args | ) |
|
Definition at line 331 of file unixlib.c.
332{
338}
static int ImportStoreCert(cert_store_data_t data, unsigned int index, void *buf, DWORD *buf_size)
◆ __reactos_call_unix_import_store_key()
| int __reactos_call_unix_import_store_key |
( |
void * |
Args | ) |
|
Definition at line 311 of file unixlib.c.
312{
317}
static int ImportStoreKey(cert_store_data_t data, void *buf, DWORD *buf_size)
◆ __reactos_call_unix_open_cert_store()
| int __reactos_call_unix_open_cert_store |
( |
void * |
Args | ) |
|
Definition at line 278 of file unixlib.c.
279{
284}
static int OpenCertStore(CRYPT_DATA_BLOB *pfx, const WCHAR *password, cert_store_data_t *data_ret)
◆ __reactos_call_unix_process_attach()
| static int __reactos_call_unix_process_attach |
( |
void * |
Args | ) |
|
|
inlinestatic |
◆ __reactos_call_unix_process_detach()
| static int __reactos_call_unix_process_detach |
( |
void * |
Args | ) |
|
|
inlinestatic |