#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().
int main | ( | void | ) |
References aes_crypt_cbc(), AES_ENCRYPT, aes_setkey_enc(), arc4_crypt(), arc4_setup(), usart_options_t::baudrate, board_init(), buf, BUFSIZE, camellia_crypt_cbc(), CAMELLIA_ENCRYPT, camellia_setkey_enc(), cpu_is_timeout(), cpu_ms_2_cy(), cpu_set_timeout(), des3_crypt_cbc(), des3_set3key_enc(), des_crypt_cbc(), DES_ENCRYPT, des_setkey_enc(), hardclock(), i, j, md4(), md5(), myrand(), NULL, rsa_free(), rsa_gen_key(), rsa_init(), RSA_PKCS_V15, rsa_private(), rsa_public(), sha1(), sha2(), sha4(), stdio_serial_init(), sysclk_init(), timer, tmp, UNUSED(), USART_SERIAL_CHAR_LENGTH, USART_SERIAL_EXAMPLE, USART_SERIAL_EXAMPLE_BAUDRATE, USART_SERIAL_PARITY, and USART_SERIAL_STOP_BIT.
unsigned char buf[BUFSIZE] |
Referenced by ascii_to_key(), at45dbx_read_multiple_sector_callback(), at45dbx_write_multiple_sector_callback(), console_gets(), console_poll(), console_schedule_cmd(), device_template_task(), document_index_html_cb(), get_adc(), get_next_tx_buffer(), get_rx(), get_tx(), host_send_data_callback(), host_template_task(), host_template_task_init(), init_mparams(), ip2str(), mac2str(), main(), nvm_read(), nvm_write(), read(), ssid2str(), uc3_round_trace_init(), uhd_ep_run(), uhi_cdc_get_nb_received(), uhi_cdc_getc(), uhi_cdc_putc(), uhi_cdc_rx_received(), uhi_cdc_tx_send(), uhi_cdc_tx_update(), and write().