Searched defs:Keymaster0CountingWrapper (Results 1 – 1 of 1) sorted by relevance
351 struct Keymaster0CountingWrapper : public keymaster0_device_t { struct352 explicit Keymaster0CountingWrapper(keymaster0_device_t* device) : device_(device), counter_(0) { in Keymaster0CountingWrapper() function386 Keymaster0CountingWrapper* wrapper = in device() argument392 Keymaster0CountingWrapper* wrapper = in increment() argument400 Keymaster0CountingWrapper* wrapper = in counting_close_device() argument408 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 …]