Searched defs:Keymaster0CountingWrapper (Results 1 – 1 of 1) sorted by relevance
334 struct Keymaster0CountingWrapper : public keymaster0_device_t { struct335 explicit Keymaster0CountingWrapper(keymaster0_device_t* device) : device_(device), counter_(0) { in Keymaster0CountingWrapper() function369 Keymaster0CountingWrapper* wrapper = in device() argument375 Keymaster0CountingWrapper* wrapper = in increment() argument383 Keymaster0CountingWrapper* wrapper = in counting_close_device() argument391 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 …]