Home
last modified time | relevance | path

Searched defs:key_description (Results 1 – 20 of 20) sorted by relevance

/system/keymaster/km_openssl/
Dec_key_factory.cpp54 keymaster_error_t EcKeyFactory::GetCurveAndSize(const AuthorizationSet& key_description, in GetCurveAndSize()
84 keymaster_error_t EcKeyFactory::GenerateKey(const AuthorizationSet& key_description, in GenerateKey()
203 keymaster_error_t EcKeyFactory::ImportKey(const AuthorizationSet& key_description, // in ImportKey()
286 keymaster_error_t EcKeyFactory::ImportRawKey(const AuthorizationSet& key_description, // in ImportRawKey()
377 keymaster_error_t EcKeyFactory::UpdateImportKeyDescription(const AuthorizationSet& key_description, in UpdateImportKeyDescription()
Drsa_key_factory.cpp54 keymaster_error_t RsaKeyFactory::GenerateKey(const AuthorizationSet& key_description, in GenerateKey()
122 keymaster_error_t RsaKeyFactory::ImportKey(const AuthorizationSet& key_description, // in ImportKey()
169 keymaster_error_t RsaKeyFactory::UpdateImportKeyDescription(const AuthorizationSet& key_description, in UpdateImportKeyDescription()
Dsymmetric_key.cpp36 keymaster_error_t SymmetricKeyFactory::GenerateKey(const AuthorizationSet& key_description, in GenerateKey() argument
67 keymaster_error_t SymmetricKeyFactory::ImportKey(const AuthorizationSet& key_description, // in ImportKey() argument
/system/keymaster/legacy_support/
Drsa_keymaster1_key.cpp44 static void UpdateToWorkAroundUnsupportedDigests(const AuthorizationSet& key_description, in UpdateToWorkAroundUnsupportedDigests()
86 keymaster_error_t RsaKeymaster1KeyFactory::GenerateKey(const AuthorizationSet& key_description, in GenerateKey() argument
99 RsaKeymaster1KeyFactory::ImportKey(const AuthorizationSet& key_description, in ImportKey() argument
Dec_keymaster1_key.cpp43 static void UpdateToWorkAroundUnsupportedDigests(const AuthorizationSet& key_description, in UpdateToWorkAroundUnsupportedDigests()
66 keymaster_error_t EcdsaKeymaster1KeyFactory::GenerateKey(const AuthorizationSet& key_description, in GenerateKey() argument
88 EcdsaKeymaster1KeyFactory::ImportKey(const AuthorizationSet& key_description, // in ImportKey() argument
Dkeymaster_passthrough_engine.cpp208 const AuthorizationSet& key_description, KeymasterKeyBlob* key_blob, in GenerateKey()
228 const AuthorizationSet& key_description, KeymasterKeyBlob* key_blob, in GenerateKey()
248 const AuthorizationSet& key_description, keymaster_key_format_t input_key_material_format, in ImportKey()
273 const AuthorizationSet& key_description, keymaster_key_format_t input_key_material_format, in ImportKey()
Dkeymaster1_engine.cpp75 keymaster_error_t Keymaster1Engine::GenerateKey(const AuthorizationSet& key_description, in GenerateKey()
94 keymaster_error_t Keymaster1Engine::ImportKey(const AuthorizationSet& key_description, in ImportKey()
Dkeymaster1_legacy_support.cpp224 const AuthorizationSet& key_description, // in GenerateKey()
/system/keymaster/include/keymaster/legacy_support/
Dkeymaster_passthrough_key.h45 keymaster_error_t GenerateKey(const AuthorizationSet& key_description, in GenerateKey()
54 keymaster_error_t ImportKey(const AuthorizationSet& key_description, in ImportKey()
Dkeymaster1_legacy_support.h67 keymaster_error_t GenerateKey(const AuthorizationSet& key_description, in GenerateKey()
85 keymaster_error_t ImportKey(const AuthorizationSet& key_description, in ImportKey()
/system/keymaster/include/keymaster/km_openssl/
Dopenssl_utils.h107 inline bool IsCertSigningKey(const AuthorizationSet& key_description) { in IsCertSigningKey()
/system/security/keystore2/test_utils/
Dffi_test_utils.cpp38 typedef struct key_description { struct
39 ASN1_INTEGER* key_format;
40 keymaster::KM_AUTH_LIST* key_params;
312 keymaster::UniquePtr<TEST_KEY_DESCRIPTION, TEST_KEY_DESCRIPTION_Delete> key_description( in buildAsn1DerEncodedWrappedKeyDescription() local
/system/keymaster/contexts/
Dsoft_keymaster_context.cpp142 static keymaster_error_t SetAuthorizations(const AuthorizationSet& key_description, in SetAuthorizations()
182 keymaster_error_t SoftKeymasterContext::CreateKeyBlob(const AuthorizationSet& key_description, in CreateKeyBlob()
Dkeymaster1_passthrough_context.cpp217 const AuthorizationSet& key_description, const keymaster_key_origin_t origin, in CreateKeyBlob()
Dpure_soft_keymaster_context.cpp193 keymaster_error_t PureSoftKeymasterContext::CreateKeyBlob(const AuthorizationSet& key_description, in CreateKeyBlob()
/system/keymint/ta/src/
Dtests.rs211 let key_description = secure_key_wrapper.key_description; in test_key_description_encode_decode() localVariable
Dkeys.rs65 pub key_description: KeyDescription<'a>, field
/system/keymaster/key_blob_utils/
Dsoftware_keyblobs.cpp255 keymaster_error_t SetKeyBlobAuthorizations(const AuthorizationSet& key_description, in SetKeyBlobAuthorizations()
/system/keymaster/android_keymaster/
Dandroid_keymaster.cpp318 const KeyFactory* get_key_factory(const AuthorizationSet& key_description, in get_key_factory()
933 AuthorizationSet key_description; in ImportWrappedKey() local
/system/keymaster/include/keymaster/
Dandroid_keymaster_messages.h362 AuthorizationSet key_description; member
611 AuthorizationSet key_description; member