Home
last modified time | relevance | path

Searched defs:msg_len (Results 1 – 19 of 19) sorted by relevance

/system/bt/stack/crypto_toolbox/
Dcrypto_toolbox.cc38 constexpr size_t msg_len = BT_OCTET32_LEN /* U size */ + in f4() local
59 constexpr size_t msg_len = 1 /* Counter size */ + 4 /* keyID size */ + in calculate_mac_key_or_ltk() local
102 const uint8_t msg_len = OCTET16_LEN /* N1 size */ + in f6() local
128 constexpr size_t msg_len = BT_OCTET32_LEN /* U size */ + in g2() local
/system/bt/gd/crypto_toolbox/
Dcrypto_toolbox.cc39 constexpr size_t msg_len = OCTET32_LEN /* U size */ + OCTET32_LEN /* V size */ + 1 /* Z size */; in f4() local
62 constexpr size_t msg_len = 1 /* Counter size */ + 4 /* keyID size */ + OCTET16_LEN /* N1 size */ + in calculate_mac_key_or_ltk() local
101 …const uint8_t msg_len = OCTET16_LEN /* N1 size */ + OCTET16_LEN /* N2 size */ + OCTET16_LEN /* R s… in f6() local
121 constexpr size_t msg_len = OCTET32_LEN /* U size */ + OCTET32_LEN /* V size */ in g2() local
/system/core/logd/
DLogUtils.h68 static inline uint32_t MsgToTag(const char* msg, uint16_t msg_len) { in MsgToTag()
DRecordedLogMessage.h28 uint16_t msg_len; member
DLogBufferElement.h54 uint16_t msg_len() const { return dropped_ ? 0 : msg_len_; } in msg_len() function
DSerializedLogEntry.h84 uint16_t msg_len() const { return msg_len_; } in msg_len() function
DLogStatistics.h57 uint16_t msg_len; member
/system/core/trusty/libtrusty/tipc-test/
Dtipc_test.c346 size_t msg_len; in echo_test() local
409 size_t msg_len; in burst_write_test() local
728 size_t msg_len; in writev_test() local
810 size_t msg_len; in readv_test() local
/system/core/trusty/utils/spiproxyd/
Dmain.c31 size_t msg_len; in handle_msg() local
/system/core/fastboot/device/
Dfastboot_device.cpp117 size_t msg_len = std::min(kMaxMessageSize, message.size()); in WriteStatus() local
/system/nfc/src/nfc/tags/
Drw_t2t_ndef.cc1105 tNFC_STATUS rw_t2t_write_ndef_first_block(uint16_t msg_len, bool b_update_len) { in rw_t2t_write_ndef_first_block()
1202 tNFC_STATUS rw_t2t_write_ndef_next_block(uint16_t block, uint16_t msg_len, in rw_t2t_write_ndef_next_block()
2980 tNFC_STATUS RW_T2tWriteNDef(uint16_t msg_len, uint8_t* p_msg) { in RW_T2tWriteNDef()
Drw_t1t_ndef.cc1484 uint8_t index, uint8_t msg_len) { in rw_t1t_send_ndef_byte()
2414 tNFC_STATUS RW_T1tWriteNDef(uint16_t msg_len, uint8_t* p_msg) { in RW_T1tWriteNDef()
/system/core/adb/pairing_auth/
Dpairing_auth.cpp237 bool pairing_auth_init_cipher(PairingAuthCtx* ctx, const uint8_t* their_msg, size_t msg_len) { in pairing_auth_init_cipher()
/system/bt/stack/gatt/
Dgatt_sr.cc652 uint16_t msg_len = in gatts_process_primary_service_req() local
815 size_t msg_len = sizeof(BT_HDR) + tcb.payload_size + L2CAP_MIN_OFFSET; in gatts_process_read_by_type_req() local
Dgatt_main.cc855 uint16_t msg_len = p_buf->len - 1; in gatt_data_process() local
/system/nfc/src/nfa/hci/
Dnfa_hci_utils.cc302 uint8_t instruction, uint16_t msg_len, in nfa_hciu_send_msg()
/system/nfc/src/nfc/ndef/
Dndef_utils.cc74 tNDEF_STATUS NDEF_MsgValidate(uint8_t* p_msg, uint32_t msg_len, in NDEF_MsgValidate()
/system/nfc/src/nfc/include/
Drw_api.h174 uint16_t msg_len; /* Length of the NDEF message */ member
/system/nfc/src/nfa/include/
Dnfa_hci_int.h396 uint16_t msg_len; /* For segmentation - length of the combined message */ member