Searched refs:out_msg (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-latest/components/mbedtls/port/dynamic/ |
D | esp_mbedtls_dynamic_impl.c | 77 int out_msg_off = (int)ssl->MBEDTLS_PRIVATE(out_msg) - (int)ssl->MBEDTLS_PRIVATE(out_buf); in init_tx_buffer() 88 ssl->MBEDTLS_PRIVATE(out_msg) = (unsigned char *)out_msg_off; in init_tx_buffer() 90 int out_msg_off = (int)ssl->MBEDTLS_PRIVATE(out_msg); in init_tx_buffer() 97 ssl->MBEDTLS_PRIVATE(out_msg) = ssl->MBEDTLS_PRIVATE(out_buf) + out_msg_off; in init_tx_buffer() 166 ssl->MBEDTLS_PRIVATE(out_msg) = (unsigned char *)MBEDTLS_SSL_HEADER_LEN; in esp_mbedtls_alloc_tx_buf() 281 …p ssl->MBEDTLS_PRIVATE(out_msg)=%p", ssl->MBEDTLS_PRIVATE(out_buf), ssl->MBEDTLS_PRIVATE(out_msg)); in esp_mbedtls_add_tx_buffer()
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/ |
D | crypto.c | 198 uint8_t *out_msg, size_t mic_size) in bt_mesh_ccm_decrypt() argument 297 memcpy(out_msg + (j * 16), msg, last_blk); in bt_mesh_ccm_decrypt() 333 memcpy(out_msg + (j * 16), msg, 16); in bt_mesh_ccm_decrypt() 357 uint8_t *out_msg, size_t mic_size) in bt_mesh_ccm_encrypt() argument 477 out_msg[(j * 16) + i] = in bt_mesh_ccm_encrypt() 503 out_msg[(j * 16) + i] = in bt_mesh_ccm_encrypt() 510 memcpy(out_msg + msg_len, mic, mic_size); in bt_mesh_ccm_encrypt()
|