| /lib/mbedtls/ |
| A D | Kconfig | 12 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 D | Kconfig | 66 bool 75 bool 81 bool 84 bool 96 bool 146 bool 150 bool 155 bool 160 bool 165 bool [all …]
|
| /lib/efi_loader/ |
| A D | Kconfig | 4 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 D | Kconfig | 2 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 D | ecp.py | 87 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 D | crypto_knowledge.py | 126 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 D | build_tree.py | 12 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 D | c_wrapper_generator.py | 63 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 D | c_parsing_helper.py | 71 def returns_void(self) -> bool: 73 return bool(self.VOID_RE.search(self.return_type))
|
| A D | bignum_core.py | 119 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 D | macro_collector.py | 40 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 D | logging_util.py | 30 def filter(self, record: logging.LogRecord) -> bool:
|
| A D | bignum_mod_raw.py | 66 def is_valid(self) -> bool: 67 return bool(self.int_a < 2 * self.int_n)
|
| /lib/rsa/ |
| A D | Kconfig | 2 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 D | generate_psa_wrappers.py | 28 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 D | test_psa_constant_names.py | 42 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 D | Kconfig | 5 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 D | Kconfig | 2 bool "Add crypt support for password-based unlock" 13 bool "Provide sha256crypt" 20 bool "Provide sha512crypt"
|
| /lib/ecdsa/ |
| A D | Kconfig | 2 bool "Enable ECDSA support" 14 bool "Enable ECDSA verification support in U-Boot." 19 bool "Enable ECDSA verification support in SPL"
|
| /lib/optee/ |
| A D | Kconfig | 2 bool "Support OPTEE library" 8 bool "Support OPTEE images" 23 bool "Support OPTEE bootm command"
|
| /lib/fwu_updates/ |
| A D | Kconfig | 2 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 D | code_style.py | 112 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 D | Kconfig | 7 bool
|
| /lib/efi_selftest/ |
| A D | Kconfig | 2 bool "UEFI unit tests"
|
| /lib/dhry/ |
| A D | Kconfig | 2 bool "Support the 'dhry' command to run the dhrystone benchmark"
|