Home
last modified time | relevance | path

Searched refs:role (Results 1 – 25 of 346) sorted by relevance

12345678910>>...14

/openthread-latest/tests/scripts/thread-cert/pktverify/
Dsummary.py43 def __init__(self, role, extaddr): argument
44 self._role = role
49 def role(self): member in NodeSummary
81 role=self._role,
118 for role, extaddr in self._test_info.extaddrs.items():
119 assert role not in self._role_to_node
122 node = NodeSummary(role, extaddr)
123 self._role_to_node[role] = node
179 def ipaddr_mleid_by_role(self, role): argument
180 node = self._role_to_node[role]
[all …]
/openthread-latest/third_party/mbedtls/repo/library/
Dpsa_crypto_pake.c135 operation->role, in psa_pake_ecjpake_setup()
242 operation->role = MBEDTLS_ECJPAKE_CLIENT; in mbedtls_psa_pake_setup()
246 operation->role = MBEDTLS_ECJPAKE_SERVER; in mbedtls_psa_pake_setup()
348 operation->role == MBEDTLS_ECJPAKE_SERVER) { in mbedtls_psa_pake_output_internal()
439 operation->role == MBEDTLS_ECJPAKE_CLIENT) { in mbedtls_psa_pake_input_internal()
556 operation->role = MBEDTLS_ECJPAKE_NONE; in mbedtls_psa_pake_abort()
Decjpake.c33 #define ID_MINE (ecjpake_id[ctx->role])
34 #define ID_PEER (ecjpake_id[1 - ctx->role])
94 mbedtls_ecjpake_role role, in mbedtls_ecjpake_setup() argument
102 if (role != MBEDTLS_ECJPAKE_CLIENT && role != MBEDTLS_ECJPAKE_SERVER) { in mbedtls_ecjpake_setup()
106 ctx->role = role; in mbedtls_ecjpake_setup()
594 if (ctx->role == MBEDTLS_ECJPAKE_CLIENT) { in mbedtls_ecjpake_read_round_two()
690 if (ctx->role == MBEDTLS_ECJPAKE_SERVER) { in mbedtls_ecjpake_write_round_two()
/openthread-latest/tests/scripts/expect/
D_multinode.exp48 proc setup_node {node {mode "r"} {role "child"}} {
83 wait_for "state" $role
/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
Decjpake.h63 mbedtls_ecjpake_role MBEDTLS_PRIVATE(role); /**< Are we client or server? */
112 mbedtls_ecjpake_role role,
/openthread-latest/src/cli/
DREADME_JOINER.md68 Start the Joiner role.
103 Stop the Joiner role.
/openthread-latest/tools/harness-simulation/harness/Thread_Harness/Sniffer/
DSimSniffer.py110 self._partition1 = [devices[role] for role in self.deviceNames1]
111 self._partition2 = [devices[role] for role in self.deviceNames2]
/openthread-latest/tools/harness-automation/cases_R140/
Dcommissioner_8_1_2.py36 role = HarnessCase.ROLE_COMMISSIONER variable in Commissioner_8_1_2
Dcommissioner_9_2_1.py36 role = HarnessCase.ROLE_COMMISSIONER variable in Commissioner_9_2_1
Dcommissioner_9_2_14.py36 role = HarnessCase.ROLE_COMMISSIONER variable in Commissioner_9_2_14
Dcommissioner_9_2_19.py36 role = HarnessCase.ROLE_COMMISSIONER variable in Commissioner_9_2_19
Dcommissioner_9_2_2.py36 role = HarnessCase.ROLE_COMMISSIONER variable in Commissioner_9_2_2
Dcommissioner_9_2_3.py36 role = HarnessCase.ROLE_COMMISSIONER variable in Commissioner_9_2_3
Dcommissioner_9_2_4.py36 role = HarnessCase.ROLE_COMMISSIONER variable in Commissioner_9_2_4
Ded_6_1_1.py36 role = HarnessCase.ROLE_ED variable in ED_6_1_1
Ded_6_1_2.py36 role = HarnessCase.ROLE_ED variable in ED_6_1_2
Ded_6_1_3.py36 role = HarnessCase.ROLE_ED variable in ED_6_1_3
Ded_6_1_4.py36 role = HarnessCase.ROLE_ED variable in ED_6_1_4
Ded_6_1_5.py36 role = HarnessCase.ROLE_ED variable in ED_6_1_5
Ded_6_1_6.py36 role = HarnessCase.ROLE_ED variable in ED_6_1_6
Ded_6_2_1.py36 role = HarnessCase.ROLE_ED variable in ED_6_2_1
Ded_6_2_2.py36 role = HarnessCase.ROLE_ED variable in ED_6_2_2
Ded_6_3_1.py36 role = HarnessCase.ROLE_ED variable in ED_6_3_1
Ded_6_4_1.py36 role = HarnessCase.ROLE_ED variable in ED_6_4_1
Ded_6_4_2.py36 role = HarnessCase.ROLE_ED variable in ED_6_4_2

12345678910>>...14