Go to the documentation of this file.
37 #ifndef MBEDTLS_NIST_KW_H
38 #define MBEDTLS_NIST_KW_H
52 #if !defined(MBEDTLS_NIST_KW_ALT)
68 #include "nist_kw_alt.h"
99 const unsigned char *key,
100 unsigned int keybits,
133 const unsigned char *input,
size_t in_len,
134 unsigned char *output,
size_t* out_len,
size_t out_size );
160 const unsigned char *input,
size_t in_len,
161 unsigned char *output,
size_t* out_len,
size_t out_size);
164 #if defined(MBEDTLS_SELF_TEST) && defined(MBEDTLS_AES_C)