OpenVPN
Data Fields
cipher_name_pair Struct Reference

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...
 

Detailed Description

Struct used in cipher name translation table.

Definition at line 57 of file crypto_backend.h.

Field Documentation

◆ lib_name

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().

◆ openvpn_name

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().


The documentation for this struct was generated from the following file: