OpenVPN
|
#include <ovpn_dco_win.h>
Data Fields | |
OVPN_KEY_DIRECTION | Encrypt |
OVPN_KEY_DIRECTION | Decrypt |
OVPN_KEY_SLOT | KeySlot |
OVPN_CIPHER_ALG | CipherAlg |
unsigned char | KeyId |
int | PeerId |
Definition at line 105 of file ovpn_dco_win.h.
OVPN_CIPHER_ALG _OVPN_CRYPTO_DATA::CipherAlg |
Definition at line 109 of file ovpn_dco_win.h.
Referenced by dco_new_key().
OVPN_KEY_DIRECTION _OVPN_CRYPTO_DATA::Decrypt |
Definition at line 107 of file ovpn_dco_win.h.
Referenced by dco_new_key().
OVPN_KEY_DIRECTION _OVPN_CRYPTO_DATA::Encrypt |
Definition at line 106 of file ovpn_dco_win.h.
Referenced by dco_new_key().
unsigned char _OVPN_CRYPTO_DATA::KeyId |
Definition at line 110 of file ovpn_dco_win.h.
Referenced by dco_new_key().
OVPN_KEY_SLOT _OVPN_CRYPTO_DATA::KeySlot |
Definition at line 108 of file ovpn_dco_win.h.
Referenced by dco_new_key().
int _OVPN_CRYPTO_DATA::PeerId |
Definition at line 111 of file ovpn_dco_win.h.
Referenced by dco_new_key().