OpenVPN
Data Fields
cipher_ctx Struct Reference

#include <crypto_mbedtls.h>

Collaboration diagram for cipher_ctx:
Collaboration graph
[legend]

Data Fields

mbedtls_svc_key_id_t key
 
psa_key_attributes_t key_attributes
 
const cipher_info_tcipher_info
 
bool aead_finished
 
cipher_operation_t operation
 
uint8_t tag [16]
 

Detailed Description

Definition at line 84 of file crypto_mbedtls.h.

Field Documentation

◆ aead_finished

bool cipher_ctx::aead_finished

Definition at line 89 of file crypto_mbedtls.h.

◆ cipher_info

const cipher_info_t* cipher_ctx::cipher_info

Definition at line 88 of file crypto_mbedtls.h.

◆ key

mbedtls_svc_key_id_t cipher_ctx::key

Definition at line 86 of file crypto_mbedtls.h.

◆ key_attributes

psa_key_attributes_t cipher_ctx::key_attributes

Definition at line 87 of file crypto_mbedtls.h.

◆ operation

cipher_operation_t cipher_ctx::operation

Definition at line 90 of file crypto_mbedtls.h.

◆ tag

uint8_t cipher_ctx::tag[16]

Definition at line 91 of file crypto_mbedtls.h.


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