Home
last modified time | relevance | path

Searched defs:algorithm (Results 1 – 25 of 33) sorted by relevance

12

/system/keymaster/legacy_support/
Dkeymaster1_legacy_support.cpp56 …atic keymaster_error_t add_digests(const keymaster1_device_t* dev, keymaster_algorithm_t algorithm, in add_digests()
85 for (auto algorithm : sig_algorithms) in map_digests() local
97 for (auto algorithm : crypt_algorithms) in map_digests() local
119 static bool findUnsupportedDigest(keymaster_algorithm_t algorithm, in findUnsupportedDigest()
138 bool requiresSoftwareDigesting(keymaster_algorithm_t algorithm, keymaster_purpose_t purpose, in requiresSoftwareDigesting()
162 keymaster_algorithm_t algorithm; in RequiresSoftwareDigesting() local
183 keymaster_algorithm_t algorithm; in RequiresSoftwareDigesting() local
Dkeymaster_passthrough_operation.h95 KeymasterPassthroughOperationFactory(keymaster_algorithm_t algorithm, in KeymasterPassthroughOperationFactory()
/system/keymaster/contexts/
Dsoft_attestation_cert.cpp287 const keymaster_key_blob_t* getAttestationKey(keymaster_algorithm_t algorithm, keymaster_error_t* e… in getAttestationKey()
306 keymaster_algorithm_t algorithm, keymaster_error_t* error) { in getAttestationChain()
Dsoft_keymaster_device.cpp109 static keymaster_error_t add_digests(keymaster1_device_t* dev, keymaster_algorithm_t algorithm, in add_digests()
137 for (auto algorithm : sig_algorithms) in map_digests() local
149 for (auto algorithm : crypt_algorithms) in map_digests() local
442 keymaster_algorithm_t algorithm, in get_supported_block_modes()
478 keymaster_algorithm_t algorithm, in get_supported_padding_modes()
514 keymaster_algorithm_t algorithm, in get_supported_digests()
549 const keymaster1_device_t* dev, keymaster_algorithm_t algorithm, in get_supported_import_formats()
582 const keymaster1_device_t* dev, keymaster_algorithm_t algorithm, in get_supported_export_formats()
666 bool SoftKeymasterDevice::FindUnsupportedDigest(keymaster_algorithm_t algorithm, in FindUnsupportedDigest()
688 bool SoftKeymasterDevice::RequiresSoftwareDigesting(keymaster_algorithm_t algorithm, in RequiresSoftwareDigesting()
[all …]
Dkeymaster2_passthrough_context.cpp50 OperationFactory* Keymaster2PassthroughContext::GetOperationFactory(keymaster_algorithm_t algorithm, in GetOperationFactory()
97 keymaster_algorithm_t algorithm; in ParseKeyBlob() local
Dkeymaster1_passthrough_context.cpp82 OperationFactory* Keymaster1PassthroughContext::GetOperationFactory(keymaster_algorithm_t algorithm, in GetOperationFactory()
165 keymaster_algorithm_t algorithm; in ParseKeyBlob() local
Dpure_soft_keymaster_context.cpp100 OperationFactory* PureSoftKeymasterContext::GetOperationFactory(keymaster_algorithm_t algorithm, in GetOperationFactory()
171 keymaster_algorithm_t algorithm; in ParseKeyBlob() local
Dsoft_keymaster_context.cpp135 OperationFactory* SoftKeymasterContext::GetOperationFactory(keymaster_algorithm_t algorithm, in GetOperationFactory()
287 keymaster_algorithm_t algorithm; in ParseKeyBlob() local
/system/iot/attestation/partner-tools/
Dprovision-test.py50 def _write_operation_start(algorithm, operation): argument
272 def _get_shared_key(algorithm, argument
/system/keymaster/km_openssl/
Dtriple_des_operation.h28 keymaster_algorithm_t algorithm() const override { return KM_ALGORITHM_TRIPLE_DES; } in algorithm() function
Daes_operation.h28 keymaster_algorithm_t algorithm() const override { return KM_ALGORITHM_AES; } in algorithm() function
Dopenssl_utils.cpp66 static int convert_to_evp(keymaster_algorithm_t algorithm) { in convert_to_evp()
Drsa_key_factory.cpp165 keymaster_algorithm_t algorithm = KM_ALGORITHM_RSA; in UpdateImportKeyDescription() local
Dec_key_factory.cpp190 keymaster_algorithm_t algorithm = KM_ALGORITHM_EC; in UpdateImportKeyDescription() local
/system/security/keystore/
Doperation_config.proto25 optional string algorithm = 1; field
Dkey_config.proto26 optional string algorithm = 1; field
Dauth_token_table.cpp96 inline bool is_secret_key_operation(Algorithm algorithm, KeyPurpose purpose) { in is_secret_key_operation()
103 auto algorithm = defaultOr(key_info.GetTagValue(TAG_ALGORITHM), Algorithm::AES); in KeyRequiresAuthentication() local
109 auto algorithm = defaultOr(key_info.GetTagValue(TAG_ALGORITHM), Algorithm::AES); in KeyRequiresAuthPerOperation() local
/system/keymaster/android_keymaster/
Dandroid_keymaster.cpp78 bool check_supported(const KeymasterContext& context, keymaster_algorithm_t algorithm, in check_supported()
115 void GetSupported(const KeymasterContext& context, keymaster_algorithm_t algorithm, in GetSupported()
221 keymaster_algorithm_t algorithm; in GenerateKey() local
434 keymaster_algorithm_t algorithm; in ImportKey() local
516 keymaster_algorithm_t algorithm; in ImportWrappedKey() local
Doperation.cpp51 inline bool is_public_key_algorithm(keymaster_algorithm_t algorithm) { in is_public_key_algorithm()
/system/keymaster/include/keymaster/legacy_support/
Dkeymaster_passthrough_key.h40 KeymasterPassthroughKeyFactory(const engine_t* engine, keymaster_algorithm_t algorithm) in KeymasterPassthroughKeyFactory()
Dkeymaster1_legacy_support.h63 keymaster_algorithm_t algorithm, in Keymaster1ArbitrationFactory()
/system/keymaster/include/keymaster/
Doperation.h45 keymaster_algorithm_t algorithm; member
/system/keymaster/tests/
Dwrapped_key_test.cpp98 keymaster_algorithm_t algorithm; in TEST() local
Dandroid_keymaster_test_utils.cpp775 keymaster_algorithm_t algorithm, in get_supported_block_modes()
783 keymaster_algorithm_t algorithm, in get_supported_padding_modes()
792 keymaster_algorithm_t algorithm, in get_supported_digests()
815 keymaster_algorithm_t algorithm, in get_supported_import_formats()
822 keymaster_algorithm_t algorithm, in get_supported_export_formats()
/system/tpm/trunks/
Dtpm_state_impl.cc180 bool TpmStateImpl::GetAlgorithmProperties(TPM_ALG_ID algorithm, in GetAlgorithmProperties()

12