Lines Matching refs:Octet16
84 extern Octet16 smp_gen_p1_4_confirm(tSMP_CB* p_cb,
87 extern Octet16 smp_gen_p2_4_confirm(tSMP_CB* p_cb,
90 extern tSMP_STATUS smp_calculate_comfirm(tSMP_CB* p_cb, const Octet16& rand,
91 Octet16* output);
95 void dump_uint128(const Octet16& a, char* buffer) { in dump_uint128()
103 void dump_uint128_reverse(const Octet16& a, char* buffer) { in dump_uint128_reverse()
111 void print_uint128(const Octet16& a) { in print_uint128()
118 Octet16 parse_uint128(const char* input) { in parse_uint128()
119 Octet16 output{0}; in parse_uint128()
131 Octet16 rand_{0x57, 0x83, 0xD5, 0x21, 0x56, 0xAD, 0x6F, 0x0E,
166 Octet16 p2 = smp_gen_p2_4_confirm(&p_cb_, remote_bda); in TEST_F()
181 Octet16 p1 = smp_gen_p1_4_confirm(&p_cb_, remote_bd_addr_type); in TEST_F()
193 Octet16 output = crypto_toolbox::aes_128(p_cb_.tk, p1.data(), OCTET16_LEN); in TEST_F()
202 Octet16 output; in TEST_F()