Home
last modified time | relevance | path

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

12

/lib/mbedtls/external/mbedtls/tests/suites/
A 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
A Dtest_suite_aes.xts.data34 # http://grouper.ieee.org/groups/1619/email/pdf00086.pdf
/lib/mbedtls/external/mbedtls/tests/scripts/
A Ddocker_env.sh46 if groups | grep docker > /dev/null; then
A Dcheck_names.py618 for group in identifier.groups():
A Dgenerate_test_code.py489 typ, _ = m.groups()
/lib/lwip/lwip/contrib/apps/LwipMibCompiler/Mibs/
A DSNMPv2-CONF6 -- definitions for conformance groups
40 -- more definitions for conformance groups
A DUDP-MIB58 groups representing the current set of objects.
61 information for the new object groups.
A DIF-MIB1203 -- 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 Dssl_test_lib.h328 int parse_groups(const char *groups, uint16_t *group_list, size_t group_list_len);
A 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()
A 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()
A 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()
/lib/mbedtls/external/mbedtls/docs/architecture/psa-migration/
A 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
A Dpsa-legacy-bridges.md137groups, whereas legacy only supports ad hoc groups. An existing application referring to `MBEDTLS_…
A Dmd-cipher-dispatch.md97 We can classify code that implements or uses cryptographic mechanisms into several groups:
/lib/mbedtls/external/mbedtls/docs/proposed/
A 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 …
/lib/lwip/lwip/doc/
A Dmdns.txt51 the multicast groups and any MDNS/legacy DNS requests sent unicast or multicast
/lib/mbedtls/external/mbedtls/docs/architecture/
A Dtls13-support.md61 - 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 Dmacro_collector.py291 name, parameter, expansion = m.groups()
/lib/lwip/lwip/contrib/apps/LwipMibCompiler/Mibs/IANA/
A DIANA-PRINTER-MIB1054 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 Dssl.h3897 const uint16_t *groups);
/lib/lwip/lwip/src/netif/ppp/
A Dauth.c491 if (groups[i] == g->gr_gid) {
/lib/lwip/lwip/doc/doxygen/
A Dlwip.Doxyfile372 # 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 Dlwip.Doxyfile.cmake.in372 # 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 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 …

Completed in 97 milliseconds

12