Home
last modified time | relevance | path

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

/system/keymaster/
Dhmac_operation.h57 virtual KeyType registry_key() const { return KeyType(KM_ALGORITHM_HMAC, purpose()); } in registry_key() function
Daes_key.h33 keymaster_algorithm_t registry_key() const { return KM_ALGORITHM_AES; } in registry_key() function
Decdsa_operation.h80 KeyType registry_key() const override { return KeyType(KM_ALGORITHM_EC, purpose()); } in registry_key() function
Decdsa_keymaster1_operation.h105 KeyType registry_key() const override { return KeyType(KM_ALGORITHM_EC, purpose_); } in registry_key() function
Drsa_keymaster1_operation.h105 KeyType registry_key() const override { return KeyType(KM_ALGORITHM_RSA, purpose_); } in registry_key() function
Daes_operation.h33 KeyType registry_key() const override { return KeyType(KM_ALGORITHM_AES, purpose()); } in registry_key() function
Drsa_operation.h176 KeyType registry_key() const override { return KeyType(KM_ALGORITHM_RSA, purpose()); } in registry_key() function