Searched refs:super (Results 1 – 8 of 8) sorted by relevance
/system/keymaster/ |
D | ec_keymaster0_key.cpp | 45 return super::GenerateKey(key_description, key_blob, hw_enforced, sw_enforced); in GenerateKey() 75 return super::ImportKey(key_description, input_key_material_format, input_key_material, in ImportKey() 107 return super::LoadKey(key_material, hw_enforced, sw_enforced, key); in LoadKey() 131 return super::key_material(material, size); in key_material()
|
D | rsa_keymaster0_key.cpp | 47 return super::GenerateKey(key_description, key_blob, hw_enforced, sw_enforced); in GenerateKey() 84 return super::ImportKey(key_description, input_key_material_format, input_key_material, in ImportKey() 119 return super::LoadKey(key_material, hw_enforced, sw_enforced, key); in LoadKey() 145 return super::key_material(material, size); in key_material()
|
D | ec_keymaster0_key.h | 36 typedef EcKeyFactory super; typedef 62 typedef EcKey super; typedef
|
D | rsa_keymaster0_key.h | 36 typedef RsaKeyFactory super; typedef 62 typedef RsaKey super; typedef
|
/system/extras/tests/net_test/ |
D | cstruct.py | 79 super(CStruct, self).__setattr__("_values", list(values)) 131 super(CStruct, self).__setattr__("_buffer", buf)
|
D | ping6_test.py | 52 super(PingReplyThread, self).__init__() 191 super(Ping6Test, cls).setUpClass() 204 super(Ping6Test, cls).tearDownClass()
|
D | multinetwork_test.py | 262 super(InboundMarkingTest, cls).setUpClass() 270 super(InboundMarkingTest, cls).tearDownClass() 618 super(TCPAcceptTest, cls).setUpClass()
|
/system/core/libutils/ |
D | README | 13 The ultimate goal is *not* to create a super-duper platform abstraction
|