Home
last modified time | relevance | path

Searched refs:append (Results 1 – 23 of 23) sorted by relevance

/mbedtls-latest/programs/psa/
Dpsa_constant_names_generated.c95 …case PSA_KEY_TYPE_AES: append(&buffer, buffer_size, &required_size, "PSA_KEY_TYPE_AES", 16); break; in psa_snprint_key_type()
96 …case PSA_KEY_TYPE_ARIA: append(&buffer, buffer_size, &required_size, "PSA_KEY_TYPE_ARIA", 17); bre… in psa_snprint_key_type()
97 …case PSA_KEY_TYPE_CAMELLIA: append(&buffer, buffer_size, &required_size, "PSA_KEY_TYPE_CAMELLIA", … in psa_snprint_key_type()
98 …case PSA_KEY_TYPE_CATEGORY_FLAG_PAIR: append(&buffer, buffer_size, &required_size, "PSA_KEY_TYPE_C… in psa_snprint_key_type()
99 …case PSA_KEY_TYPE_CATEGORY_KEY_PAIR: append(&buffer, buffer_size, &required_size, "PSA_KEY_TYPE_CA… in psa_snprint_key_type()
100 …case PSA_KEY_TYPE_CATEGORY_PUBLIC_KEY: append(&buffer, buffer_size, &required_size, "PSA_KEY_TYPE_… in psa_snprint_key_type()
101 …case PSA_KEY_TYPE_CATEGORY_RAW: append(&buffer, buffer_size, &required_size, "PSA_KEY_TYPE_CATEGOR… in psa_snprint_key_type()
102 …case PSA_KEY_TYPE_CATEGORY_SYMMETRIC: append(&buffer, buffer_size, &required_size, "PSA_KEY_TYPE_C… in psa_snprint_key_type()
103 …case PSA_KEY_TYPE_CHACHA20: append(&buffer, buffer_size, &required_size, "PSA_KEY_TYPE_CHACHA20", … in psa_snprint_key_type()
104 …case PSA_KEY_TYPE_DERIVE: append(&buffer, buffer_size, &required_size, "PSA_KEY_TYPE_DERIVE", 19);… in psa_snprint_key_type()
[all …]
Dpsa_constant_names.c43 static void append(char **buffer, size_t buffer_size, in append() function
77 append(buffer, buffer_size, required_size, string, length); in append_with_curve()
78 append(buffer, buffer_size, required_size, "(", 1); in append_with_curve()
80 append(buffer, buffer_size, required_size, in append_with_curve()
86 append(buffer, buffer_size, required_size, ")", 1); in append_with_curve()
95 append(buffer, buffer_size, required_size, string, length); in append_with_group()
96 append(buffer, buffer_size, required_size, "(", 1); in append_with_group()
98 append(buffer, buffer_size, required_size, in append_with_group()
104 append(buffer, buffer_size, required_size, ")", 1); in append_with_group()
116 append(buffer, buffer_size, required_size, in append_with_alg()
/mbedtls-latest/tests/scripts/
Dgenerate_tls13_compat_tests.py276 priority_string_list.append('SIGN-ALL')
283 priority_string_list.append('GROUP-ALL')
359 requirement_list.append('requires_config_enabled PSA_WANT_DH_RFC7919_2048')
361 requirement_list.append('requires_config_enabled PSA_WANT_DH_RFC7919_2048')
363 requirement_list.append('requires_config_enabled PSA_WANT_DH_RFC7919_2048')
365 requirement_list.append('requires_config_enabled PSA_WANT_DH_RFC7919_2048')
367 requirement_list.append('requires_config_enabled PSA_WANT_DH_RFC7919_2048')
377 ret.append(
384 ret.append('requires_config_enabled PSA_WANT_ALG_ECDH')
387 ret.append('requires_config_enabled PSA_WANT_ALG_FFDH')
[all …]
Dcheck_names.py284 actual_macros[scope].append(macro)
341 exc_files.append(path)
343 inc_files.append(path)
393 macros.append(Match(
431 mbed_psa_words.append(Match(
487 enum_consts.append(Match(
622 identifiers.append(Match(
763 symbols.append(symbol.group("symbol"))
833 problems.append(SymbolNotInHeader(symbol))
853 problems.append(PatternMismatch(check_pattern, item_match))
[all …]
Daudit-validity-dates.py299 result.locations.append("{}#{}".format(filename, idx))
300 results.append(result)
306 result.locations.append("{}".format(filename))
307 results.append(result)
366 audit_data.locations.append("{}:{}:#{}".format(filename,
369 audit_data_list.append(audit_data)
Dscripts_path.py15 sys.path.append(os.path.join(os.path.dirname(__file__),
18 sys.path.append(os.path.join(os.path.dirname(__file__),
Ddepends.py340 self.jobs.append(job)
360 self.jobs.append(job)
477 failures.append(job.name)
481 successes.append(job.name)
Dtest_psa_compliance.py117 expected_failures.append(test)
120 unexpected_failures.append(test)
Dall.sh280 --append-outcome Append to the outcome file (if used).
295 --no-append-outcome Write a new outcome file and analyze it (default).
463 --append-outcome) append_outcome=1;;
485 --no-append-outcome) append_outcome=0;;
Drun_demos.py29 failures.append(demo)
Dpsa_collect_statuses.py48 fdata[value].append(tail)
Dtest_psa_constant_names.py131 self.errors.append(self.Error(type=type_word,
Dcheck_files.py91 self.files_with_issues[filepath].append(line_number)
/mbedtls-latest/scripts/
Dgenerate_ssl_debug_helpers.py92 stack.append((directive, param, start, end))
118 stack.append((directive, param, start, end))
191 translation_table.append(line.strip())
201 translation_table.append(
264 translation_table.append(
323 translation_table.append(' case {}:\n return "{}";'.format(name, iana_name))
Dcode_size_compare.py217 pre_make_cmd.append('cp {src} {dest}'
219 pre_make_cmd.append('cp {src} {dest}'
230 cflags.append(self.opt_level)
234 cflags.append('-mcpu=cortex-m33')
237 cflags.append('--target=arm-arm-none-eabi')
246 self.make_cmd.append('CFLAGS=\'{}\''.format(self.infer_make_cflags()))
248 self.make_cmd.append('CC={}'.format(self.compiler))
675 res.append([fname, *text_sect, *data_sect])
Dabi_check.py462 compatibility_report.append(
467 compatibility_report.append(
484 compatibility_report.append(
490 compatibility_report.append(
498 compatibility_report.append(
Dframework_scripts_path.py15 sys.path.append(os.path.join(os.path.dirname(__file__),
Dmin_requirements.py61 self.requirements.append(self.adjust_requirement(line))
Dconfig.py407 self.templates.append((name, '', '#define ' + name + ' '))
/mbedtls-latest/
D.pylintrc2 init-hook='import sys; sys.path.append("scripts")'
DChangeLog2251 these new functions always append the tag to the ciphertext, and include
/mbedtls-latest/docs/architecture/testing/
Dtest-framework.md17 …` file. If you can't think of a better description, the convention is to append `#1`, `#2`, etc. <…
/mbedtls-latest/docs/architecture/
Dtls13-support.md396 partial parsing of the handshake message may append at that stage like in the