Home
last modified time | relevance | path

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

/mbedtls-development/programs/psa/
A Dpsa_constant_names.c55 static void append(char **buffer, size_t buffer_size, in append() function
87 append(buffer, buffer_size, required_size, string, length); in append_with_curve()
88 append(buffer, buffer_size, required_size, "(", 1); in append_with_curve()
90 append(buffer, buffer_size, required_size, in append_with_curve()
96 append(buffer, buffer_size, required_size, ")", 1); in append_with_curve()
105 append(buffer, buffer_size, required_size, string, length); in append_with_group()
106 append(buffer, buffer_size, required_size, "(", 1); in append_with_group()
108 append(buffer, buffer_size, required_size, in append_with_group()
114 append(buffer, buffer_size, required_size, ")", 1); in append_with_group()
126 append(buffer, buffer_size, required_size, in append_with_alg()
/mbedtls-development/tests/scripts/
A Dcheck_names.py290 actual_macros.append(macro)
363 macros.append(Match(
398 mbed_words.append(Match(
451 enum_consts.append(Match(
559 identifiers.append(Match(
669 symbols.append(symbol.group("symbol"))
736 problems.append(SymbolNotInHeader(symbol))
756 problems.append(PatternMismatch(check_pattern, item_match))
759 problems.append(
797 problems.append(Typo(name_match))
A Dgenerate_test_code.py478 args.append('int')
479 args_dispatch.append('*( (int *) params[%d] )' % arg_idx)
481 args.append('char*')
482 args_dispatch.append('(char *) params[%d]' % arg_idx)
484 args.append('hex')
491 args_dispatch.append('&data%d' % arg_idx)
799 unique_dependencies.append(dep)
832 unique_expressions.append(val)
A Danalyze_outcomes.py106 outcomes[key].successes.append(setup)
108 outcomes[key].failures.append(setup)
A Dscripts_path.py26 sys.path.append(os.path.join(os.path.dirname(__file__),
A Dgenerate_psa_tests.py101 dependencies.append('DEPENDENCY_NOT_IMPLEMENTED_YET')
287 generate_dependencies.append("MBEDTLS_GENPRIME")
402 flags.append('TEST_FLAG_EXERCISE')
404 flags.append('TEST_FLAG_READ_ONLY')
678 alg_with_keys[alg].append(key_type)
A Dpsa_collect_statuses.py60 fdata[value].append(tail)
A Dtest_psa_constant_names.py125 self.errors.append(self.Error(type=type_word,
A Dcheck_files.py99 self.files_with_issues[filepath].append(line_number)
A Dtest_generate_test_code.py123 dependencies.append('DEP%d' % i)
188 dependencies.append('DEP%d' % i)
A Dall.sh242 --append-outcome Append to the outcome file (if used).
257 --no-append-outcome Write a new outcome file and analyze it (default).
419 --append-outcome) append_outcome=1;;
437 --no-append-outcome) append_outcome=0;;
/mbedtls-development/scripts/
A Dabi_check.py292 compatibility_report.append(
297 compatibility_report.append(
A Dconfig.py351 self.templates.append((name, '', '#define ' + name + ' '))
/mbedtls-development/
A D.pylintrc2 init-hook='import sys; sys.path.append("scripts")'
A DChangeLog605 these new functions always append the tag to the ciphertext, and include
/mbedtls-development/docs/architecture/testing/
A Dtest-framework.md17 …` file. If you can't think of a better description, the convention is to append `#1`, `#2`, etc. <…
/mbedtls-development/scripts/mbedtls_dev/
A Dmacro_collector.py509 sets.append(self.algorithms)
/mbedtls-development/doxygen/
A Dmbedtls.doxyfile1012 # will append .docset to the name.

Completed in 29 milliseconds