Home
last modified time | relevance | path

Searched refs:groups (Results 1 – 25 of 26) sorted by relevance

12

/openthread-latest/tests/scripts/thread-cert/
Dnode.py1439 groups = m.groups()
1441 'packets': int(groups[1]),
1442 'bytes': int(groups[2]),
1444 if groups[3]:
1445 sub_counters['failures'] = int(groups[3])
1446 counters[groups[0]] = sub_counters
1561 g = self.pexpect.match.groups()
1569 ret['seqno'] = int(z.groups()[0])
1573 ret['delay'] = int(z.groups()[0])
1577 ret['timeout'] = int(z.groups()[0])
[all …]
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_ecdh.data96 ECDH get_params with mismatched groups: our BP256R1, their SECP256R1
100 ECDH get_params with mismatched groups: their SECP256R1, our BP256R1
Dtest_suite_aes.xts.data34 # http://grouper.ieee.org/groups/1619/email/pdf00086.pdf
Dtest_suite_ssl.data3109 Test configuration of groups for DHE through mbedtls_ssl_conf_curves()
3112 Test configuration of groups for DHE through mbedtls_ssl_conf_groups()
/openthread-latest/third_party/mbedtls/repo/tests/scripts/
Ddocker_env.sh46 if groups | grep docker > /dev/null; then
Dcheck_names.py618 for group in identifier.groups():
Dgenerate_test_code.py489 typ, _ = m.groups()
/openthread-latest/third_party/mbedtls/repo/programs/ssl/
Dssl_test_lib.h328 int parse_groups(const char *groups, uint16_t *group_list, size_t group_list_len);
Dssl_test_lib.c601 int parse_groups(const char *groups, uint16_t *group_list, size_t group_list_len) in parse_groups() argument
603 char *p = (char *) groups; in parse_groups()
Dssl_client2.c518 const char *groups; /* list of supported groups */ member
967 opt.groups = DFL_GROUPS; in main()
1236 opt.groups = q; in main()
1564 if (opt.groups != NULL) { in main()
1565 if (parse_groups(opt.groups, group_list, GROUP_LIST_SIZE) != 0) { in main()
1973 if (opt.groups != NULL && in main()
1974 strcmp(opt.groups, "default") != 0) { in main()
Dssl_server2.c671 const char *groups; /* list of supported groups */ member
1750 opt.groups = DFL_GROUPS; in main()
1979 opt.groups = q; in main()
2458 if (opt.groups != NULL) { in main()
2459 if (parse_groups(opt.groups, group_list, GROUP_LIST_SIZE) != 0) { in main()
3165 if (opt.groups != NULL && in main()
3166 strcmp(opt.groups, "default") != 0) { in main()
/openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-migration/
Dpsa-limitations.md52 7919 which allows use of named groups in TLS 1.2 - however as this is only an
56 In TLS 1.3 the situation will be simpler: named groups are the only
58 coincidentally, all the groups used by RFC 7919 and TLS 1.3 are included
78 client-side the only option is to offer named groups and break the handshake
Dpsa-legacy-bridges.md137groups, whereas legacy only supports ad hoc groups. An existing application referring to `MBEDTLS_…
Dmd-cipher-dispatch.md97 We can classify code that implements or uses cryptographic mechanisms into several groups:
/openthread-latest/third_party/mbedtls/repo/docs/proposed/
Dpsa-conditional-inclusion-c.md102 #### Configuration symbols for Diffie-Hellman groups
104 There are no configuration symbols for Diffie-Hellman groups (`PSA_DH_GROUP_xxx`).
106 …pecialized for any particular group, so reducing the number of available groups at compile time on…
221 Way to request only specific groups? Not a priority: constrained devices don't do FFDH. Specify it …
/openthread-latest/third_party/mbedtls/repo/docs/architecture/
Dtls13-support.md61 - Supported groups: depends on the library configuration.
62 Potentially all ECDHE groups:
65 Potentially all DHE groups:
/openthread-latest/tools/otci/otci/
Dotci.py821 ip, port = matched.groups()
915 … port, priority, weight, srv_ttl, hostname, address, aaaa_ttl, txt_data, txt_ttl = m.groups()
1106 _, host, _, state, addrs = m.groups()
1152 instance, service, state, port, priority, weight = m.groups()
1205 ip, port = matched.groups()
/openthread-latest/third_party/mbedtls/repo/scripts/mbedtls_dev/
Dmacro_collector.py291 name, parameter, expansion = m.groups()
/openthread-latest/tools/tcat_ble_client/
Dpoetry.lock110 description = "Backport of PEP 654 (exception groups)"
/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
Dssl.h3897 const uint16_t *groups);
/openthread-latest/tests/toranj/ncp/
Dwpan.py1165 data = m.groups()
/openthread-latest/doc/
DDoxyfile.in381 # Set the SUBGROUPING tag to YES to allow class member groups of the same type
2072 # If the EXTERNAL_GROUPS tag is set to YES all external groups will be listed in
2073 # the modules index. If set to NO, only the current project's groups will be
2188 # groups, showing the direct groups dependencies.
/openthread-latest/tools/harness-thci/
DOpenThread.py331 code, msg = m.groups()
/openthread-latest/third_party/mbedtls/repo/docs/
Dpsa-transition.md424 The PSA API groups functions by purpose rather than by underlying primitive: there is a MAC API (eq…
766 The PSA API only supports Diffie-Hellman with predefined groups. A group is fully determined by a g…
1215 The PSA API for finite-field Diffie-Hellman only supports predefined groups. Therefore there is no …
/openthread-latest/third_party/mbedtls/repo/
DChangeLog247 to select only some of the parameters / groups, with the macros
400 By default, all groups are offered; the list of groups can be
1281 * You can configure groups for a TLS key exchange with the new function
4462 * Removed mbedtls_ecp_group_read_string(). Only named groups are supported.
5474 * Added predefined DHM groups from RFC 5114

12