Home
last modified time | relevance | path

Searched defs:Keymaster0CountingWrapper (Results 1 – 1 of 1) sorted by relevance

/system/keymaster/tests/
Dandroid_keymaster_test_utils.h351 struct Keymaster0CountingWrapper : public keymaster0_device_t { struct
352 explicit Keymaster0CountingWrapper(keymaster0_device_t* device) : device_(device), counter_(0) { in Keymaster0CountingWrapper() function
386 Keymaster0CountingWrapper* wrapper = in device() argument
392 Keymaster0CountingWrapper* wrapper = in increment() argument
400 Keymaster0CountingWrapper* wrapper = in counting_close_device() argument
408 static int counting_generate_keypair(const struct keymaster0_device* dev, in counting_generate_keypair()
419 static int counting_import_keypair(const struct keymaster0_device* dev, const uint8_t* key, in counting_import_keypair()
430 static int counting_get_keypair_public(const struct keymaster0_device* dev, in counting_get_keypair_public()
439 static int counting_delete_keypair(const struct keymaster0_device* dev, const uint8_t* key_blob, in counting_delete_keypair()
451 static int counting_delete_all(const struct keymaster0_device* dev) { in counting_delete_all()
[all …]