Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
yubihsm_usb.c File Reference
#include <stdint.h>
#include <string.h>
#include <arpa/inet.h>
#include "yubihsm.h"
#include "internal.h"
#include "yubihsm_usb.h"
#include "debug_lib.h"
Include dependency graph for yubihsm_usb.c:

Go to the source code of this file.

Functions

struct backend_functions * backend_functions (void)
 

Variables

uint8_t YH_INTERNAL _yh_verbosity
 
FILE YH_INTERNAL_yh_output
 

Function Documentation

◆ backend_functions()

struct backend_functions * backend_functions ( void )

Definition at line 143 of file yubihsm_usb.c.

143 {
144#endif
145 return &f;
146}

Variable Documentation

◆ _yh_output

FILE YH_INTERNAL* _yh_output

Definition at line 31 of file yubihsm_usb.c.

◆ _yh_verbosity

uint8_t YH_INTERNAL _yh_verbosity

Definition at line 30 of file yubihsm_usb.c.