Kenji Arai / mbed-os_TYBLE16

Dependents:   TYBLE16_simple_data_logger TYBLE16_MP3_Air

Embed: (wiki syntax)

« Back to documentation index

mbedtls_nist_kw_context Struct Reference

mbedtls_nist_kw_context Struct Reference

The key wrapping context-type definition. More...

#include <nist_kw.h>

Data Fields

mbedtls_cipher_context_t cipher_ctx

Detailed Description

The key wrapping context-type definition.

The key wrapping context is passed to the APIs called.

Note:
The definition of this type may change in future library versions. Don't make any assumptions on this context!

Definition at line 69 of file nist_kw.h.


Field Documentation

The cipher context used.

Definition at line 70 of file nist_kw.h.