Searched refs:self (Results 1 – 7 of 7) sorted by relevance
| /optee_os/scripts/ |
| H A D | symbolize.py | 133 def __init__(self, out, dirs, strip_path): argument 134 self._out = out 135 self._dirs = dirs 136 self._strip_path = strip_path 137 self._addr2line = None 138 self.reset() 140 def my_Popen(self, cmd): argument 152 def get_elf(self, elf_or_uuid): argument 155 for d in self._dirs: 162 def set_arch(self, elf): argument [all …]
|
| H A D | sign_encrypt.py | 69 def __call__(self, parser, namespace, values, option_string=None): argument 70 a = self.dest + '_assigned' 72 raise argparse.ArgumentError(self, 'Can only be given once') 74 setattr(namespace, self.dest, values) 343 def __init__(self, arg_inf, arg_key): argument 349 self.inf = f.read() 351 self.inf = arg_inf 354 self.key = None 357 self.key = load_asymmetric_key(arg_key) 359 self.key = arg_key [all …]
|
| H A D | sign_rproc_fw.py | 118 def __init__(self): argument 119 self.buf = bytearray() 120 self.tlvs = {} 122 def add(self, kind, payload): argument 134 self.buf += buf 135 self.buf += payload 137 self.buf += bytearray(8 - align_64b) 139 def add_plat_tlv(self, cust_tlv): argument 150 self.tlvs[type_id] = int_val.to_bytes(4, 'little') 152 self.tlvs[type_id] = value.encode('utf-8') [all …]
|
| H A D | sign_helper_kms.py | 29 def __init__(self, arn): argument 30 self.arn = arn 31 self.client = boto3.client('kms') 32 response = self.client.get_public_key(KeyId=self.arn) 35 self.public_key = serialization.load_der_public_key( 39 def key_size(self): argument 40 return self.public_key.key_size 42 def public_key(self) -> RSAPublicKey: argument 43 return self.public_key 45 def sign(self, data: bytes, padding: AsymmetricPadding, argument [all …]
|
| /optee_os/mk/ |
| H A D | compile.mk | 32 -Wformat-nonliteral -Wformat-security -Wformat=2 -Winit-self \
|
| /optee_os/lib/libmbedtls/mbedtls/ |
| H A D | ChangeLog | 2207 directive in a header and a missing initialization in the self-test. 2208 * Fix a missing initialization in the Camellia self-test, affecting 2264 CMAC block cipher, and still pass the CMAC self test. 2665 * Fix self-test failure when the only enabled short Weierstrass elliptic 3190 * Fix potential memory leak in X.509 self test. Found and fixed by 4032 * New unit tests for timing. Improve the self-test to be more robust 4170 * Only run AES-192 self-test if AES-192 is available. Fixes #963. 4489 * Removed self-tests from the basic-built-test.sh script, and added all 4490 missing self-tests to the test suites, to ensure self-tests are only 5199 * Restore ability to locally trust a self-signed cert that is not a proper
|
| /optee_os/ |
| H A D | CHANGELOG.md | 800 * HiKey960: assertion in bget create_free_block() \[memalign() self-test\] ([#2414]) 1250 * On RPi3 xtest sometimes stall (rcu_sched self-detected stall on CPU) [#1353][issue1353]
|