Home
last modified time | relevance | path

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

/mbedtls-3.5.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:
436 def is_valid_key_agreement_with_derivation(self) -> bool:
443 def is_invalid_key_agreement_with_derivation(self) -> bool:
506 def is_invalid_truncation(self) -> bool:
522 def is_valid_for_operation(self) -> bool:
535 def can_do(self, category: AlgorithmCategory) -> bool:
[all …]
Decp.py78 def is_valid(self) -> bool:
144 def is_valid(self) -> bool:
217 def is_valid(self) -> bool:
309 def is_valid(self) -> bool:
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_mod_raw.py82 def is_valid(self) -> bool:
83 return bool(self.int_a < 2 * self.int_n)
Dbignum_core.py769 def is_valid(self) -> bool:
772 return bool(self.int_a < self.int_n)
791 def is_valid(self) -> bool:
Dbuild_tree.py23 def looks_like_mbedtls_root(path: str) -> bool:
Dbignum_common.py195 def is_valid(self) -> bool:
338 def is_valid(self) -> bool:
/mbedtls-3.5.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.py458 without_implicit_usage: Optional[bool] = False, argument
505 def __init__(self, info: Information, version: int, forward: bool) -> None: argument
526 ) -> bool:
633 test_implicit_usage: Optional[bool] = True argument
Ddepends.py137 def set_config_option_value(conf, option, colors, value: Union[bool, str]): argument
/mbedtls-3.5.0/scripts/
Dcode_style.py105 def check_style_is_correct(src_file_list: List[str]) -> bool:
138 def fix_style_single_pass(src_file_list: List[str]) -> bool: