Home
last modified time | relevance | path

Searched refs:pp (Results 1 – 6 of 6) sorted by relevance

/openthread-3.4.0/tests/scripts/thread-cert/
Dv1_2_test_parent_selection.py210 … assert (parent_prefer.get_mle_message_tlv(mle.Connectivity).pp > parent_cmp.get_mle_message_tlv(
211 mle.Connectivity).pp)
244 … assert (parent_prefer.get_mle_message_tlv(mle.Connectivity).pp == parent_cmp.get_mle_message_tlv(
245 mle.Connectivity).pp)
277 … assert (parent_prefer.get_mle_message_tlv(mle.Connectivity).pp == parent_cmp.get_mle_message_tlv(
278 mle.Connectivity).pp)
Dmle.py607 def pp(self): member in Connectivity
645 return (self.pp == other.pp and self.link_quality_3 == other.link_quality_3 and
661 self.pp,
Dtest_mle.py1060 actual_pp = connectivity_obj.pp
1203 self.assertEqual(common.map_pp(pp_byte), actual_connectivity.pp)
1235 self.assertEqual(common.map_pp(pp_byte), actual_connectivity.pp)
/openthread-3.4.0/
D.gitattributes6 *.[ch]pp text
/openthread-3.4.0/third_party/mbedtls/repo/3rdparty/everest/library/
DHacl_Curve25519.c572 uint64_t *pp, in Hacl_EC_AddAndDouble_fmonty() argument
580 uint64_t *x2 = pp; in Hacl_EC_AddAndDouble_fmonty()
581 uint64_t *z2 = pp + (uint32_t)5U; in Hacl_EC_AddAndDouble_fmonty()
/openthread-3.4.0/third_party/mbedtls/repo/3rdparty/everest/library/legacy/
DHacl_Curve25519.c617 uint64_t *pp, in Hacl_EC_AddAndDouble_fmonty() argument
625 uint64_t *x2 = pp; in Hacl_EC_AddAndDouble_fmonty()
626 uint64_t *z2 = pp + (uint32_t)5U; in Hacl_EC_AddAndDouble_fmonty()