Home
last modified time | relevance | path

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

/system/keymaster/
Dandroid_keymaster_test_utils.h334 struct Keymaster0CountingWrapper : public keymaster0_device_t { struct
335 explicit Keymaster0CountingWrapper(keymaster0_device_t* device) : device_(device), counter_(0) { in Keymaster0CountingWrapper() function
369 Keymaster0CountingWrapper* wrapper = in device() argument
375 Keymaster0CountingWrapper* wrapper = in increment() argument
383 Keymaster0CountingWrapper* wrapper = in counting_close_device() argument
391 static int counting_generate_keypair(const struct keymaster0_device* dev, in counting_generate_keypair()
402 static int counting_import_keypair(const struct keymaster0_device* dev, const uint8_t* key, in counting_import_keypair()
413 static int counting_get_keypair_public(const struct keymaster0_device* dev, in counting_get_keypair_public()
422 static int counting_delete_keypair(const struct keymaster0_device* dev, const uint8_t* key_blob, in counting_delete_keypair()
434 static int counting_delete_all(const struct keymaster0_device* dev) { in counting_delete_all()
[all …]