Documentation

Documentation

Includes

config.h

#include "config.h"
#include "config.h"

MBEDTLS_CONFIG_FILE

#include MBEDTLS_CONFIG_FILE
#include MBEDTLS_CONFIG_FILE

pk.h

#include "pk.h"
#include "pk.h"

Macros

Marco MBEDTLS_PK_WRAP_H

#define MBEDTLS_PK_WRAP_H

      

Functions

Vars

Consts

Types

Typedefs

Typedef mbedtls_rsa_alt_context;

typedef struct
{
   void *key;
   mbedtls_pk_rsa_alt_decrypt_func decrypt_func;
   mbedtls_pk_rsa_alt_sign_func sign_func;
   mbedtls_pk_rsa_alt_key_len_func key_len_func;
} mbedtls_rsa_alt_context;
/* Container for RSA-alt */