Home
last modified time | relevance | path

Searched refs:role (Results 1 – 25 of 345) 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
D_common.exp157 proc attach {{role "leader"}} {
162 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/
Dsed_9_2_8.py36 role = HarnessCase.ROLE_SED variable in SED_9_2_8
Dleader_5_6_2.py35 role = HarnessCase.ROLE_LEADER variable in Leader_5_6_2
Dleader_9_2_1.py36 role = HarnessCase.ROLE_LEADER variable in Leader_9_2_1
Dleader_9_2_12.py36 role = HarnessCase.ROLE_LEADER variable in Leader_9_2_12
Dmed_9_2_12.py36 role = HarnessCase.ROLE_MED variable in MED_9_2_12
Dmed_9_2_13.py36 role = HarnessCase.ROLE_MED variable in MED_9_2_13
Dmed_9_2_18.py36 role = HarnessCase.ROLE_MED variable in MED_9_2_18
Dmed_9_2_6.py36 role = HarnessCase.ROLE_MED variable in MED_9_2_6
Dreed_5_2_4.py36 role = HarnessCase.ROLE_REED variable in REED_5_2_4
Dreed_5_2_5.py36 role = HarnessCase.ROLE_REED variable in REED_5_2_5
Dreed_5_2_7.py36 role = HarnessCase.ROLE_REED variable in REED_5_2_7
Drouter_5_1_8.py36 role = HarnessCase.ROLE_ROUTER variable in Router_5_1_8
Drouter_5_1_9.py36 role = HarnessCase.ROLE_ROUTER variable in Router_5_1_9
Drouter_5_2_1.py36 role = HarnessCase.ROLE_ROUTER variable in Router_5_2_1
Drouter_5_2_6.py36 role = HarnessCase.ROLE_ROUTER variable in Router_5_2_6
Drouter_5_2_7.py36 role = HarnessCase.ROLE_ROUTER variable in Router_5_2_7
Drouter_5_3_1.py35 role = HarnessCase.ROLE_ROUTER variable in Router_5_3_1

12345678910>>...14