Home
last modified time | relevance | path

Searched refs:bool (Results 1 – 7 of 7) sorted by relevance

/mbedtls-3.4.0/scripts/mbedtls_dev/
Dcrypto_knowledge.py137 def is_public(self) -> bool:
211 def can_do(self, alg: 'Algorithm') -> bool:
281 def requires_key(self) -> bool:
285 def is_asymmetric(self) -> bool:
391 def determine_wildcard(expr) -> bool:
417 def is_key_agreement_with_derivation(self) -> bool:
485 def is_invalid_truncation(self) -> bool:
501 def can_do(self, category: AlgorithmCategory) -> bool:
511 def usage_flags(self, public: bool = False) -> List[str]: argument
Dmacro_collector.py51 def __init__(self, filename: str, binary: bool = False) -> None: argument
123 def is_internal_name(self, name: str) -> bool:
225 def __init__(self, include_intermediate: bool = False) -> None: argument
508 def accept_test_case_line(self, function: str, argument: str) -> bool:
Dbignum_core.py781 def is_valid(self) -> bool:
784 return bool(self.int_a < self.int_n)
803 def is_valid(self) -> bool:
Dbuild_tree.py23 def looks_like_mbedtls_root(path: str) -> bool:
Dbignum_common.py183 def is_valid(self) -> bool:
285 def is_valid(self) -> bool:
/mbedtls-3.4.0/tests/scripts/
Dtest_psa_constant_names.py54 keep_c: bool = False) -> List[str]: argument
85 def is_simplifiable(expr: str) -> bool:
99 keep_c: bool = False) -> Tuple[List[str], List[str]]: argument
Dgenerate_psa_tests.py456 without_implicit_usage: Optional[bool] = False, argument
503 def __init__(self, info: Information, version: int, forward: bool) -> None: argument
524 ) -> bool:
631 test_implicit_usage: Optional[bool] = True argument