Home
last modified time | relevance | path

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

12

/lib/mbedtls/
A DKconfig12 bool "legacy crypto libraries"
17 bool "MbedTLS libraries"
75 bool "legacy certificate libraries"
298 bool "MbedTLS TLS library"
323 bool "legacy crypto libraries"
328 bool "MbedTLS libraries"
530 bool "MbedTLS TLS library (SPL)"
557 bool "legacy crypto libraries"
562 bool "MbedTLS libraries"
709 bool "legacy crypto libraries"
[all …]
/lib/
A DKconfig66 bool
75 bool
81 bool
84 bool
96 bool
146 bool
150 bool
155 bool
160 bool
165 bool
[all …]
/lib/efi_loader/
A DKconfig4 bool "Support running UEFI applications"
43 bool "Execute UEFI binary"
73 bool
76 bool "EFI Debug Support"
87 bool "GetTime() runtime service"
104 bool
250 bool
302 bool
398 bool "HII protocols"
556 bool "UEFI Boot Manager"
[all …]
/lib/crypto/
A DKconfig2 bool "Asymmetric (public-key cryptographic) key Support"
13 bool "Asymmetric (public-key cryptographic) key Support within SPL"
22 bool "Asymmetric public-key crypto algorithm subtype"
30 bool "Asymmetric public-key crypto algorithm subtype within SPL"
39 bool "RSA public key parser"
50 bool "RSA public key parser within SPL"
61 bool "X.509 certificate parser"
73 bool "PKCS#7 message parser"
83 bool
86 bool "MS authenticode parser"
/lib/mbedtls/external/mbedtls/scripts/mbedtls_dev/
A Decp.py87 def is_valid(self) -> bool:
166 def is_valid(self) -> bool:
251 def is_valid(self) -> bool:
374 def is_valid(self) -> bool:
480 def is_valid(self) -> bool:
552 def is_valid(self) -> bool:
626 def is_valid(self) -> bool:
702 def is_valid(self) -> bool:
771 def is_valid(self) -> bool:
870 def is_valid(self) -> bool:
A Dcrypto_knowledge.py126 def is_public(self) -> bool:
206 def can_do(self, alg: 'Algorithm') -> bool:
278 def requires_key(self) -> bool:
282 def is_asymmetric(self) -> bool:
388 def determine_wildcard(expr) -> bool:
433 def is_valid_key_agreement_with_derivation(self) -> bool:
440 def is_invalid_key_agreement_with_derivation(self) -> bool:
503 def is_invalid_truncation(self) -> bool:
519 def is_valid_for_operation(self) -> bool:
532 def can_do(self, category: AlgorithmCategory) -> bool:
[all …]
A Dbuild_tree.py12 def looks_like_tf_psa_crypto_root(path: str) -> bool:
17 def looks_like_mbedtls_root(path: str) -> bool:
22 def looks_like_root(path: str) -> bool:
25 def crypto_core_directory(root: Optional[str] = None, relative: Optional[bool] = False) -> str: argument
A Dc_wrapper_generator.py63 def _write_prologue(self, out: typing_util.Writable, header: bool) -> None: argument
89 def _write_epilogue(self, out: typing_util.Writable, header: bool) -> None: argument
181 if_void: bool = False) -> None: argument
201 def _skip_function(self, function: FunctionInfo) -> bool:
238 header: bool) -> None: argument
371 def _write_prologue(self, out: typing_util.Writable, header: bool) -> None: argument
A Dc_parsing_helper.py71 def returns_void(self) -> bool:
73 return bool(self.VOID_RE.search(self.return_type))
A Dbignum_core.py119 def is_valid(self) -> bool:
847 def is_valid(self) -> bool:
850 return bool(self.int_a < self.int_n)
862 def is_valid(self) -> bool:
A Dmacro_collector.py40 def __init__(self, filename: str, binary: bool = False) -> None: argument
112 def is_internal_name(self, name: str) -> bool:
214 def __init__(self, include_intermediate: bool = False) -> None: argument
497 def accept_test_case_line(self, function: str, argument: str) -> bool:
A Dlogging_util.py30 def filter(self, record: logging.LogRecord) -> bool:
A Dbignum_mod_raw.py66 def is_valid(self) -> bool:
67 return bool(self.int_a < 2 * self.int_n)
/lib/rsa/
A DKconfig2 bool "Use RSA Library"
20 bool "Use RSA Library within SPL"
24 bool
30 bool
35 bool "Execute RSA verification without key parameters from FDT"
52 bool "Execute RSA verification without key parameters from FDT within SPL"
71 bool "Enable driver for RSA Modular Exponentiation in software"
80 bool "Enable RSA Modular Exponentiation with FSL crypto accelerator"
87 bool "Enable RSA Modular Exponentiation with ASPEED crypto accelerator"
/lib/mbedtls/external/mbedtls/tests/scripts/
A Dgenerate_psa_wrappers.py28 def __init__(self, i: int, is_output: bool, argument
69 def _skip_function(self, function: c_wrapper_generator.FunctionInfo) -> bool:
116 poison: bool) -> None: argument
128 poison: bool) -> None: argument
142 _buffer_name: Optional[str]) -> bool:
167 def _write_prologue(self, out: typing_util.Writable, header: bool) -> None: argument
180 def _write_epilogue(self, out: typing_util.Writable, header: bool) -> None: argument
A Dtest_psa_constant_names.py42 keep_c: bool = False) -> List[str]: argument
73 def is_simplifiable(expr: str) -> bool:
87 keep_c: bool = False) -> Tuple[List[str], List[str]]: argument
/lib/efi_client/
A DKconfig5 bool "Support running U-Boot from EFI"
20 bool "Support running as an EFI application"
30 bool "Support running as an EFI payload"
45 bool "Produce an app for running with 32-bit EFI"
48 bool "Produce an app for running with 64-bit EFI"
63 bool "Produce a stub for running with 32-bit EFI"
66 bool "Produce a stub for running with 64-bit EFI"
/lib/crypt/
A DKconfig2 bool "Add crypt support for password-based unlock"
13 bool "Provide sha256crypt"
20 bool "Provide sha512crypt"
/lib/ecdsa/
A DKconfig2 bool "Enable ECDSA support"
14 bool "Enable ECDSA verification support in U-Boot."
19 bool "Enable ECDSA verification support in SPL"
/lib/optee/
A DKconfig2 bool "Support OPTEE library"
8 bool "Support OPTEE images"
23 bool "Support OPTEE bootm command"
/lib/fwu_updates/
A DKconfig2 bool "Enable FWU Multi Bank Update Feature"
35 bool "Enable support FWU Metadata version 1"
42 bool "Enable support FWU Metadata version 2"
/lib/mbedtls/external/mbedtls/scripts/
A Dcode_style.py112 def check_style_is_correct(src_file_list: List[str]) -> bool:
145 def fix_style_single_pass(src_file_list: List[str]) -> bool:
/lib/efi/
A DKconfig7 bool
/lib/efi_selftest/
A DKconfig2 bool "UEFI unit tests"
/lib/dhry/
A DKconfig2 bool "Support the 'dhry' command to run the dhrystone benchmark"

Completed in 769 milliseconds

12