Mbed OS Reference
Loading...
Searching...
No Matches
padlock.h File Reference

VIA PadLock ACE for HW encryption/decryption supported by some processors. More...

#include "mbedtls/config.h"
#include "mbedtls/aes.h"

Go to the source code of this file.

Macros

#define MBEDTLS_ERR_PADLOCK_DATA_MISALIGNED   -0x0030
 Input data should be aligned. More...
 

Detailed Description

VIA PadLock ACE for HW encryption/decryption supported by some processors.

Warning
These functions are only for internal use by other library functions; you must not call them directly.

Definition in file padlock.h.

Macro Definition Documentation

◆ MBEDTLS_ERR_PADLOCK_DATA_MISALIGNED

#define MBEDTLS_ERR_PADLOCK_DATA_MISALIGNED   -0x0030

Input data should be aligned.

Definition at line 37 of file padlock.h.