1/* 2 ROM Functions defined in this file are not used in ESP-IDF as is, 3 and different definitions for functions with the same names are provided. 4 This file is not used when linking ESP-IDF and is intended for reference only 5*/ 6 7PROVIDE ( abort = 0x4000bba4 ); 8PROVIDE ( aes_128_cbc_decrypt = 0x4005cc7c ); 9PROVIDE ( aes_128_cbc_encrypt = 0x4005cc18 ); 10PROVIDE ( aes_unwrap = 0x4005ccf0 ); 11PROVIDE ( base64_decode = 0x4005ced8 ); 12PROVIDE ( base64_encode = 0x4005cdbc ); 13PROVIDE ( ets_isr_mask = 0x400067fc ); 14PROVIDE ( ets_isr_unmask = 0x40006808 ); 15PROVIDE ( ets_timer_arm = 0x40008368 ); 16PROVIDE ( ets_timer_arm_us = 0x400083ac ); 17PROVIDE ( ets_timer_disarm = 0x400083ec ); 18PROVIDE ( ets_timer_done = 0x40008428 ); 19PROVIDE ( ets_timer_init = 0x400084e8 ); 20PROVIDE ( ets_timer_handler_isr = 0x40008454 ); 21PROVIDE ( ets_timer_setfn = 0x40008350 ); 22PROVIDE ( hmac_md5 = 0x4005d264 ); 23PROVIDE ( hmac_md5_vector = 0x4005d17c ); 24PROVIDE ( hmac_sha1 = 0x40060acc ); 25PROVIDE ( hmac_sha1_vector = 0x400609e4 ); 26PROVIDE ( hmac_sha256 = 0x40060d58 ); 27PROVIDE ( hmac_sha256_vector = 0x40060c84 ); 28PROVIDE ( MD5Final = 0x4005db1c ); 29PROVIDE ( MD5Init = 0x4005da7c ); 30PROVIDE ( MD5Update = 0x4005da9c ); 31PROVIDE ( md5_vector = 0x4005db80 ); 32PROVIDE ( pbkdf2_sha1 = 0x40060ba4 ); 33PROVIDE ( rc4_skip = 0x40060928 ); 34PROVIDE ( sha1_prf = 0x40060ae8 ); 35PROVIDE ( sha1_vector = 0x40060b64 ); 36PROVIDE ( sha256_prf = 0x40060d70 ); 37PROVIDE ( sha256_vector = 0x40060e08 ); 38PROVIDE ( uart_tx_wait_idle = 0x40009278 ); 39