Home
last modified time | relevance | path

Searched defs:buf (Results 126 – 150 of 242) sorted by relevance

12345678910

/hal_espressif-latest/components/esp_rom/include/
Desp_rom_lldesc.h36 volatile const uint8_t *buf; /* point to buffer data */ member
/hal_espressif-latest/components/wpa_supplicant/src/crypto/
Dsha384-internal.c80 unsigned char buf[64]; in sha384_done() local
Dsha1-pbkdf2.c73 int iterations, u8 *buf, size_t buflen) in pbkdf2_sha1()
Dcrypto_ops.c50 static uint32_t esp_supp_crc32(uint32_t crc, uint8_t const *buf, uint32_t len) in esp_supp_crc32()
/hal_espressif-latest/components/wpa_supplicant/src/utils/
Dext_password.c84 struct wpabuf *buf; in ext_password_alloc() local
/hal_espressif-latest/components/wpa_supplicant/src/eap_peer/
Deap_fast.c499 struct wpabuf *buf; in eap_fast_tlv_nak() local
515 struct wpabuf *buf; in eap_fast_tlv_result() local
535 struct wpabuf *buf; in eap_fast_tlv_pac_ack() local
1329 static const u8 * eap_fast_get_a_id(const u8 *buf, size_t len, size_t *id_len) in eap_fast_get_a_id()
1704 static int eap_fast_get_status(struct eap_sm *sm, void *priv, char *buf, in eap_fast_get_status()
Dmschapv2.c110 const u8 *buf, size_t buf_len) in mschapv2_verify_auth_response()
Deap_common.c131 struct wpabuf *buf; in eap_msg_alloc() local
/hal_espressif-latest/tools/esptool_py/flasher_stub/
Dslip.c29 void SLIP_send_frame_data_buf(const void *buf, uint32_t size) { in SLIP_send_frame_data_buf()
/hal_espressif-latest/components/wpa_supplicant/src/tls/
Dtlsv1_client_ocsp.c72 char buf[100]; in ocsp_hash_data() local
358 char buf[100]; in tls_process_basic_ocsp_response() local
Dtlsv1_server.c27 char *buf; in tlsv1_server_log() local
528 int tlsv1_server_get_cipher(struct tlsv1_server *conn, char *buf, in tlsv1_server_get_cipher()
Dtlsv1_record.c150 int tlsv1_record_send(struct tlsv1_record_layer *rl, u8 content_type, u8 *buf, in tlsv1_record_send()
/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dwps_hostapd.h60 char *buf, size_t buflen) in hostapd_wps_get_mib_sta()
Dcomeback_token.c77 struct wpabuf *buf; in auth_build_token_req() local
Deap_user_db.c25 char *buf, *start; in set_user_methods() local
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/
Dmesh_util.c16 const char *bt_hex(const void *buf, size_t len) in bt_hex()
/hal_espressif-latest/components/esp_hw_support/dma/
Desp_async_memcpy.c129 uint8_t *buf = (uint8_t *)buffer; in async_memcpy_prepare_receive() local
170 uint8_t *buf = (uint8_t *)buffer; in async_memcpy_prepare_transmit() local
/hal_espressif-latest/components/wpa_supplicant/src/eap_server/
Deap_server_wsc.c242 const u8 *buf, size_t len, u8 op_code) in eap_wsc_process_cont()
270 const u8 *buf, size_t len) in eap_wsc_process_fragment()
/hal_espressif-latest/components/wpa_supplicant/src/rsn_supp/
Dwpa_ft.c161 u8 *buf, *pos, *ftie_len, *ftie_pos; in wpa_ft_gen_req_ies() local
383 int wpa_ft_add_mdie(struct wpa_sm *sm, u8 *buf, size_t buf_len, in wpa_ft_add_mdie()
/hal_espressif-latest/components/bt/porting/transport/driver/vhci/
Dhci_driver_tamplete.c24 uint8_t *buf = NULL; in hci_driver_vhci_controller_tx() local
/hal_espressif-latest/components/wpa_supplicant/port/
Dos_xtensa.c47 int os_get_random(unsigned char *buf, size_t len) in os_get_random()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dfoundation.h164 static inline void key_idx_pack(struct net_buf_simple *buf, in key_idx_pack()
171 static inline void key_idx_unpack(struct net_buf_simple *buf, in key_idx_unpack()
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_client/
Dbta_hf_client_sdp.c95 UINT8 buf[2]; in bta_hf_client_add_record() local
/hal_espressif-latest/components/bt/porting/transport/include/common/
Dhci_driver_h4.h61 uint8_t *buf; member
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_prov.c406 struct net_buf_simple *buf) in btc_ble_mesh_server_model_op_cb()
422 struct net_buf_simple *buf) in btc_ble_mesh_client_model_op_cb()
2360 struct net_buf_simple *buf = bt_mesh_alloc_buf(arg->model_send.length + BLE_MESH_MIC_SHORT); in btc_ble_mesh_model_call_handler() local
2381 struct net_buf_simple *buf = bt_mesh_alloc_buf(arg->model_send.length + BLE_MESH_MIC_SHORT); in btc_ble_mesh_model_call_handler() local

12345678910