/mbedtls-development/scripts/ |
A D | config.py | 371 elif m.group('section'): 372 self.current_section = m.group('section') 375 active = not m.group('commented_out') 376 name = m.group('name') 377 value = m.group('value') 379 m.group('indentation'), 380 m.group('define') + name + 381 m.group('arguments') + m.group('separator'))
|
A D | assemble_changelog.py | 139 top_version_title = m.group(1) 140 top_version_body = m.group(2) 170 return [CategoryContent(title_match.group(1), title_line, 313 return m.group(0)
|
/mbedtls-development/programs/psa/ |
A D | psa_constant_names.c | 78 static const char *psa_dh_family_name(psa_dh_family_t group); 102 psa_dh_family_t group) in append_with_group() argument 104 const char *group_name = psa_dh_family_name(group); in append_with_group() 112 "0x%02x", group); in append_with_group() 171 psa_dh_family_t group) in psa_snprint_dh_group() argument 173 const char *name = psa_dh_family_name(group); in psa_snprint_dh_group() 175 return snprintf(buffer, buffer_size, "0x%02x", (unsigned) group); in psa_snprint_dh_group()
|
/mbedtls-development/tests/scripts/ |
A D | check_names.py | 360 if macro.group("macro").startswith(exclusions): 368 macro.group("macro"))) 403 name.group(0))) 456 enum_const.group("enum_const"))) 555 for group in identifier.groups(): 556 if not group: 564 group)) 668 if (symbol and not symbol.group("symbol").startswith(exclusions)): 669 symbols.append(symbol.group("symbol")) 701 for group, check_pattern in pattern_checks: [all …]
|
A D | generate_test_code.py | 418 dependencies = parse_dependencies(match.group('dependencies')) 443 dep_str = match.group('depends_on') 447 dependencies += parse_dependencies(match.group('dependencies')) 551 name = match.group('func_name') 651 lambda m: m.group(1) or '\n', inp_str, 701 match.group('dependencies')) 740 _defined = '' if dependency.group(2) else 'defined' 741 _cond = dependency.group(2) if dependency.group(2) else '' 742 _value = dependency.group(3) if dependency.group(3) else '' 754 macro=dependency.group(1), id=dep_id,
|
A D | check_test_cases.py | 110 description = m.group(1) 164 re.search(br'[\t;]', description).group(0).decode('ascii'))
|
A D | set_psa_test_dependencies.py | 218 arguments = content_matches[-1].group(0).split(':') 234 old_dependencies = dependencies_match.group(0).split(':')
|
A D | check_files.py | 204 interpreter = m.group(1) or m.group(2)
|
/mbedtls-development/scripts/mbedtls_dev/ |
A D | crypto_knowledge.py | 50 self.name = m.group(1) 51 params = m.group(2).split(',')
|
A D | macro_collector.py | 462 name = m.group(1) 468 dest = self.table_by_prefix.get(m.group(2)) 472 if m.group(3): 473 self.argspecs[name] = self._argument_split(m.group(3)) 531 self.add_test_case_line(m.group(1), m.group(2))
|
/mbedtls-development/include/psa/ |
A D | crypto_values.h | 653 #define PSA_KEY_TYPE_DH_KEY_PAIR(group) \ argument 654 (PSA_KEY_TYPE_DH_KEY_PAIR_BASE | (group)) 660 #define PSA_KEY_TYPE_DH_PUBLIC_KEY(group) \ argument 661 (PSA_KEY_TYPE_DH_PUBLIC_KEY_BASE | (group))
|
/mbedtls-development/tests/suites/ |
A D | test_suite_ecp.data | 312 ECP tls read group #1 (record too short) 315 ECP tls read group #2 (bad curve_type) 318 ECP tls read group #3 (unknown curve) 321 ECP tls read group #4 (OK, buffer just fits) 325 ECP tls read group #5 (OK, buffer continues) 329 ECP tls write-read group #1 333 ECP tls write-read group #2 417 ECP check public-private #2 (group none) 420 ECP check public-private #3 (group mismatch)
|
A D | test_suite_psa_crypto_metadata.function | 707 psa_dh_family_t group = group_arg; 708 psa_key_type_t public_type = PSA_KEY_TYPE_DH_PUBLIC_KEY( group ); 709 psa_key_type_t pair_type = PSA_KEY_TYPE_DH_KEY_PAIR( group ); 711 TEST_PARITY( group ); 716 TEST_EQUAL( PSA_KEY_TYPE_DH_GET_FAMILY( public_type ), group ); 717 TEST_EQUAL( PSA_KEY_TYPE_DH_GET_FAMILY( pair_type ), group );
|
A D | test_suite_psa_crypto_metadata.data | 381 DH group family: RFC 7919
|
/mbedtls-development/library/ |
A D | ssl_tls13_client.c | 551 uint16_t group, offered_group; in ssl_tls13_parse_key_share_ext() local 558 group = MBEDTLS_GET_UINT16_BE( p, 0 ); in ssl_tls13_parse_key_share_ext() 563 if( offered_group != group ) in ssl_tls13_parse_key_share_ext() 567 (unsigned) offered_group, (unsigned) group ) ); in ssl_tls13_parse_key_share_ext() 574 if( mbedtls_ssl_tls13_named_group_is_ecdhe( group ) ) in ssl_tls13_parse_key_share_ext()
|
/mbedtls-development/docs/architecture/ |
A D | tls13-experimental.md | 95 group selected by the server for key establishement. For more information, 137 group. The preferred group is the group of the first curve in the list of 393 - When a function's parameters span several lines, group related parameters
|
A D | alternative-implementations.md | 52 …ds must be writable, and `mbedtls_ecp_point_read_binary()` must support a group structure where on…
|
/mbedtls-development/doxygen/ |
A D | mbedtls.doxyfile | 305 # member in the group (if any) for the other members of the group. By default 306 # all members of a group must be documented explicitly. 311 # the same type (for instance a group of public functions) to be put as a 319 # unions are shown inside the group in which they are included (e.g. using 328 # namespace, or group documentation), provided this scope is documented. If set 494 # hierarchy of group names into alphabetical order. If set to NO (the default) 495 # the group names will appear in their defined order. 1065 # The TOC_EXPAND flag can be set to YES to add extra items for group members 1161 # (range [0,1..20]) that doxygen will group on one line in the generated HTML
|
/mbedtls-development/docs/architecture/testing/ |
A D | driver-interface-test-strategy.md | 48 Some methods only make sense as a group (for example a driver that provides the MAC methods must pr…
|
/mbedtls-development/docs/proposed/ |
A D | psa-conditional-inclusion-c.md | 97 Rationale: Finite-field Diffie-Hellman code is usually not specialized for any particular group, so…
|
A D | psa-driver-interface.md | 160 … a C macro call and each argument must be the name of a constant of suitable type (curve or group). 162 The name `_` may be used instead of a curve or group to indicate that the capability concerns all c…
|
/mbedtls-development/ |
A D | ChangeLog | 749 group families to psa_ecc_family_t and psa_dh_family_t, in line with the 1417 belongs to a different group from the first. Before, if an application 1418 passed keys that belonged to different group, the first key's data was 1419 interpreted according to the second group, which could lead to either
|