| /openthread-latest/tests/scripts/thread-cert/ |
| D | node.py | 1439 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/ |
| D | test_suite_ecdh.data | 96 ECDH get_params with mismatched groups: our BP256R1, their SECP256R1 100 ECDH get_params with mismatched groups: their SECP256R1, our BP256R1
|
| D | test_suite_aes.xts.data | 34 # http://grouper.ieee.org/groups/1619/email/pdf00086.pdf
|
| D | test_suite_ssl.data | 3109 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/ |
| D | docker_env.sh | 46 if groups | grep docker > /dev/null; then
|
| D | check_names.py | 618 for group in identifier.groups():
|
| D | generate_test_code.py | 489 typ, _ = m.groups()
|
| /openthread-latest/third_party/mbedtls/repo/programs/ssl/ |
| D | ssl_test_lib.h | 328 int parse_groups(const char *groups, uint16_t *group_list, size_t group_list_len);
|
| D | ssl_test_lib.c | 601 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()
|
| D | ssl_client2.c | 518 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()
|
| D | ssl_server2.c | 671 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/ |
| D | psa-limitations.md | 52 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
|
| D | psa-legacy-bridges.md | 137 …groups, whereas legacy only supports ad hoc groups. An existing application referring to `MBEDTLS_…
|
| D | md-cipher-dispatch.md | 97 We can classify code that implements or uses cryptographic mechanisms into several groups:
|
| /openthread-latest/third_party/mbedtls/repo/docs/proposed/ |
| D | psa-conditional-inclusion-c.md | 102 #### 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/ |
| D | tls13-support.md | 61 - Supported groups: depends on the library configuration. 62 Potentially all ECDHE groups: 65 Potentially all DHE groups:
|
| /openthread-latest/tools/otci/otci/ |
| D | otci.py | 821 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/ |
| D | macro_collector.py | 291 name, parameter, expansion = m.groups()
|
| /openthread-latest/tools/tcat_ble_client/ |
| D | poetry.lock | 110 description = "Backport of PEP 654 (exception groups)"
|
| /openthread-latest/third_party/mbedtls/repo/include/mbedtls/ |
| D | ssl.h | 3897 const uint16_t *groups);
|
| /openthread-latest/tests/toranj/ncp/ |
| D | wpan.py | 1165 data = m.groups()
|
| /openthread-latest/doc/ |
| D | Doxyfile.in | 381 # 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/ |
| D | OpenThread.py | 331 code, msg = m.groups()
|
| /openthread-latest/third_party/mbedtls/repo/docs/ |
| D | psa-transition.md | 424 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/ |
| D | ChangeLog | 247 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
|