Home
last modified time | relevance | path

Searched refs:self (Results 1 – 6 of 6) sorted by relevance

/optee_os-3.20.0/scripts/
A Dsymbolize.py134 self._out = out
135 self._dirs = dirs
138 self.reset()
164 if self._arch:
194 self._addr2line = self.my_Popen([cmd, '-f', '-p', '-e', elf])
200 if self._regions:
239 self.spawn_addr2line(self.elf_for_addr(addr))
400 def reset(self): argument
524 self._out.write(self.process_abort(self._saved_abort_line))
530 self.reset()
[all …]
A Dsign_encrypt.py394 self.img = self.inf
416 self.img = self.inf
525 self.img = self.ciphertext
527 self.img = self.inf[offs:]
536 [self.name_size, self.subkey_version, self.max_depth, self.algo,
542 self.name_img = self.inf[offs:offs + self.name_size]
564 self.img = self.inf[subkey_offs:offs - self.name_size]
724 self.img = cipher.decrypt(self.nonce, self.ciphertext, None)
746 self.sig = self.key.sign(self.img_digest, self.__get_padding(),
760 if len(self.sig) != self.sig_size:
[all …]
A Dsign_helper_kms.py29 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)
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
73 response = self.client.sign(
74 KeyId=self.arn, Message=data,
[all …]
/optee_os-3.20.0/mk/
A Dcompile.mk32 -Wformat-nonliteral -Wformat-security -Wformat=2 -Winit-self \
/optee_os-3.20.0/lib/libmbedtls/mbedtls/
A DChangeLog325 directive in a header and a missing initialization in the self-test.
326 * Fix a missing initialization in the Camellia self-test, affecting
388 CMAC block cipher, and still pass the CMAC self test.
776 * Fix self-test failure when the only enabled short Weierstrass elliptic
1301 * Fix potential memory leak in X.509 self test. Found and fixed by
2143 * New unit tests for timing. Improve the self-test to be more robust
2281 * Only run AES-192 self-test if AES-192 is available. Fixes #963.
2600 * Removed self-tests from the basic-built-test.sh script, and added all
2601 missing self-tests to the test suites, to ensure self-tests are only
3310 * Restore ability to locally trust a self-signed cert that is not a proper
/optee_os-3.20.0/
A DCHANGELOG.md470 * HiKey960: assertion in bget create_free_block() \[memalign() self-test\] ([#2414])
920 * On RPi3 xtest sometimes stall (rcu_sched self-detected stall on CPU) [#1353][issue1353]

Completed in 17 milliseconds