Microchip® Advanced Software Framework

thirdparty/polarssl/examples/bench_example/benchmark.c File Reference
#include "gpio.h"
#include "intc.h"
#include "stdio_serial.h"
#include "conf_stdio_serial.h"
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include "cycle_counter.h"
#include "polarssl/config.h"
#include "polarssl/md4.h"
#include "polarssl/md5.h"
#include "polarssl/sha1.h"
#include "polarssl/sha2.h"
#include "polarssl/sha4.h"
#include "polarssl/arc4.h"
#include "polarssl/des.h"
#include "polarssl/aes.h"
#include "polarssl/camellia.h"
#include "polarssl/rsa.h"
#include "polarssl/timing.h"

Macros

#define _CRT_SECURE_NO_DEPRECATE   1
 
#define BUFSIZE   1024
 

Functions

int main (void)
 
static int myrand (void *rng_state)
 

Variables

unsigned char buf [BUFSIZE]
 

#define _CRT_SECURE_NO_DEPRECATE   1
#define BUFSIZE   1024

Referenced by main().

static int myrand ( void *  rng_state)
static

References NULL.

Referenced by main().

unsigned char buf[BUFSIZE]