Lines Matching defs:Keymaster0CountingWrapper
351 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()
458 static int counting_sign_data(const struct keymaster0_device* dev, const void* signing_params, in counting_sign_data()
468 static int counting_verify_data(const struct keymaster0_device* dev, const void* signing_params, in counting_verify_data()
481 int counter_;