| /lib/mbedtls/external/mbedtls/tests/suites/ |
| A 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
|
| A D | test_suite_aes.xts.data | 34 # http://grouper.ieee.org/groups/1619/email/pdf00086.pdf
|
| /lib/mbedtls/external/mbedtls/tests/scripts/ |
| A D | docker_env.sh | 46 if groups | grep docker > /dev/null; then
|
| A D | check_names.py | 618 for group in identifier.groups():
|
| A D | generate_test_code.py | 489 typ, _ = m.groups()
|
| /lib/lwip/lwip/contrib/apps/LwipMibCompiler/Mibs/ |
| A D | SNMPv2-CONF | 6 -- definitions for conformance groups 40 -- more definitions for conformance groups
|
| A D | UDP-MIB | 58 groups representing the current set of objects. 61 information for the new object groups.
|
| A D | IF-MIB | 1203 -- The groups: 1209 -- are mutually exclusive; at most one of these groups is implemented 1210 -- for a particular interface. When any of these groups is implemented 1312 -- the following five groups are mutually exclusive; at most 1313 -- one of these groups is implemented for any interface
|
| /lib/mbedtls/external/mbedtls/programs/ssl/ |
| A D | ssl_test_lib.h | 328 int parse_groups(const char *groups, uint16_t *group_list, size_t group_list_len);
|
| A 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()
|
| A 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()
|
| A 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()
|
| /lib/mbedtls/external/mbedtls/docs/architecture/psa-migration/ |
| A 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
|
| A D | psa-legacy-bridges.md | 137 …groups, whereas legacy only supports ad hoc groups. An existing application referring to `MBEDTLS_…
|
| A D | md-cipher-dispatch.md | 97 We can classify code that implements or uses cryptographic mechanisms into several groups:
|
| /lib/mbedtls/external/mbedtls/docs/proposed/ |
| A 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 …
|
| /lib/lwip/lwip/doc/ |
| A D | mdns.txt | 51 the multicast groups and any MDNS/legacy DNS requests sent unicast or multicast
|
| /lib/mbedtls/external/mbedtls/docs/architecture/ |
| A D | tls13-support.md | 61 - Supported groups: depends on the library configuration. 62 Potentially all ECDHE groups: 65 Potentially all DHE groups:
|
| /lib/mbedtls/external/mbedtls/scripts/mbedtls_dev/ |
| A D | macro_collector.py | 291 name, parameter, expansion = m.groups()
|
| /lib/lwip/lwip/contrib/apps/LwipMibCompiler/Mibs/IANA/ |
| A D | IANA-PRINTER-MIB | 1054 printer model groups, i.e., examples of types of subunits. 1162 -- multiple groups. The NMS may examine the
|
| /lib/mbedtls/external/mbedtls/include/mbedtls/ |
| A D | ssl.h | 3897 const uint16_t *groups);
|
| /lib/lwip/lwip/src/netif/ppp/ |
| A D | auth.c | 491 if (groups[i] == g->gr_gid) {
|
| /lib/lwip/lwip/doc/doxygen/ |
| A D | lwip.Doxyfile | 372 # Set the SUBGROUPING tag to YES to allow class member groups of the same type 2194 # If the EXTERNAL_GROUPS tag is set to YES, all external groups will be listed 2195 # in the modules index. If set to NO, only the current project's groups will be 2295 # groups, showing the direct groups dependencies.
|
| A D | lwip.Doxyfile.cmake.in | 372 # Set the SUBGROUPING tag to YES to allow class member groups of the same type 2194 # If the EXTERNAL_GROUPS tag is set to YES, all external groups will be listed 2195 # in the modules index. If set to NO, only the current project's groups will be 2295 # groups, showing the direct groups dependencies.
|
| /lib/mbedtls/external/mbedtls/docs/ |
| A 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 …
|