Searched refs:output_buf (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-latest/components/mbedtls/port/aes/dma/ |
D | esp_aes.c | 263 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/ |
D | crypto_mbedtls-ec.c | 1030 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/ |
D | smp_keys.c | 1245 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/ |
D | smp_int.h | 512 extern void smp_calculate_peer_commitment(tSMP_CB *p_cb, BT_OCTET16 output_buf);
|