Home
last modified time | relevance | path

Searched refs:problems (Results 1 – 8 of 8) sorted by relevance

/mbedtls-latest/tests/scripts/
Dcheck_names.py787 problems = 0
788 problems += self.check_symbols_declared_in_header()
797 problems += self.check_match_pattern(group, check_pattern)
799 problems += self.check_for_typos()
802 if problems > 0:
803 self.log.info("FAIL: {0} problem(s) to fix".format(str(problems)))
821 problems = []
833 problems.append(SymbolNotInHeader(symbol))
835 self.output_check_result("All symbols in header", problems)
836 return len(problems)
[all …]
/mbedtls-latest/scripts/
Dabi_check.py413 for problems in report.getchildren()[:]:
414 if not problems.getchildren():
415 report.remove(problems)
/mbedtls-latest/docs/architecture/psa-migration/
Dstrategy.md68 solutions to these problems would be higher or lower than the cost of
70 solutions would probably also solve other problems at the same time.)
Dmd-cipher-dispatch.md316 These problems are easily solvable.
/mbedtls-latest/
DLICENSE261 that any problems introduced by others will not reflect on the original
454 address new problems or concerns.
DChangeLog4088 resulting in compatibility problems with Chrome. Found by hfloyrd. #823
/mbedtls-latest/docs/architecture/testing/
Dinvasive-testing.md16 * [“Solutions”](#solutions) explains how we currently solve, or intend to solve, specific problems.
/mbedtls-latest/docs/architecture/
Dpsa-shared-memory.md340 …ng function, although it's remotely possible that this will cause other problems. Valgrind does no…