Home
last modified time | relevance | path

Searched defs:input (Results 1 – 25 of 44) sorted by relevance

12

/hal_espressif-3.6.0/components/mbedtls/port/aes/block/
Desp_aes.c77 static int esp_aes_block(esp_aes_context *ctx, const void *input, void *output) in esp_aes_block()
205 const unsigned char *input, in esp_aes_crypt_cbc()
272 const unsigned char *input, in esp_aes_crypt_cfb128()
324 const unsigned char *input, in esp_aes_crypt_cfb8()
369 const unsigned char *input, in esp_aes_crypt_ctr()
414 const unsigned char *input, in esp_aes_crypt_ofb()
/hal_espressif-3.6.0/components/mbedtls/port/aes/dma/
Desp_aes.c240 static int esp_aes_process_dma_ext_ram(esp_aes_context *ctx, const unsigned char *input, unsigned c… in esp_aes_process_dma_ext_ram()
311 static int esp_aes_process_dma(esp_aes_context *ctx, const unsigned char *input, unsigned char *out… in esp_aes_process_dma()
460 int esp_aes_process_dma_gcm(esp_aes_context *ctx, const unsigned char *input, unsigned char *output… in esp_aes_process_dma_gcm()
575 static int esp_aes_validate_input(esp_aes_context *ctx, const unsigned char *input, in esp_aes_validate_input()
699 const unsigned char *input, in esp_aes_crypt_cbc()
748 const unsigned char *input, in esp_aes_crypt_cfb8()
835 const unsigned char *input, in esp_aes_crypt_cfb128()
922 const unsigned char *input, in esp_aes_crypt_ofb()
984 const unsigned char *input, in esp_aes_crypt_ctr()
Desp_aes_crypto_dma_impl.c23 esp_err_t esp_aes_dma_start(const lldesc_t *input, const lldesc_t *output) in esp_aes_dma_start()
Desp_aes_gdma_impl.c19 esp_err_t esp_aes_dma_start(const lldesc_t *input, const lldesc_t *output) in esp_aes_dma_start()
/hal_espressif-3.6.0/components/esp-tls/esp-tls-crypto/
Desp_tls_crypto.c24 static int esp_crypto_sha1_mbedtls( const unsigned char *input, in esp_crypto_sha1_mbedtls()
43 static int esp_crypto_sha1_wolfSSL( const unsigned char *input, in esp_crypto_sha1_wolfSSL()
66 int esp_crypto_sha1( const unsigned char *input, in esp_crypto_sha1()
/hal_espressif-3.6.0/components/mbedtls/test/
Dtest_aes_sha_rsa.c43 const unsigned char input[16] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16}; in aes_task() local
61 …const char *input = "Space!#$%&()*+,-.0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[]^_abcdefghijklm… in sha_task() local
79 …const char *input = "@ABCDEFGHIJKLMNOPQRSTUVWXYZ[]^_abcdefghijklmnopqrstuvwxyz~DEL0123456789Space!… in mbedtls_sha256_task() local
/hal_espressif-3.6.0/components/mbedtls/port/sha/dma/
Dsha.c183 static void esp_sha_block_mode(esp_sha_type sha_type, const uint8_t *input, uint32_t ilen, in esp_sha_block_mode()
213 int esp_sha_dma(esp_sha_type sha_type, const void *input, uint32_t ilen, in esp_sha_dma()
281 static esp_err_t esp_sha_dma_process(esp_sha_type sha_type, const void *input, uint32_t ilen, in esp_sha_dma_process()
Desp_sha_crypto_dma_impl.c23 esp_err_t esp_sha_dma_start(const lldesc_t *input) in esp_sha_dma_start()
Desp_sha_gdma_impl.c18 esp_err_t esp_sha_dma_start(const lldesc_t *input) in esp_sha_dma_start()
Desp_sha1.c137 int mbedtls_sha1_update_ret( mbedtls_sha1_context *ctx, const unsigned char *input, size_t ilen ) in mbedtls_sha1_update_ret()
200 const unsigned char *input, in mbedtls_sha1_update()
Desp_sha256.c149 int mbedtls_sha256_update_ret( mbedtls_sha256_context *ctx, const unsigned char *input, in mbedtls_sha256_update_ret()
213 const unsigned char *input, in mbedtls_sha256_update()
Desp_sha512.c182 int mbedtls_sha512_update_ret( mbedtls_sha512_context *ctx, const unsigned char *input, in mbedtls_sha512_update_ret()
254 const unsigned char *input, in mbedtls_sha512_update()
/hal_espressif-3.6.0/components/mbedtls/port/md/
Desp_md.c29 int esp_md5_update_ret( mbedtls_md5_context *ctx, const unsigned char *input, size_t ilen ) in esp_md5_update_ret()
48 void esp_md5_update( mbedtls_md5_context *ctx, const unsigned char *input, size_t ilen ) in esp_md5_update()
/hal_espressif-3.6.0/components/mbedtls/port/aes/
Desp_aes_gcm.c409 const unsigned char *input, in esp_aes_gcm_update()
493const unsigned char *input, unsigned char *output, uint8_t *stream_in) in esp_aes_gcm_input_support_hw_accel()
527 const unsigned char *input, in esp_aes_gcm_crypt_and_tag_partial_hw()
556 const unsigned char *input, in esp_aes_gcm_crypt_and_tag()
670 const unsigned char *input, in esp_aes_gcm_auth_decrypt()
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/ble_mesh_console/main/
Dtransaction.h43 void *input; member
73 #define TRANSACTION_INIT(trans, type, sub_type, wait_events, timeout, input, output) \ argument
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/smp/
Dsmp_cmac.c95 static void leftshift_onebit(UINT8 *input, UINT8 *output) in leftshift_onebit()
280 BOOLEAN aes_cipher_msg_auth_code(BT_OCTET16 key, UINT8 *input, UINT16 length, in aes_cipher_msg_auth_code()
/hal_espressif-3.6.0/components/mbedtls/port/sha/
Desp_sha.c26 void esp_sha(esp_sha_type sha_type, const unsigned char *input, size_t ilen, unsigned char *output) in esp_sha()
/hal_espressif-3.6.0/components/app_update/
Dotatool.py195 def write_ota_partition(self, ota_id, input): argument
226 def _write_ota_partition(target, ota_id, input): argument
/hal_espressif-3.6.0/tools/kconfig/
Dexpand_env.c26 char *expand_environment(const char *input, const char *src_name, int src_line_no) in expand_environment()
/hal_espressif-3.6.0/components/partition_table/
Dparttool.py172 def write_partition(self, partition_id, input): argument
186 def _write_partition(target, partition_id, input): argument
/hal_espressif-3.6.0/components/lwip/port/esp32/hooks/
Dtcp_isn_default.c81 static u8_t input[64]; variable
/hal_espressif-3.6.0/components/mbedtls/port/crypto_shared_gdma/
Desp_crypto_shared_gdma.c96 esp_err_t esp_crypto_shared_gdma_start(const lldesc_t *input, const lldesc_t *output, gdma_trigger_… in esp_crypto_shared_gdma_start()
/hal_espressif-3.6.0/components/soc/include/soc/
Duart_periph.h48 uint32_t input : 1; member
/hal_espressif-3.6.0/components/mbedtls/port/sha/parallel_engine/
Desp_sha1.c337 int mbedtls_sha1_update_ret( mbedtls_sha1_context *ctx, const unsigned char *input, size_t ilen ) in mbedtls_sha1_update_ret()
387 const unsigned char *input, in mbedtls_sha1_update()
Desp_sha256.c298 int mbedtls_sha256_update_ret( mbedtls_sha256_context *ctx, const unsigned char *input, in mbedtls_sha256_update_ret()
349 const unsigned char *input, in mbedtls_sha256_update()

12