Searched refs:KeyType (Results 1 – 24 of 24) sorted by relevance
/system/keymaster/ |
D | operation.h | 40 struct KeyType { struct 41 KeyType(keymaster_algorithm_t alg, keymaster_purpose_t purp) in KeyType() function 47 bool operator==(const KeyType& rhs) const { argument 51 virtual KeyType registry_key() const = 0;
|
D | hmac_operation.h | 57 virtual KeyType registry_key() const { return KeyType(KM_ALGORITHM_HMAC, purpose()); } in registry_key()
|
D | rsa_keymaster1_operation.h | 105 KeyType registry_key() const override { return KeyType(KM_ALGORITHM_RSA, purpose_); } in registry_key()
|
D | ecdsa_keymaster1_operation.h | 105 KeyType registry_key() const override { return KeyType(KM_ALGORITHM_EC, purpose_); } in registry_key()
|
D | ecdsa_operation.h | 80 KeyType registry_key() const override { return KeyType(KM_ALGORITHM_EC, purpose()); } in registry_key()
|
D | aes_operation.h | 33 KeyType registry_key() const override { return KeyType(KM_ALGORITHM_AES, purpose()); } in registry_key()
|
D | rsa_operation.h | 176 KeyType registry_key() const override { return KeyType(KM_ALGORITHM_RSA, purpose()); } in registry_key()
|
D | operation.cpp | 68 KeyType key_type = registry_key(); in is_public_key_operation()
|
/system/tpm/attestation/common/ |
D | print_common_proto.h | 28 std::string GetProtoDebugStringWithIndent(KeyType value, int indent_size); 29 std::string GetProtoDebugString(KeyType value);
|
D | interface.proto | 37 optional KeyType key_type = 2; 69 optional KeyType key_type = 2; 82 optional KeyType key_type = 1; 94 optional KeyType key_type = 1; 112 optional KeyType key_type = 1; 130 optional KeyType key_type = 3;
|
D | mock_tpm_utility.h | 46 MOCK_METHOD9(CreateCertifiedKey, bool(KeyType,
|
D | tpm_utility.h | 57 virtual bool CreateCertifiedKey(KeyType key_type,
|
D | print_common_proto.cc | 28 std::string GetProtoDebugString(KeyType value) { in GetProtoDebugString() 32 std::string GetProtoDebugStringWithIndent(KeyType value, int indent_size) { in GetProtoDebugStringWithIndent()
|
D | tpm_utility_v1.h | 48 bool CreateCertifiedKey(KeyType key_type,
|
D | common.proto | 10 enum KeyType { enum
|
D | database.proto | 86 optional KeyType key_type = 11;
|
D | tpm_utility_v1.cc | 170 bool TpmUtilityV1::CreateCertifiedKey(KeyType key_type, in CreateCertifiedKey()
|
/system/update_engine/common/ |
D | utils.h | 268 template<typename KeyType, typename ValueType> 269 bool MapContainsKey(const std::map<KeyType, ValueType>& m, const KeyType& k) { in MapContainsKey() argument 272 template<typename KeyType> 273 bool SetContainsKey(const std::set<KeyType>& s, const KeyType& k) { in SetContainsKey()
|
/system/tpm/attestation/server/ |
D | key_store.h | 65 KeyType key_type,
|
D | mock_key_store.h | 46 KeyType key_type,
|
D | attestation_service.h | 231 KeyType key_type, 274 bool GetSubjectPublicKeyInfo(KeyType key_type,
|
D | pkcs11_key_store.h | 63 KeyType key_type,
|
D | attestation_service.cc | 731 KeyType key_type, in CreateKey() 922 KeyType key_type, in GetSubjectPublicKeyInfo()
|
D | pkcs11_key_store.cc | 240 KeyType key_type, in Register()
|