Home
last modified time | relevance | path

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

/system/keymaster/
Dandroid_keymaster.cpp85 bool check_supported(const KeymasterContext& context, keymaster_algorithm_t algorithm, in check_supported()
122 void GetSupported(const KeymasterContext& context, keymaster_algorithm_t algorithm, in GetSupported()
191 keymaster_algorithm_t algorithm; in GenerateKey() local
226 keymaster_algorithm_t* algorithm, keymaster_error_t* error) { in GetKeyFactory()
371 keymaster_algorithm_t algorithm; in ExportKey() local
431 keymaster_algorithm_t algorithm; in ImportKey() local
479 keymaster_algorithm_t algorithm; in LoadKey() local
Dsoft_keymaster_device.cpp108 static keymaster_error_t add_digests(keymaster1_device_t* dev, keymaster_algorithm_t algorithm, in add_digests()
136 for (auto algorithm : sig_algorithms) in map_digests() local
148 for (auto algorithm : crypt_algorithms) in map_digests() local
443 keymaster_algorithm_t algorithm, in get_supported_block_modes()
479 keymaster_algorithm_t algorithm, in get_supported_padding_modes()
515 keymaster_algorithm_t algorithm, in get_supported_digests()
550 const keymaster1_device_t* dev, keymaster_algorithm_t algorithm, in get_supported_import_formats()
583 const keymaster1_device_t* dev, keymaster_algorithm_t algorithm, in get_supported_export_formats()
669 bool SoftKeymasterDevice::FindUnsupportedDigest(keymaster_algorithm_t algorithm, in FindUnsupportedDigest()
691 bool SoftKeymasterDevice::RequiresSoftwareDigesting(keymaster_algorithm_t algorithm, in RequiresSoftwareDigesting()
[all …]
Doperation.h44 keymaster_algorithm_t algorithm; member
Dopenssl_utils.cpp71 static int convert_to_evp(keymaster_algorithm_t algorithm) { in convert_to_evp()
Doperation.cpp52 inline bool is_public_key_algorithm(keymaster_algorithm_t algorithm) { in is_public_key_algorithm()
Dsoft_keymaster_context.cpp386 OperationFactory* SoftKeymasterContext::GetOperationFactory(keymaster_algorithm_t algorithm, in GetOperationFactory()
764 EVP_PKEY* SoftKeymasterContext::AttestationKey(keymaster_algorithm_t algorithm, in AttestationKey()
796 keymaster_cert_chain_t* SoftKeymasterContext::AttestationChain(keymaster_algorithm_t algorithm, in AttestationChain()
Drsa_key_factory.cpp167 keymaster_algorithm_t algorithm = KM_ALGORITHM_RSA; in UpdateImportKeyDescription() local
Dec_key_factory.cpp190 keymaster_algorithm_t algorithm = KM_ALGORITHM_EC; in UpdateImportKeyDescription() local
Dandroid_keymaster_test_utils.cpp743 keymaster_algorithm_t algorithm, in get_supported_block_modes()
751 keymaster_algorithm_t algorithm, in get_supported_padding_modes()
760 keymaster_algorithm_t algorithm, in get_supported_digests()
783 keymaster_algorithm_t algorithm, in get_supported_import_formats()
790 keymaster_algorithm_t algorithm, in get_supported_export_formats()
Dkeymaster_enforcement.cpp79 keymaster_algorithm_t algorithm; in is_public_key_algorithm() local
Dattestation_record.cpp63 ASN1_INTEGER* algorithm; member
/system/security/keystore/
Dauth_token_table.cpp89 inline bool is_secret_key_operation(Algorithm algorithm, KeyPurpose purpose) { in is_secret_key_operation()
98 auto algorithm = defaultOr(key_info.GetTagValue(TAG_ALGORITHM), Algorithm::AES); in KeyRequiresAuthentication() local
104 auto algorithm = defaultOr(key_info.GetTagValue(TAG_ALGORITHM), Algorithm::AES); in KeyRequiresAuthPerOperation() local
Dkeystore_client_impl.cpp451 auto algorithm = NullOrOr(hardware_enforced_characteristics.GetTagValue(TAG_ALGORITHM), in verifyEncryptionKeyAttributes() local
492 auto algorithm = NullOrOr(hardware_enforced_characteristics.GetTagValue(TAG_ALGORITHM), in verifyAuthenticationKeyAttributes() local
Dkeymaster_enforcement.cpp78 auto algorithm = auth_set.GetTagValue(TAG_ALGORITHM); in is_public_key_algorithm() local
Dkey_store_service.cpp1777 auto algorithm = getKeyAlgoritmFromKeyCharacteristics(characteristics); in addLegacyBeginParams() local
/system/tpm/trunks/
Dtpm_state_impl.cc180 bool TpmStateImpl::GetAlgorithmProperties(TPM_ALG_ID algorithm, in GetAlgorithmProperties()
Dtrunks_factory_for_test.cc106 bool GetAlgorithmProperties(TPM_ALG_ID algorithm, in GetAlgorithmProperties()
Dtpm_generated.h1274 TPMI_ALG_SYM algorithm; member
1281 TPMI_ALG_SYM_OBJECT algorithm; member
/system/core/trusty/keymaster/
Dtrusty_keymaster_device.cpp209 keymaster_algorithm_t algorithm; in import_keypair() local
231 keymaster_algorithm_t* algorithm) { in GetPkcs8KeyAlgorithm()
/system/keymaster/include/keymaster/
Dandroid_keymaster_messages.h143 keymaster_algorithm_t algorithm; member
170 keymaster_algorithm_t algorithm; member