mbedTLS
mbedtls_nist_kw_init()
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
mbedtls_nist_kw_init()
mbedtls_nist_kw_init() function
This function initializes the specified key wrapping context to make references valid and prepare the context for mbedtls_nist_kw_setkey() or mbedtls_nist_kw_free().
Syntax
Show:
Summary
Declaration
from
nist_kw.h:67
void
mbedtls_nist_kw_init
(
mbedtls_nist_kw_context
*
ctx
)
;
Arguments
Argument
Description
ctx
The key wrapping context to initialize.
Related Functions
Found 4 other functions taking a
mbedtls_nist_kw_context
argument:
Function
Description
mbedtls_nist_kw_free()
This function releases and clears the specified key wrapping context and underlying cipher sub-context.
mbedtls_nist_kw_wrap()
This function encrypts a buffer using key wrapping.
mbedtls_nist_kw_unwrap()
This function decrypts a buffer using key wrapping.
mbedtls_nist_kw_setkey()
This function initializes the key wrapping context set in the \p ctx parameter and sets the encryption key.
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out