OpenVPN
|
Struct used in cipher name translation table. More...
#include <crypto_backend.h>
Data Fields | |
const char * | openvpn_name |
Cipher name used by OpenVPN. More... | |
const char * | lib_name |
Cipher name used by crypto library. More... | |
Struct used in cipher name translation table.
Definition at line 57 of file crypto_backend.h.
const char* cipher_name_pair::lib_name |
Cipher name used by crypto library.
Definition at line 59 of file crypto_backend.h.
Referenced by get_cipher_name_pair(), md_kt_name(), and translate_cipher_name_from_openvpn().
const char* cipher_name_pair::openvpn_name |
Cipher name used by OpenVPN.
Definition at line 58 of file crypto_backend.h.
Referenced by get_cipher_name_pair(), md_kt_name(), and translate_cipher_name_to_openvpn().