OpenVPN
Data Fields
key_ctx_bi Struct Reference

Container for two sets of OpenSSL cipher and/or HMAC contexts for both sending and receiving directions. More...

#include <crypto.h>

Collaboration diagram for key_ctx_bi:
Collaboration graph
[legend]

Data Fields

struct key_ctx encrypt
 Cipher and/or HMAC contexts for sending direction. More...
 
struct key_ctx decrypt
 cipher and/or HMAC contexts for receiving direction. More...
 
bool initialized
 

Detailed Description

Container for two sets of OpenSSL cipher and/or HMAC contexts for both sending and receiving directions.

Definition at line 217 of file crypto.h.

Field Documentation

◆ decrypt

struct key_ctx key_ctx_bi::decrypt

◆ encrypt

struct key_ctx key_ctx_bi::encrypt

◆ initialized

bool key_ctx_bi::initialized

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