Home
last modified time | relevance | path

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

12

/aosp_15_r20/system/keymaster/km_openssl/
H A 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()
H A 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()
H A 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
/aosp_15_r20/system/keymaster/legacy_support/
H A 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()
H A 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
H A 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
H A 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()
H A Dkeymaster1_legacy_support.cpp224 const AuthorizationSet& key_description, // in GenerateKey()
/aosp_15_r20/trusty/user/app/keymaster/
Dtrusty_aes_key.cpp54 const AuthorizationSet& key_description, in CreateHwStorageKeyBlob()
134 const AuthorizationSet& key_description, in GenerateKey()
160 const AuthorizationSet& key_description, in ImportKey()
Dtrusty_keymaster_context.cpp176 const AuthorizationSet& key_description, in SetAuthorizations()
412 const AuthorizationSet& key_description, in CreateAuthEncryptedKeyBlob()
484 const AuthorizationSet& key_description, in CreateKeyBlob()
/aosp_15_r20/system/security/keystore2/test_utils/
H A 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
/aosp_15_r20/system/keymaster/include/keymaster/legacy_support/
H A 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()
H A 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()
/aosp_15_r20/device/google/cuttlefish/host/commands/secure_env/
Dtpm_key_blob_maker.cpp44 const keymaster::AuthorizationSet& key_description, in SplitEnforcedProperties()
185 const AuthorizationSet& key_description, in CreateKeyBlob()
/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/
H A Dordered_dict.h248 OrderedDict<Key, Value>::OrderedDict(std::string key_description) in OrderedDict()
451 const std::string& OrderedDict<Key, Value>::key_description() const noexcept { in key_description() function
/aosp_15_r20/system/keymaster/contexts/
H A 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()
H A Dkeymaster1_passthrough_context.cpp217 const AuthorizationSet& key_description, const keymaster_key_origin_t origin, in CreateKeyBlob()
H A Dpure_soft_keymaster_context.cpp193 keymaster_error_t PureSoftKeymasterContext::CreateKeyBlob(const AuthorizationSet& key_description, in CreateKeyBlob()
/aosp_15_r20/system/keymaster/include/keymaster/km_openssl/
H A Dopenssl_utils.h107 inline bool IsCertSigningKey(const AuthorizationSet& key_description) { in IsCertSigningKey()
/aosp_15_r20/system/keymaster/android_keymaster/
H A Dandroid_keymaster.cpp318 const KeyFactory* get_key_factory(const AuthorizationSet& key_description, in get_key_factory()
933 AuthorizationSet key_description; in ImportWrappedKey() local
/aosp_15_r20/system/keymint/ta/src/
H A Dtests.rs211 let key_description = secure_key_wrapper.key_description; in test_key_description_encode_decode() localVariable
H A Dkeys.rs65 pub key_description: KeyDescription<'a>, field
/aosp_15_r20/external/chromium-trace/catapult/third_party/pyserial/serial/tools/
H A Dminiterm.py26 def key_description(character): function
/aosp_15_r20/system/keymaster/key_blob_utils/
H A Dsoftware_keyblobs.cpp255 keymaster_error_t SetKeyBlobAuthorizations(const AuthorizationSet& key_description, in SetKeyBlobAuthorizations()
/aosp_15_r20/external/python/pyserial/serial/tools/
Dminiterm.py33 def key_description(character): function

12