Home
last modified time | relevance | path

Searched refs:output_buf (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/mbedtls/port/aes/dma/
Desp_aes.c263 unsigned char *output_buf = NULL; in esp_aes_process_dma_ext_ram() local
278 output_buf = heap_caps_malloc(chunk_len, MALLOC_CAP_DMA); in esp_aes_process_dma_ext_ram()
280 if (output_buf == NULL) { in esp_aes_process_dma_ext_ram()
286 output_buf = output; in esp_aes_process_dma_ext_ram()
300 if (esp_aes_process_dma(ctx, dma_input, output_buf, chunk_len, stream_out) != 0) { in esp_aes_process_dma_ext_ram()
306 memcpy(output + offset, output_buf, chunk_len); in esp_aes_process_dma_ext_ram()
308 output_buf = output + offset + chunk_len; in esp_aes_process_dma_ext_ram()
321 free(output_buf); in esp_aes_process_dma_ext_ram()
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/crypto/
Dcrypto_mbedtls-ec.c1030 unsigned char output_buf[1600] = {0}; in crypto_ec_write_pub_key() local
1031 int len = crypto_pk_write_formatted_pubkey_der((mbedtls_pk_context *)key, output_buf, 1600, 1); in crypto_ec_write_pub_key()
1040 os_memcpy(*key_buf, output_buf + 1600 - len, len); in crypto_ec_write_pub_key()
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/
Dsmp_keys.c1245 void smp_calculate_peer_commitment(tSMP_CB *p_cb, BT_OCTET16 output_buf) in smp_calculate_peer_commitment() argument
1259 output_buf); in smp_calculate_peer_commitment()
1265 output_buf); in smp_calculate_peer_commitment()
1269 output_buf); in smp_calculate_peer_commitment()
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/include/
Dsmp_int.h512 extern void smp_calculate_peer_commitment(tSMP_CB *p_cb, BT_OCTET16 output_buf);