Home
last modified time | relevance | path

Searched defs:self (Results 1 – 5 of 5) sorted by relevance

/optee_os/scripts/kconfig/kconfiglib/
H A Dkconfiglib.py867 def __init__(self, filename="Kconfig", warn=True, warn_to_stderr=True, argument
959 def _init(self, filename, warn, warn_to_stderr, encoding): argument
1127 def mainmenu_text(self): argument
1134 def defconfig_filename(self): argument
1149 def load_config(self, filename=None, replace=True, verbose=None): argument
1247 def _load_config(self, filename, replace): argument
1368 def _undef_assign(self, name, val, filename, linenr): argument
1377 def _assigned_twice(self, sym, new_val, filename, linenr): argument
1395 def load_allconfig(self, filename): argument
1417 def write_autoconf(self, filename=None, header=None): argument
[all …]
/optee_os/scripts/
H A Dsymbolize.py133 def __init__(self, out, dirs, strip_path): argument
140 def my_Popen(self, cmd): argument
152 def get_elf(self, elf_or_uuid): argument
162 def set_arch(self, elf): argument
179 def arch_prefix(self, cmd, elf): argument
185 def spawn_addr2line(self, elf_name): argument
204 def elf_load_addr(self, addr): argument
224 def elf_for_addr(self, addr): argument
234 def subtract_load_addr(self, addr): argument
242 def resolve(self, addr): argument
[all …]
H A Dsign_helper_kms.py29 def __init__(self, arn): argument
39 def key_size(self): argument
42 def public_key(self) -> RSAPublicKey: argument
45 def sign(self, data: bytes, padding: AsymmetricPadding, argument
82 self, padding: AsymmetricPadding, algorithm: hashes.HashAlgorithm argument
86 def decrypt(self, ciphertext: bytes, padding: AsymmetricPadding) -> bytes: argument
89 def private_numbers(self) -> RSAPrivateNumbers: argument
93 self, argument
H A Dsign_rproc_fw.py118 def __init__(self): argument
122 def add(self, kind, payload): argument
139 def add_plat_tlv(self, cust_tlv): argument
158 def get(self): argument
169 def __init__(self, key): argument
173 def hash_compute(self, segment): argument
176 def sign(self): argument
182 def __init__(self, key): argument
186 def hash_compute(self, segment): argument
189 def sign(self): argument
[all …]
H A Dsign_encrypt.py69 def __call__(self, parser, namespace, values, option_string=None): argument
343 def __init__(self, arg_inf, arg_key): argument
365 def __pack_img(self, img_type, sign_algo): argument
374 def __calc_digest(self): argument
390 def encrypt_ta(self, enc_key, key_type, sig_algo, uuid, ta_version): argument
414 def set_bootstrap_ta(self, sig_algo, uuid, ta_version): argument
423 def set_subkey(self, sign_algo, name, uuid, subkey_version, max_depth, argument
473 def parse(self): argument
574 def display(self): argument
724 def decrypt_ta(self, enc_key): argument
[all …]