|
OpenVPN
|
#include <crypto_mbedtls.h>

Data Fields | |
| mbedtls_svc_key_id_t | key |
| psa_key_attributes_t | key_attributes |
| const cipher_info_t * | cipher_info |
| bool | aead_finished |
| cipher_operation_t | operation |
| uint8_t | tag [16] |
Definition at line 84 of file crypto_mbedtls.h.
| bool cipher_ctx::aead_finished |
Definition at line 89 of file crypto_mbedtls.h.
| const cipher_info_t* cipher_ctx::cipher_info |
Definition at line 88 of file crypto_mbedtls.h.
| mbedtls_svc_key_id_t cipher_ctx::key |
Definition at line 86 of file crypto_mbedtls.h.
| psa_key_attributes_t cipher_ctx::key_attributes |
Definition at line 87 of file crypto_mbedtls.h.
| cipher_operation_t cipher_ctx::operation |
Definition at line 90 of file crypto_mbedtls.h.
| uint8_t cipher_ctx::tag[16] |
Definition at line 91 of file crypto_mbedtls.h.