Home
last modified time | relevance | path

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

/aosp_15_r20/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.h52 KeyType registry_key() const override { in registry_key() function
/aosp_15_r20/system/keymaster/include/keymaster/km_openssl/
H A Decdh_operation.h66 KeyType registry_key() const override { return KeyType(KM_ALGORITHM_EC, KM_PURPOSE_AGREE_KEY); } in registry_key() function
H A Daes_key.h36 keymaster_algorithm_t registry_key() const { return KM_ALGORITHM_AES; } in registry_key() function
H A Dtriple_des_key.h34 keymaster_algorithm_t registry_key() const { return KM_ALGORITHM_TRIPLE_DES; } in registry_key() function
H A Decdsa_operation.h108 KeyType registry_key() const override { return KeyType(KM_ALGORITHM_EC, purpose()); } in registry_key() function
H A Drsa_operation.h198 KeyType registry_key() const override { return KeyType(KM_ALGORITHM_RSA, purpose()); } in registry_key() function
/aosp_15_r20/system/keymaster/legacy_support/
H A Drsa_keymaster1_operation.h107 KeyType registry_key() const override { return KeyType(KM_ALGORITHM_RSA, purpose_); } in registry_key() function
H A Decdsa_keymaster1_operation.h108 KeyType registry_key() const override { return KeyType(KM_ALGORITHM_EC, purpose_); } in registry_key() function
H A Dkeymaster_passthrough_operation.h101 KeyType registry_key() const override { return key_type_; } in registry_key() function
/aosp_15_r20/external/cronet/base/win/
H A Dwin_util.cc229 base::win::RegKey registry_key( in IsWindows10OrGreaterTabletMode() local