Lines Matching defs:self
29 def run_espsecure(self, args): argument
51 def setup_class(self): argument
55 def teardown_class(self): argument
59 def _open(self, image_file): argument
66 def test_digest_bootloader(self): argument
89 def test_digest_rsa_public_key(self): argument
134 def test_key_generation_v1(self): argument
141 def test_key_generation_v2(self): argument
148 def _test_sign_v1_data(self, key_name): argument
175 def test_sign_v1_data(self): argument
178 def test_sign_v1_data_pkcs8(self): argument
181 def test_sign_v1_with_pre_calculated_signature(self): argument
209 def test_sign_v2_data(self): argument
238 def test_sign_v2_multiple_keys(self): argument
291 def test_sign_v2_append_signatures(self): argument
344 def test_sign_v2_append_signatures_multiple_steps(self): argument
409 def test_sign_v2_with_pre_calculated_signature(self): argument
447 def test_sign_v2_with_multiple_pre_calculated_signatures(self): argument
482 def test_verify_signature_signing_key(self): argument
617 def test_verify_signature_public_key(self): argument
740 def test_extract_binary_public_key(self): argument
769 def test_generate_and_extract_key_v2(self): argument
816 self, argument
851 def test_encrypt_decrypt_bootloader(self): argument
856 def test_encrypt_decrypt_app(self): argument
865 def test_encrypt_decrypt_non_default_conf(self): argument
878 def test_encrypt_decrypt_bootloader(self): argument
887 def test_encrypt_decrypt_app(self): argument
896 def test_encrypt_decrypt_app_512_bit_key(self): argument
905 def test_padding(self): argument
968 def test_digest_private_key(self): argument
983 def test_digest_private_key_with_invalid_output(self, capsys): argument