Documentation
Includes
config.h
#include "config.h"
MBEDTLS_CONFIG_FILE
#include MBEDTLS_CONFIG_FILE
aes.h
#include "aes.h"
stdint.h
#include <stdint.h>
Macros
Marco MBEDTLS_PADLOCK_H
#define MBEDTLS_PADLOCK_H
Marco MBEDTLS_ERR_PADLOCK_DATA_MISALIGNED
#define MBEDTLS_ERR_PADLOCK_DATA_MISALIGNED -48 /**< Input data should be aligned. */
Marco MBEDTLS_HAVE_ASAN
#define MBEDTLS_HAVE_ASAN
Marco MBEDTLS_HAVE_X86
#define MBEDTLS_HAVE_X86
Marco MBEDTLS_PADLOCK_RNG
#define MBEDTLS_PADLOCK_RNG 0C
Marco MBEDTLS_PADLOCK_ACE
#define MBEDTLS_PADLOCK_ACE 0C0
Marco MBEDTLS_PADLOCK_PHE
#define MBEDTLS_PADLOCK_PHE 0C00
Marco MBEDTLS_PADLOCK_PMM
#define MBEDTLS_PADLOCK_PMM 12288
Marco MBEDTLS_PADLOCK_ALIGN16(x)
#define MBEDTLS_PADLOCK_ALIGN16(x) (uint32_t *) (16 + ((int32_t) (x) & ~15))
Functions
Func mbedtls_padlock_has_support
int mbedtls_padlock_has_support( int feature );
Func mbedtls_padlock_xcryptecb
int mbedtls_padlock_xcryptecb( mbedtls_aes_context *ctx,
int mode,
const unsigned char input[16],
unsigned char output[16] );
Func mbedtls_padlock_xcryptcbc
int mbedtls_padlock_xcryptcbc( mbedtls_aes_context *ctx,
int mode,
size_t length,
unsigned char iv[16],
const unsigned char *input,
unsigned char *output );
Vars
Consts
Types
Typedefs