Home
last modified time | relevance | path

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

12

/system/keymaster/include/keymaster/contexts/
Dsoft_attestation_context.h35 KeymasterKeyBlob GetAttestationKey(keymaster_algorithm_t algorithm, in GetAttestationKey()
40 CertificateChain GetAttestationChain(keymaster_algorithm_t algorithm, in GetAttestationChain()
/system/core/trusty/keymaster/set_attestation_key/
Dset_attestation_key.cpp86 keymaster_algorithm_t algorithm; member
113 keymaster_algorithm_t algorithm; member
118 static int set_attestation_key_or_cert_bin(uint32_t cmd, keymaster_algorithm_t algorithm, in set_attestation_key_or_cert_bin()
136 static int set_attestation_key_or_cert_pem(uint32_t cmd, keymaster_algorithm_t algorithm, in set_attestation_key_or_cert_pem()
172 static int set_attestation_key_or_cert_iecs(uint32_t cmd, keymaster_algorithm_t algorithm, in set_attestation_key_or_cert_iecs()
214 static int str_to_algorithm(keymaster_algorithm_t* algorithm, const xmlChar* algorithm_str) { in str_to_algorithm()
229 keymaster_algorithm_t algorithm; in set_attestation_key_or_cert() local
267 const xmlChar* algorithm = NULL; in process_xml() local
/system/keymaster/legacy_support/
Dkeymaster1_legacy_support.cpp59 keymaster_algorithm_t algorithm, keymaster_purpose_t purpose, in add_digests()
86 for (auto algorithm : sig_algorithms) in map_digests() local
97 for (auto algorithm : crypt_algorithms) in map_digests() local
118 static bool findUnsupportedDigest(keymaster_algorithm_t algorithm, keymaster_purpose_t purpose, in findUnsupportedDigest()
142 bool requiresSoftwareDigesting(keymaster_algorithm_t algorithm, keymaster_purpose_t purpose, in requiresSoftwareDigesting()
167 keymaster_algorithm_t algorithm; in RequiresSoftwareDigesting() local
191 keymaster_algorithm_t algorithm; in RequiresSoftwareDigesting() local
Dkeymaster_passthrough_operation.h95 KeymasterPassthroughOperationFactory(keymaster_algorithm_t algorithm, in KeymasterPassthroughOperationFactory()
/system/keymaster/contexts/
Dsoft_attestation_cert.cpp281 const keymaster_key_blob_t* getAttestationKey(keymaster_algorithm_t algorithm, in getAttestationKey()
299 CertificateChain getAttestationChain(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
148 for (auto algorithm : crypt_algorithms) in map_digests() local
404 keymaster_algorithm_t algorithm, in get_supported_block_modes()
438 keymaster_algorithm_t algorithm, in get_supported_padding_modes()
472 keymaster_algorithm_t algorithm, in get_supported_digests()
505 const keymaster1_device_t* dev, keymaster_algorithm_t algorithm, in get_supported_import_formats()
536 const keymaster1_device_t* dev, keymaster_algorithm_t algorithm, in get_supported_export_formats()
614 bool SoftKeymasterDevice::FindUnsupportedDigest(keymaster_algorithm_t algorithm, in FindUnsupportedDigest()
636 bool SoftKeymasterDevice::RequiresSoftwareDigesting(keymaster_algorithm_t algorithm, in RequiresSoftwareDigesting()
[all …]
Dkeymaster2_passthrough_context.cpp52 Keymaster2PassthroughContext::GetOperationFactory(keymaster_algorithm_t algorithm, in GetOperationFactory()
102 keymaster_algorithm_t algorithm; in ParseKeyBlob() local
Dkeymaster1_passthrough_context.cpp90 Keymaster1PassthroughContext::GetOperationFactory(keymaster_algorithm_t algorithm, in GetOperationFactory()
169 keymaster_algorithm_t algorithm; in ParseKeyBlob() local
Dsoft_keymaster_context.cpp123 OperationFactory* SoftKeymasterContext::GetOperationFactory(keymaster_algorithm_t algorithm, in GetOperationFactory()
270 keymaster_algorithm_t algorithm; in ParseKeyBlob() local
Dpure_soft_keymaster_context.cpp170 OperationFactory* PureSoftKeymasterContext::GetOperationFactory(keymaster_algorithm_t algorithm, in GetOperationFactory()
308 keymaster_algorithm_t algorithm; in ParseKeyBlob() local
/system/tools/mkbootimg/gki/
Dcertify_bootimg.py44 def add_certificate(boot_img, algorithm, key, extra_args): argument
249 def certify_bootimg(boot_img, output_img, algorithm, key, extra_args, argument
267 algorithm, key, extra_args, extra_footer_args): argument
Dgenerate_gki_certificate.py25 def generate_gki_certificate(image, avbtool, name, algorithm, key, salt, argument
/system/keymaster/km_openssl/
Daes_operation.h28 keymaster_algorithm_t algorithm() const override { return KM_ALGORITHM_AES; } in algorithm() function
Dtriple_des_operation.h28 keymaster_algorithm_t algorithm() const override { return KM_ALGORITHM_TRIPLE_DES; } in algorithm() function
Dattestation_utils.cpp220 EVP_PKEY_Ptr get_attestation_key(keymaster_algorithm_t algorithm, const AttestationContext& context, in get_attestation_key()
293 keymaster_algorithm_t algorithm; in generate_attestation() local
Drsa_key_factory.cpp206 keymaster_algorithm_t algorithm = KM_ALGORITHM_RSA; in UpdateImportKeyDescription() local
/system/keymaster/include/keymaster/legacy_support/
Dkeymaster_passthrough_key.h42 KeymasterPassthroughKeyFactory(const engine_t* engine, keymaster_algorithm_t algorithm) in KeymasterPassthroughKeyFactory()
Dkeymaster1_legacy_support.h63 keymaster_algorithm_t algorithm, const keymaster1_device_t* dev, in Keymaster1ArbitrationFactory()
/system/keymaster/tests/
Dwrapped_key_test.cpp97 keymaster_algorithm_t algorithm; in TEST() local
/system/keymaster/android_keymaster/
Doperation.cpp47 inline bool is_public_key_algorithm(keymaster_algorithm_t algorithm) { in is_public_key_algorithm()
/system/core/fs_mgr/include/
Dfs_mgr.h71 std::string algorithm; member
/system/keymaster/include/keymaster/
Doperation.h47 keymaster_algorithm_t algorithm; member
/system/security/keystore2/test_utils/
Dauthorizations.rs54 pub fn algorithm(mut self, a: Algorithm) -> Self { in algorithm() method
/system/keymaster/cppcose/
Dcppcose.cpp389 auto& algorithm = parsedProtParams->asMap()->get(ALGORITHM); in verifyAndParseCoseSign1() local
520 auto& algorithm = parsedProtParms->asMap()->get(ALGORITHM); in getSenderPubKeyFromCoseEncrypt() local
599 auto& algorithm = parsedProtParams->asMap()->get(ALGORITHM); in decryptCoseEncrypt() local
/system/keymint/wire/src/
Dlegacy.rs496 pub algorithm: Algorithm, field
504 pub algorithm: Algorithm, field
512 pub algorithm: Algorithm, field
520 pub algorithm: Algorithm, field

12