#include <windows.h>
#include <winhttp.h>
#include <winsock.h>
#include <wchar.h>
#include <stdbool.h>
#include <stdint.h>
#include "yubihsm.h"
#include "internal.h"
#include "debug_lib.h"
Go to the source code of this file.
|
enum | stage {
NO_INIT
, REQUEST_SENT
, RESPONSE_WAITING
, RESPONSE_RECEIVED
,
DATA_AVAILABLE
, DATA_WAITING
, READ_COMPLETE
, REQUEST_SUCCESS
,
REQUEST_ERROR
, CLOSE_WAITING
, REQUEST_CLOSED
, REQUEST_DONE
} |
|
◆ MAX_STR_LEN
◆ stage
Enumerator |
---|
NO_INIT | |
REQUEST_SENT | |
RESPONSE_WAITING | |
RESPONSE_RECEIVED | |
DATA_AVAILABLE | |
DATA_WAITING | |
READ_COMPLETE | |
REQUEST_SUCCESS | |
REQUEST_ERROR | |
CLOSE_WAITING | |
REQUEST_CLOSED | |
REQUEST_DONE | |
Definition at line 37 of file yubihsm_winhttp.c.
◆ backend_functions()
struct backend_functions * backend_functions |
( |
void | | ) |
|
◆ _yh_output
◆ _yh_verbosity