Mbed TLS v3.6.2
Loading...
Searching...
No Matches
mbedtls_nist_kw_context Struct Reference

The key wrapping context-type definition. The key wrapping context is passed to the APIs called. More...

#include <nist_kw.h>

Collaboration diagram for mbedtls_nist_kw_context:

Data Fields

mbedtls_cipher_context_t private_cipher_ctx
 
int dummy
 

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 51 of file nist_kw.h.

Field Documentation

◆ dummy

int mbedtls_nist_kw_context::dummy

Definition at line 11 of file nist_kw_alt.h.

◆ private_cipher_ctx

mbedtls_cipher_context_t mbedtls_nist_kw_context::private_cipher_ctx

The cipher context used.

Definition at line 52 of file nist_kw.h.


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