Home
last modified time | relevance | path

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

/aosp12/system/keymaster/include/keymaster/km_openssl/
H A Decdh_operation.h53 KeyType registry_key() const override { return KeyType(KM_ALGORITHM_EC, KM_PURPOSE_AGREE_KEY); } in registry_key() function
H A Daes_key.h34 keymaster_algorithm_t registry_key() const { return KM_ALGORITHM_AES; } in registry_key() function
H A Dtriple_des_key.h32 keymaster_algorithm_t registry_key() const { return KM_ALGORITHM_TRIPLE_DES; } in registry_key() function
H A Decdsa_operation.h85 KeyType registry_key() const override { return KeyType(KM_ALGORITHM_EC, purpose()); } in registry_key() function
H A Drsa_operation.h195 KeyType registry_key() const override { return KeyType(KM_ALGORITHM_RSA, purpose()); } in registry_key() function
/aosp12/system/keymaster/km_openssl/
H A Dhmac_operation.h56 virtual KeyType registry_key() const { return KeyType(KM_ALGORITHM_HMAC, purpose()); } in registry_key() function
H A Dblock_cipher_operation.h50 KeyType registry_key() const override { in registry_key() function
/aosp12/system/keymaster/legacy_support/
H A Decdsa_keymaster1_operation.h106 KeyType registry_key() const override { return KeyType(KM_ALGORITHM_EC, purpose_); } in registry_key() function
H A Drsa_keymaster1_operation.h105 KeyType registry_key() const override { return KeyType(KM_ALGORITHM_RSA, purpose_); } in registry_key() function
H A Dkeymaster_passthrough_operation.h101 KeyType registry_key() const override { return key_type_; } in registry_key() function