/system/keymaster/ |
D | ecdsa_keymaster1_operation.h | 53 typedef BaseOperation super; typedef 58 : BaseOperation(digest, key), wrapped_operation_(super::purpose(), engine) { in EcdsaKeymaster1Operation() 60 assert(super::purpose() != KM_PURPOSE_VERIFY); in EcdsaKeymaster1Operation() 61 assert(super::purpose() != KM_PURPOSE_ENCRYPT); in EcdsaKeymaster1Operation() 66 keymaster_error_t error = wrapped_operation_.Begin(super::ecdsa_key_, input_params); in Begin() 69 return super::Begin(input_params, output_params); in Begin() 75 keymaster_error_t error = wrapped_operation_.PrepareFinish(super::ecdsa_key_, input_params); in Finish() 78 error = super::Finish(input_params, input, signature, output_params, output); in Finish() 79 if (wrapped_operation_.GetError(super::ecdsa_key_) != KM_ERROR_OK) in Finish() 80 error = wrapped_operation_.GetError(super::ecdsa_key_); in Finish() [all …]
|
D | rsa_keymaster1_operation.h | 53 typedef BaseOperation super; typedef 58 : BaseOperation(digest, padding, key), wrapped_operation_(super::purpose(), engine) { in RsaKeymaster1Operation() 60 assert(super::purpose() != KM_PURPOSE_VERIFY); in RsaKeymaster1Operation() 61 assert(super::purpose() != KM_PURPOSE_ENCRYPT); in RsaKeymaster1Operation() 66 keymaster_error_t error = wrapped_operation_.Begin(super::rsa_key_, input_params); in Begin() 69 return super::Begin(input_params, output_params); in Begin() 75 keymaster_error_t error = wrapped_operation_.PrepareFinish(super::rsa_key_, input_params); in Finish() 78 error = super::Finish(input_params, input, signature, output_params, output); in Finish() 79 if (wrapped_operation_.GetError(super::rsa_key_) != KM_ERROR_OK) in Finish() 80 error = wrapped_operation_.GetError(super::rsa_key_); in Finish() [all …]
|
D | ec_keymaster0_key.cpp | 44 return super::GenerateKey(key_description, key_blob, hw_enforced, sw_enforced); in GenerateKey() 76 return super::ImportKey(key_description, input_key_material_format, input_key_material, in ImportKey() 109 return super::LoadKey(key_material, additional_params, hw_enforced, sw_enforced, key); in LoadKey()
|
D | ec_keymaster0_key.h | 36 typedef EcKeyFactory super; typedef
|
D | rsa_keymaster0_key.h | 36 typedef RsaKeyFactory super; typedef
|
D | rsa_keymaster0_key.cpp | 110 return super::LoadKey(key_material, additional_params, hw_enforced, sw_enforced, key); in LoadKey()
|
/system/extras/tests/net_test/ |
D | tcp_test.py | 46 super(TcpBaseTest, self).tearDown() 61 pkt = super(TcpBaseTest, self)._ReceiveAndExpectResponse(netid, packet, 67 super(TcpBaseTest, self).ReceivePacketOn(netid, packet)
|
D | cstruct.py | 105 super(CStruct, self).__setattr__("_values", list(values)) 186 super(CStruct, self).__setattr__("_buffer", buf)
|
D | anycast_test.py | 44 super(CloseFileDescriptorThread, self).__init__()
|
D | sock_diag_test.py | 66 super(SockDiagBaseTest, self).setUp() 74 super(SockDiagBaseTest, self).tearDown() 340 super(SocketExceptionThread, self).__init__() 381 super(SockDestroyTcpTest, self).setUp()
|
D | iproute.py | 220 return super(IPRoute, self)._GetConstantName(__name__, value, prefix) 301 super(IPRoute, self).__init__() 316 super(IPRoute, self)._SendNlRequest(command, data, flags)
|
D | neighbour_test.py | 58 super(NeighbourTest, cls).setUpClass() 67 super(NeighbourTest, self).setUp()
|
D | tcp_nuke_addr_test.py | 129 super(ExceptionalReadThread, self).__init__()
|
D | ping6_test.py | 51 super(PingReplyThread, self).__init__() 190 super(Ping6Test, cls).setUpClass() 203 super(Ping6Test, cls).tearDownClass()
|
D | multinetwork_test.py | 68 super(InboundMarkingTest, cls).setUpClass() 76 super(InboundMarkingTest, cls).tearDownClass() 418 super(TCPAcceptTest, cls).setUpClass()
|
/system/extras/tests/bootloader/ |
D | shelltest.py | 21 super(ShellTest, self).__init__(*args, **kwargs)
|
D | haltest.py | 24 super(HalTest, self).__init__(*args, **kwargs)
|
/system/core/mkbootimg/ |
D | mkbootimg | 83 super(ValidateStrLenAction, self).__init__(option_strings, dest, **kwargs)
|
/system/update_engine/payload_generator/ |
D | ext2_filesystem.cc | 150 return ext2fs_blocks_count(filsys_->super); in GetBlockCount()
|
/system/core/libutils/ |
D | README | 13 The ultimate goal is *not* to create a super-duper platform abstraction
|
/system/media/audio_utils/ |
D | Doxyfile.orig | 2015 # (in HTML and LaTeX) for classes with base or super classes. Setting the tag to
|
D | Doxyfile | 2015 # (in HTML and LaTeX) for classes with base or super classes. Setting the tag to
|